.mm-page.mm-slideout{display:block !important;z-index:99999999}
.switch input#app-item-necessaryCookie[type="checkbox"]:disabled + label::after {background-color: var(--gray) !important;}
.__cookieWrapper .modal.fade {opacity: 1;height: 100%;}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody{background:var(--orange) !important;}
#__cookieWrapper .cookie-btn .ccBtn:hover{background-color: var(--light) !important;  color: var(--black) !important;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(--blue-1) !important;padding: 21px 27px 21px 29px !important;font-size: 13px;line-height: 13px;/*display: inline-flex;*/align-items: center;justify-content: space-between; color: var(--primary-blue) !important;transition: 0.3s ease-in-out;color:var(--white) !important;border-radius:100px !important}
.custom-cookie-modal .modal-footer button:hover{background-color: var(--blue-2) !important;}
#__cookieWrapper .cookie-btn button.ccBtn {justify-content: center;min-width: 251px;width:100%;border-radius:100px}
#__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%) !important;width: 90%;margin: 0;}
#__cookieWrapper .modal-content {background-color: #fefefe !important;margin: auto;padding: 18px !important;border: 1px solid #888;top: auto !important;width: 80%;}
.__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::after{background-color:var(--blue) !important}
.switch input[type="checkbox"]:checked + label::before{background:var(--dark-blue) !important;}
.switch input[type="checkbox"] + label::after, .switch input[type="checkbox"] + label::before{width: calc(calc(2.6rem * .8) * 2) !important;}
.switch input[type="checkbox"] + label::after{width: 16px !important;height: 16px !important; background:var(--gray) !important;}
.switch input[type="checkbox"]:checked + label::after{margin-left: calc(2.3rem * .8) !important;}
.switch input[type="checkbox"] + label{height: calc(3.0rem * .8) !important; margin-bottom:0px;}
.switch input[type="checkbox"] + label::before{border-color:var(--dark-blue) !important;}
.switch input[type="checkbox"]:disabled + label::before{opacity:0.5;border-color:var(--primary-blue) !important;}

@media screen and (max-width:992.98px){
#__cookieWrapper .modal-content{width: 100%;}
.__cookieWrapper .modal-footer.text-align-center{flex-direction:column}
}

@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}
}