#cmNotifyBanner {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0 !important;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    font-family: tui-light, "TuiType", Arial, sans-serif;
    padding: 0;
    border-radius: 0;
    z-index: 9999;
}

.cmNotifyBanner .button {
    background-clip: initial;
    background-image: none;
    background-repeat: no-repeat;
    border: 0;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
    margin-bottom: 10px;
}

#manageCookies {
    cursor: pointer;
}

.explicit_consent #cmBannerDescription {
    margin: 30px auto 0;
    padding: 2em 16px;
    width: 640px;
    box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    max-height: 90%;
    overflow: auto;
}

.explicit_consent #cmBannerDescription svg, img {
    display: inline-block;
    margin-bottom: 20px;
}

.explicit_consent #cmBannerDescription .consentDescription {
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}
.explicit_consent #cmBannerDescription .consentDescription svg {
    margin-bottom: 0;
}

.explicit_consent #cmBannerDescription .consentDescription p {
    margin-left: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #092a5e;
}
.cmNotifyBanner #cmBannerDescription img{
    width: 320px;
}
@media screen and (max-width: 400px) {
    .cmNotifyBanner #cmBannerDescription img{
        width: 100%;
    }
}

.explicit_consent .wevalueyour {
    font-stretch: normal;
    margin-bottom: .7em;
}

.explicit_consent .Thiswebsiteorits,
.explicit_consent .YoucanaccessourC {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.explicit_consent .Thiswebsiteorits {
    font-stretch: normal;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 1em;
}

.explicit_consent .wevalueyour {
    font-stretch: normal;
    margin-bottom: .7em;
}

.explicit_consent .Thiswebsiteorits,
.explicit_consent .YoucanaccessourC {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.explicit_consent .Thiswebsiteorits {
    font-stretch: normal;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 1em;
}

.explicit_consent .YoucanaccessourC {
    font-stretch: normal;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 1em;
}

.explicit_consent #cmNotifyBanner .cmButtons {
    clear: none;
    float: none;
    margin: 25px 0 15px;
}

.explicit_consent button {
    border-radius: 3px;
    height: 35px;
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
    line-height: 20px;
    letter-spacing: 0;
}
 
.explicit_consent #cmCloseBanner {
    border-radius: 999px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
    background-color: #70cbf4;
    height: 56px;
    color: #092a5e;
    margin: 0;
    padding: 16px 24px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.explicit_consent #cmSave {
    border-radius: 999px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
    background-color: #FFA903 ;
    height: 56px;
    font-size: 16px;
    margin: 0;
    width: 168px;
    padding: 16px 24px;
    line-height: 20px;
    letter-spacing: 0;
}

.explicit_consent #cmAll {
    margin-right: 20px;
    font-weight: bold;
    color: #092a5e;
    padding: 16px 24px;
    height: 56px;
    border-radius: 999px;
    border: solid 1px var(--tui-ds-color-primary-70);
}

.explicit_consent #manageCookies {
    border-radius: 999px;
    background-color: #e2f3fe;
    height: 56px;
    color: #000000;
    margin: 0;
    margin-left: 10px;
    padding: 16px 24px;
    line-height: 20px;
    letter-spacing: 0;
    border: solid 1px var(--tui-ds-color-primary-70);
}


@media screen and (max-width: 760px) {
    .explicit_consent #cmBannerDescription {
        width: auto;
        max-width: 604px;
    }

}

@media screen and (max-width: 604px) {
    .explicit_consent #cmBannerDescription {
        margin-left: 16px;
        margin-right: 16px;
    }

    .cmToggleRowWrapper {
        max-height: 420px;
    }
}

@media screen and (max-width: 480px) {
    .explicit_consent #cmCloseBanner {
        display: block;
        width: 100%;
    }

    .explicit_consent #manageCookies {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .explicit_consent .wevalueyour {
        font-size: 22px;
    }

    .cmToggleRowWrapper {
        max-height: 360px;
    }
}

@media screen and (max-width: 350px) {
    .cmToggleRowWrapper {
        max-height: 290px;
    }
}

@media screen and (max-height: 485px) {
    .cmToggleRowWrapper {
        max-height: 290px;
    }
}

.cmToggleRowWrapper {
    height: auto;
    max-height: 520px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
}

.cmToggleRowWrapper .privacy-back-btn {
    margin-bottom: 1rem;
    color: #092a5e;
}

.cmToggleRowWrapper .privacy-back-btn i {
    font-size: 10px;
    font-weight: bold;
}

.cmToggleRowWrapper .privacy-back-btn a {
    color: #092a5e;
    text-decoration: underline;
}

.cmToggleRow .cmToggleLabel {
    display: flex;
    align-items: center;
}

.cmToggleRow .cmToggleLabel .switch-on-off{
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0 5px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

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

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

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

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

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