.cookie-header{
    padding-top:10%;
    padding: 10% 20% 5% 10%;
    background-color:#8e9aab;
}
h3{
    padding-top:3%;
    color:#714e38;
}
img{
    margin-right: 5%
}
.cookie-text{
    padding: 3% 5% 3% 5%;
    font-family:'Work Sans',sans-serif;
    color: #070D16;
}
.cookie-text h6{
    padding-bottom: 0% !important;
}

/* BUTTOM BANNER */
.bg-custom{
    background-color:#17689F;
    padding: 2.5% 1.5% 2% 1.5%;
    }
#cookies{
    width: 100%;
    animation: slideInUp;
    animation-duration:3s;
    z-index: 10;
    font-family:'Work Sans',sans-serif;
}
.button-fixed{
    bottom: 0;
    position: fixed;
    right: 0;
}
p{
    padding-top: 1% !important;
    font-size: 13px;
    text-align: justify;
}
.a-cookies{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
.a-cookies:hover{
    color: white;
    text-decoration: underline;
    cursor: pointer;
}
.btn-accept{
    font-family:'Work Sans',sans-serif;
    background-color: none;
    border-color: white;
    color: white;
    border-radius: 0%;
    font-size: 13px;
    margin-bottom: 2% !important;
}
.btn-reject{
    font-family:'Work Sans',sans-serif;
    background-color: none;
    border-color: none;
    color: white;
    border-radius: 0%;
    font-size: 13px;
    margin-bottom: 2% !important;
}
/* LEFT BANNER */
.cookies-param{
    animation: slideInLeft;
    animation-duration:3s;
    bottom: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 30%; 
    height: 100%;
    z-index: 2000;
    background-color:whitesmoke;
}
.close-btn{
    height: 30px;
}
.close-btn i{
    cursor: pointer;
    padding-top: 15px;
    padding-right: 18px;
    float:right !important;
}
.param-intro{
    margin-top:4% !important;
    height: 80vh;
    overflow-y:scroll;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.intro-1{
    color: #000F17;
    font-family:'Work Sans',sans-serif;
    text-align: justify;
    padding: 1% 5%;
    font-size: 13px;
}
.row-btn-param{
    padding-left: 8%;
    margin-top: 0% !important;
    padding-top: 1%;
    padding-bottom: 1%;
    width: fit-content;
    height: fit-content;
}
.btn-1-param{
    width:fit-content;
    margin-top: 0%;
    margin-bottom: 0%;
    font-family:'Work Sans',sans-serif;
    background-color: #17689F;
    color: white;
    padding: 4% 7%;
    border-radius: 0%;
    font-size: 14px;
}
.param-intro h6{
    padding: 5% 4% 3% 4%;
    color: #000F17;
}
.params{
    border : 1px solid rgb(190, 189, 189);
    padding: 1% 5%;
    margin: 1% 4%;
}
details{
    padding: 1% 0.5%;
}
details > summary {
    list-style-type: none;
}
details > summary::before {
    content: url(../img/plusF.png);
}
details[open] > summary::before {
    content: url(../img/minusF.png);
}
summary{
    font-family:'Work Sans',sans-serif;
    font-weight: 600;
    color: #000F17;
}
.sum-row{
    margin: 0% !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(190, 189, 189);
    -webkit-transition: .4s;
    transition: .4s;
} 
.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    top: 1.3px;
    /* bottom: 4px; */
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
details p {
    font-family:'Work Sans',sans-serif;
    font-size: 13px;
    color: #000F17;
    text-align: justify;
}
.btn-accept-param{
    font-family:'Work Sans',sans-serif;
    background-color: #17689F;
    color: white;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 0%;
    font-size: 14px;
    margin-top: 2vh;
}
