@charset "UTF-8";
.cookieForward{position:relative;z-index:10001;}        
.cookieModal{display:none; position:fixed; z-index:10001;padding-top:100px;left:0;top:0;width:100%; height:100%; overflow:auto; background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.6); z-index:10;}
.cookieModal .w100p{width:100%}
.cookieModal-content{background-color:rgba(255,255,255,0.9);color:#000;border:5px solid #1E3470;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:auto;padding:20px;width:90%;min-height:100px;margin:auto;top:50%;left:50%;z-index:10001;}     
.cookieModal-content .btn-green{background:#00ba37;border-color:#008226;}
.cookieModal-content .btn-grey{background:#999;border-color:#777;}
.cookieModal-content .btn-green:hover{background:#008226;color:#fff;}
.cookieModal-content .btn-grey:hover{background:#008226;color:#fff;border-color:#008226;}
.cookieModal::-webkit-scrollbar {width:0.5em;height:1em;}
.cookieModal::-webkit-scrollbar-track {background:#126b40;border-radius:100vw;margin-block:0.5em;}
.cookieModal::-webkit-scrollbar-thumb {background:#00974e;border-radius:100vw;}
.cookieModal::-webkit-scrollbar-thumb:hover {background:#6f0011;}    
.cookieModal-content hr {border-top:solid 1px #126b40;height:1px;}
.icon-left-cookies{width:26px;height:26px;background-size:34px 34px;display:inline-block;background-position:center;} 
.icon-left-cookies{background-image:url('/img/Cookies-green.svg');}
.icon-left-cookies:hover {background-image:url('/img/Cookies-blue.svg');}  
@media screen and (min-width:860px){ .cookieModal-content {width:800px;} .cookieModal-content .w-66 {width:66%;} .cookieModal-content .w-50 {width:50%;} .cookieModal-content .w-33 {width:33%;} }
@media screen and (max-width:860px){ .cookieModal {padding-top:16px;} .cookieModal-content .col {text-align:center;padding:0px; padding-top:8px; margin:0px; } .cookieModal-content button {text-align:center;} }
