@font-face {
    font-family: 'proximaNova';
    src: url(ProximaNova-Regular.otf);
}

@font-face {
    font-family: 'proximaNovaBold';
    src: url(ProximaNova-Bold.otf);
}

#cookie-popup,
#cookie-popup button {
    font-family: 'proximaNova', Arial;
}

#cookie-popup .cookie-head {
    font-family: 'proximaNovaBold', 'proximaNova', Arial;
}

#cookie-popup .fixed-cookie {
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 52;
    width: 100%;
}

#cookie-popup .row {
    overflow: hidden;
}

#cookie-popup .toggledetails:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

#cookie-popup .grey-content {
    max-width: 620px;
    margin: 0px auto;
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#cookie-popup .cookie-start {
    display: block;
}

#cookie-popup .cookie-head {
    max-width: 578px;
    color: #0A131A;
    font-size: 24px;
    font-weight: 1000;
    line-height: 29px;
    padding: 0 0 0 0;
}

#cookie-popup .cookie-text,
#cookie-popup .cookie-head-text {
    font-size: 14px;
    max-width: 657px;
    line-height: 16px;
    margin: 10px 0 30px 0;
}

#cookie-popup .cookie-head-text {
    margin: 0;
    font-size: 12px;
}

#cookie-popup .options-middle .cookie-text {
    font-size: 10px;
    color: #404040
}

#cookie-popup .details-container {
    width: 180px;
    display: inline-block;
}

#cookie-popup .toggledetails {
    max-width: 180px;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    color: black;
    font-weight: 400;
    float: right;
    border: none;
}

#cookie-popup .nodetails,
#cookie-popup .grey-main,
#cookie-popup .options-popup {
    display: none;
}

#cookie-popup .fa {
    margin-left: 4px;
    display: inline-block;
}

#cookie-popup .cookie-options,
#cookie-popup .cookie-details {
    display: none;
    padding-top: 40px;
}

#cookie-popup .cookie-options .head,
#cookie-popup .cookie-details .head {
    color: #F3B624;
}

#cookie-popup .cookie-options .option,
#cookie-popup .cookie-details .option {
    display: inline;
    margin-top: 20px;
}

#cookie-popup a {
    color: #F3B624;
}

#cookie-popup .options-popup {
    overflow-y: scroll;
    height: 100%;
}

#cookie-popup .button-section {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 0px 15px;
}

#cookie-popup button {
    padding: 10px 20px;
    background-color: white;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

#cookie-popup button.yellow-border {
    border-color: #F3B624;
    color: #F3B624;
}

#cookie-popup button.yellow {
    background-color: #F3B624;
    color: white;
    border-color: #F3B624;
}

#cookie-popup .options-popup {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(4, 4, 4, 0.8);
}

#cookie-popup .options-popup .options-head {
    padding: 40px 60px 30px 60px;
}

#cookie-popup .options-popup .options-middle {
    padding: 30px 60px 40px 60px;
    background-color: #E9E9E9;
    overflow: hidden;
}

#cookie-popup .options-popup .cookie-options {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0px auto;
    background-color: white;
    padding: 0;
    margin-top: 100px;
    box-sizing: border-box;
    overflow: hidden;
}

#cookie-popup .functional-checkbox,
#cookie-popup .functional {
    opacity: 0.5;
    pointer-events: none;
}

#cookie-popup .options-popup .button-section {
    width: 100%;
}

#cookie-popup .small-settings {
    width: 100%;
    position: fixed;
    bottom: 0;
}

#cookie-popup .small-settings .button-section {
    width: auto;
    float: right;
    margin-right: 200px;
}

#cookie-popup .button-section .decline-button,
#cookie-popup .button-section #decline-button {
    border: none;
}

#cookie-popup .small-settings .button-section .settings-button {
    border-radius: 8px 8px 0 0;
    font-size: 11px;
    padding: 5px 30px;
}

@media only screen and (min-width: 768px) {
    #cookie-popup .fixed-cookie {
        padding: 20px 0;
    }

    #cookie-popup .cookie-head {
        font-size: 30px;
        line-height: 43px;
        padding: 0 0 0 0;
    }
}

@media only screen and (max-width: 768px) {
    #cookie-popup .details-container {
        margin: 0 auto;
    }

    #cookie-popup .button-section {
        width: 100%;
    }

    #cookie-popup .detail-button-section {
        width: 100%;
    }

    #cookie-popup .details-button-section {
        width: 100%;
    }

    #cookie-popup .toggledetails {
        margin: 0px auto;
        display: block;
        float: none;
    }

    #cookie-popup .small-settings .button-section {
        margin-right: 0;
    }
}

@media only screen and (max-width: 400px) {
    #cookie-popup .options-popup .cookie-options {
        margin-top: 20px;
    }

    #cookie-popup .cookie-options .options-head {
        padding: 10px 10px;
    }

    #cookie-popup .cookie-options .options-middle {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-bottom: -3px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #707070;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #F3B624;
}

input:focus+.slider {
    box-shadow: 0 0 1px #F3B624;
}

.stuck .slider {
    background-color: #ccc !important;
    box-shadow: 0 0 1px #ccc !important;
}

input:checked+.slider:before,
.stuck .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

#cookie-popup .grey-main #more-info-button {
    color: white;
    border: none;
}

#cookie-popup .button-section #more-info-button {
    margin-left: 0px !important;
}

#cookie-popup .fixed-cookie {
    padding: 1.25rem 0;
}
