

/*COOKIE CSS*/
#cookieConsentModal {
    display: none;
}
#cookieConsentModal.hide{
    display: none !important
}
.cookie-consent-modal {
    padding-top: 0;
    position: fixed;
    width: auto;
    height: auto;
    z-index: 1000;
}

.cookie-consent-modal .modal-content-wrap {
    position: fixed;
    bottom: 0;
    margin: 0;
    background: #777;
    padding: 0;
    width: 100%;
    left: 0;
}

.cookie-consent-modal .modal-content-wrap.right {
    right: 0;
}

.cookie-consent-modal .modal-content-wrap.left {
    left: 0;
}

.cookie-consent-modal .modal-content-wrap .modal-content {
    width: 100%;
    border-radius: 0;
    padding: 30px;
    color: #fff;
    border: none;
    background:inherit;
}
@media only screen and (max-width:767px){
    .cookie-consent-modal .modal-content-wrap .modal-content {
    
        padding: 30px 0;
    }
}
.cookie-consent-modal .modal-content-wrap .modal-content .modal-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-header h3 {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-body {
    padding: 1rem 1rem 0;
    line-height: 1.3;
}



.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons button{
  margin: 10px
}
.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn {
    padding: 0.7rem 1.1rem;
    font-size: 100%;
    cursor: pointer;
    border: none;
    border-radius: 0.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn:hover {
    background: #1c1c1c;
    color: #fff;
}
.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary {
    background-color: #3579F6;
    color: white;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary:hover {
    background-color: #0b5bed;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary {
    background-color: #89a;
    color: white;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary:hover {
    background-color: #6a8095;
}

.cookie-consent-modal button.ast_btn {
    margin: 10px;
    line-height: initial;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
    .cookie-consent-modal button.ast_btn {
        width: 100%
    }
}

.cookie-consent-modal button.ast_btn:hover:after {
    background: #db277e;
    color: #fff;
    z-index: -9;
}

@media screen and (max-width: 620px) {
    .cookie-consent-modal .btn {
           width: 90%;
    clear: both;
    display: block;
    margin: 10px auto;
    white-space: normal;
    }
}

.cookie-consent-modal.block-access {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

@media screen and (max-width: 620px) {
    .cookie-consent-modal.block-access {
        padding-top: 0;
    }
}

.cookie-consent-modal.block-access .modal-content-wrap {
    position: relative;
    margin: 2.5% auto;
    bottom: auto;
    width: 95%;
}

.cookie-consent-modal.block-access .modal-content-wrap .modal-content {
    border: none;
    margin: 0 auto;
}
.preference_pop_up{
    display:none

}
.preference_pop_up.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0a0e0aa6;
    display:block
}

.close_preference {
    cursor: pointer;
    position: absolute;
    background: #777777;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border: 2px solid;
    line-height: 50px;

}

@media only screen and (max-width: 767px) {
    .close_preference {
        width: 40px;
        height: 40px;
        right: -10px;
        top: -10px;
        font-size: 20px;
        line-height: 40px;
    }
}

.close_preference:hover {
    background: #6c6a6b;
}

.preference_container.container {
    background: #fff;
    height: 70vh;
    margin: 15vh auto;
    width: 80vw;
    position: relative;
    padding: 0;

}

@media only screen and (max-width: 767px) {
    .preference_container.container {
        width: 90vw;
        height: 94%;
        top: 3%;
        margin: 0 auto;
    }
}

.preference_container {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e1e5e1;
    background: #e1e5e1;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px;
}

.preference_content {
    height: 70%;
    overflow-y: auto;
    padding: 40px 40px 0;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .preference_content {
        height: 65%;
    }
}

.preference_container footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ededed;
    padding: 20px 0;
    left: 0;
    margin: auto;
    border-top: 1px solid #ebebeb;
  
}
.preference_container footer   button{
        margin:10px
    }
@media only screen and (max-width: 767px) {
    .preference_container footer {
      padding:4px;
    }
}

.preference_content h3 {
    border-bottom: 1px solid;
    padding: 0 0 15px;
}

.preference_content h4 {
    margin: 40px 0 10px;
}

.preference_content input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin: 10px 5px 0 10px;
    width:10px
}
/*# sourceMappingURL=cookie-consent.css.map */
#cookieConsentModal.active {
    display: block !important;
}
.cookie-consent-modal .modal-footer{
    border: none;
   padding:0;
}
.preference_content h6.modal-title{
    color: #81cee6
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
    display:none
}