	/*.mm-opened .mm-page.mm-slideout{display:block !important;z-index:99999999}*/
    #mm-0{z-index: 9999999;}
   	.__cookieWrapper .modal.fade {opacity: 1;height: 100%;}
	#__cookieWrapper .__cookieNotice .__cookieNoticeBody{background:var(--primary-dark) ;padding:25px 0;}
    #__cookieWrapper .cookie-btn{flex-direction:row;justify-content:center;flex-wrap:wrap;padding:15px;padding-bottom: 0;}
	#__cookieWrapper .__cookieNotice .__cookieNoticeBody a:hover {color: var(--white-color);transition: all .5s ease;}
	#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button{   
    padding: 1.5rem 2rem;
    border-radius: inherit;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    font-family: var(--font-dm-mono-medium);
    position: relative;
    min-height: 4.8rem;
    background-color: var(--white-color);
    border: 1px solid #414A54;
    width: fit-content;
    color:var(--primary-dark);
    }
    #__cookieWrapper.custom-cookie .ccBtn {
    background-color: #F8FAFE1A;
    border: 1px solid #414A54;
    width: fit-content;
    color: var(--white-color);
    }
    #__cookieWrapper.custom-cookie .ccBtn:hover {
    color:var(--black-color);
    }
    #__cookieWrapper.custom-cookie .ccBtn:hover, 
.custom-cookie-modal .modal-footer button:hover {
    background: linear-gradient(90deg, #66FC90 0%, #00F3D1 50%, #E11BCC 100%) 0% 0% no-repeat;
    
}
	#__cookieWrapper .custom-cookie-in {display: block;}
	.modal.fade .modal-dialog {transition: none;height: 90vh;transform: none;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 90%;margin: 0;overflow: auto;}
	.modal-content {background-color: #fefefe;margin: auto;padding: 0 !important;border: 1px solid #888;top: auto !important;width: 80%;}
	.__cookieWrapper .modal-footer.text-align-center {justify-content: center;}

	
    .modal-cookie .switch{min-width: 45px;}

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

	.switch input[type="checkbox"]:checked + label::before{background:var(--black-color);}
	.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-color: var(--primary-dark);}
	.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(--black-color);}
	#__cookieWrapper.custom-cookie .ccBtn{border-radius:0px}

	@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;}
	}
    
	@media screen and (max-width:551.98px){
    	#__cookieWrapper .cookie-btn button.ccBtn, .custom-cookie-modal .modal-footer button{        min-width: 255px;}
    }
	#__cookieWrapper .switch input[type="checkbox"]:checked+label::before{background-color:var(--primary-dark);}
    
    
    .modal-header .close {
       font-size: 4rem;
}
