/* © InvestisDigital, All rights reserved, v2.0.0 */
body#ip3-preview-protection #__cookieWrapper{display: none;}


#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
    
    background: var(--primary-just-black) !important;
        border-radius: 8px;
    }


    

#__cookieWrapper.custom-cookie a {text-decoration: none !important;}
#__cookieWrapper a:hover{text-decoration: none;}
#__cookieWrapper .__cookieNotice p  {text-align:center; margin-bottom:16px;}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button{
    border-radius: 8px !important;
    border: none !important;
    line-height: 20px !important;
    font: var(--font-weight-bold) 1.6rem var(--primary-font);
    transition: all 0.3s ease-in-out;
    color: var(--primary-just-black);
    font-weight: 700 !important;
}
.custom-cookie-modal .modal-footer button{
  color: var(--neutral-just-white);
}

.custom-cookie-modal .modal-footer button:hover,
#__cookieWrapper .ccBtn:hover{background: var(--primary-just-coral) !important;transition: all .3s ease-in-out;cursor: pointer;color: var(--primary-just-black) !important;}
.cookie-btn, .custom-cookie-in {display: block !important;}

#__cookieWrapper .__cookieNotice .__cookieNoticeBody{width: auto !important;}
.modal-title{font-size: 24px !important;font-weight: 500 !important;}
.modal-body h4{font-size: 20px !important;font-weight: 400 !important;}
.modal-content .modal-header .close {right: 10px !important;}
@media all and (max-width: 400px){
.modal-content{width: 90% !important;}
}

/* Css For Cookie */

#__cookieWrapper.custom-cookie .__cookieNotice {
    background: rgba(0,0,0,.5) !important;

}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody{
background-color:var(--white-color) !important;
width:100% !important;
}
#__cookieWrapper.custom-cookie a, #__cookieWrapper.custom-cookie p{
color:var(--black-color) !important;
font-family:var(--font-gotham) ;

}
#__cookieWrapper.custom-cookie a{
color: var(--main-blue) !important;
}
#__cookieWrapper.custom-cookie a:hover{
color: var(--blue-one) !important;
}
#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button{
    color: var(--white-color) !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    border: 0 !important;
    margin-left: 15px !important;
    background: var(--main-blue) !important;
    transition: all .5s ease;
    margin-bottom: 10px !important;
    font-weight:400 !important ;
    font-family:var(--font-gotham) ;
    font-size:1.6rem;
}

#__cookieWrapper.custom-cookie .ccBtn:hover, .custom-cookie-modal .modal-footer button:hover{
    background: #024072 !important;
        color: var(--white-color) !important;

}
#__cookieWrapper .custom-cookie-modal{padding-top:0 !important;}
@media only screen and (max-width:767px){
#__cookieWrapper .custom-cookie-modal{padding-top:100px !important;}

#__cookieWrapper .custom-cookie-modal .modal-dialog{ padding-top:100px !important;}
}
