.mm-page.mm-slideout{display:block !important;z-index:99999999}
.__cookieWrapper .modal.fade {opacity: 1;height: 100%;}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody{background:var(--dark-gray);}
#__cookieWrapper .cookie-btn .ccBtn:hover{background-color: var(--primary-blue);border-color: var(--primary-blue);  color: var(--white-color);transition: all .5s ease;}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody a:hover {color: var(--secondary-blue);transition: all .5s ease;}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button{border-radius: 0;border: 1px solid var(--secondary-blue);background: var(--white-color);padding: 21px 27px 21px 29px;font-size: 15px;line-height: 18px;border: 1px solid var(--secondary-blue);display: inline-flex;align-items: center;justify-content: space-between; color: var(--primary-blue);transition: 0.3s ease-in-out;}
.custom-cookie-modal .modal-footer button:hover{background-color: var(--primary-blue);color: var(--white-color);border-color: var(--primary-blue);}
#__cookieWrapper .cookie-btn button.ccBtn {justify-content: center;min-width: 251px;width:100%}
#__cookieWrapper .custom-cookie-in {display: flex;}
.modal.fade .modal-dialog {transition: none;height: 80vh;transform: none;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 90%;margin: 0;overflow-y: auto;}
.modal-content {background-color: #fefefe;margin: auto;padding: 0 !important;border: 1px solid #888;top: auto !important;}
.__cookieWrapper .modal-footer.text-align-center {justify-content: center;}


/*cookieWrapper Model Css*/
.modal-cookie *{font-weight: inherit !important; }   
.modal-cookie .modal-title{font-weight: inherit !important; color:var(--dark-gray)!important;  font-size: clamp(3.0rem, 3.771vw + 0.714vw, 2.0rem)!important;}  
.modal-cookie .modal-body h4{font-family: var(--champion-regular);color:var(--dark-gray)!important;  font-weight: inherit !important;font-size: 20px;letter-spacing: 0.2px;}

.switch input[type="checkbox"]:checked + label::before{background:var(--primary-blue);}
.switch input[type="checkbox"] + label::after, .switch input[type="checkbox"] + label::before{width: calc(calc(2.6rem * .8) * 2);}
.switch input[type="checkbox"] + label::after{width: 15px;height: 15px; background:var(--primary-blue);}
.switch input[type="checkbox"]:checked + label::after{margin-left: calc(2.3rem * .8);}
.switch input[type="checkbox"] + label{height: calc(3.0rem * .8); margin-bottom:0px;}
.switch input[type="checkbox"] + label::before{border-color:var(--primary-blue);}
.switch input[type="checkbox"]:disabled + label::before{opacity:0.8;border-color:var(--primary-blue);}

@media screen and (max-width:992.98px){
#__cookieWrapper .modal-content{width: 100%;}
}

@media screen and (max-width:767.98px){
#__cookieWrapper .custom-cookie-in {display: block;}
#__cookieWrapper .cookie-btn {margin-top: 30px;}
#__cookieWrapper .cookie-btn button.ccBtn{min-width:auto}
}