﻿.cookie-style {
    background-color: white !important;
    color: black !important;
    height: auto;
    width: 80%;
    position: fixed;
    z-index: 2000;
    border: 1px black solid;
    visibility: hidden;
    margin: auto;
    /*width: 50vw;*/
    /*left: 25%;*/
    left: 5%;
    bottom: 25px;
}

.label-cookie-style {
    color: white !important;
    padding: 10px;
}

.btn-cookie-style {
    color: black !important;
    padding: 0 15px;
    text-align: center;
}

.cookie-collapse-button {
    width: 100%;
    background: transparent !important;
    border: none !important;
}

.cookie-box {
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 4px;
}

.float-right {
    float: right !important;
}
/*
.cursor-pointer {
    cursor: pointer;
}
*/
.privacy-html-text {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid black;
    border-radius: 4px;
    padding: 10px;
    margin: 0px 25px;
}
