.modal-content {
    font-size: 0.7rem;
    line-height: 1.6em;
    position: relative !important;
   
}
.fade:not(.show) {
    opacity: 1 !important;
}
.switch {
margin-right: 15px;
}
.modal-title {
    color: #283583!important;
}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody
    {
        background: #fff;
        box-shadow: 1px -2px 5px 4px rgba(0,0,0,.27);
    } 
#__cookieWrapper.custom-cookie a, #__cookieWrapper.custom-cookie p {
       
font-family: 'GTWalsheimPro-Regular';
    color: #283583 !important;
    padding: 0 0 20px;
    font-size: 16px;
    line-height: 1.57;
}   
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
    outline: 1px solid transparent;
    color: #283583;
    margin-left: 8px;
    min-height: 44px;
    padding: 14px 20px 13px;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    box-shadow: none;
    border-radius: 100px;
    border: solid 1px #283583;
    font-family: 'GTWalsheimPro-Regular';
 min-width: 200px !important;
}
.custom-cookie-modal .modal-footer button {

    background: none;
}
#__cookieWrapper .ccBtn:hover {
    box-shadow: 0 0 0 1px #283583;
}
.modal-body h4 {
 font-size: 18px !important;
 line-height: 28px;
 font-family: 'GTWalsheimPro-Regular';
    padding-bottom: 20px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4, .custom-cookie-modal a, .custom-cookie-modal p {
 color: #283583 !important;
}

.custom-cookie-modal .modal-dialog .modal-content {
    width: 100%;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-footer{
	justify-content: center !important;
}


@media all and (min-width:810px) and (max-width:1080px){
	
	#__cookieWrapper .custom-cookie-in {display: flex;}
}
@media (max-width:280px){
.model-footer {display: block;}
.custom-cookie-in {
    display: block;
}}


@media (max-width:320px){
.model-footer {display: block;}

}

 @media (max-width:768px){
 .custom-cookie-in {
    display: block;
    margin-top:60px;
}
.modal-footer{display: block;}
  #__cookieWrapper .cookie-btn{
  margin-top:0;
  display: block;
  }
 
}



/* toggle button's css from here*/


.switch input[type=checkbox]+label::before {
    border: none;
    background-color: #dfdfdf;
    border-radius: calc(2rem * .8);
    width: calc(calc(2rem * .8) * 2.8);
    height: 30px;

}
.switch input[type=checkbox]+label::after {
    top: 5px;
    left: 8px;
    width: 20px;
    height: 20px;
    background-color: #fff;
  
}
.switch input[type=checkbox]+label::after, .switch input[type=checkbox]+label::before {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
    
}

.switch input[type=checkbox]:disabled+label::before {
    background-color: #9397bb;
        border-color: #9397bb;
}

.switch input[type=checkbox]:checked+label::before {
    background-color: #5064DE;
    border-color: #5064DE;
}
.modal-body>div>h4:first-child .switch.switch-xs label::before {    
    background-color: #7a7878 !important;
  
}

