@charset "UTF-8";
.cookieForward{position:relative;z-index:10001;}        
.cookieModal{
  display: none; /* block */
  position: fixed; /* Stay in place */
  z-index: 10001; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  z-index: 10;
}
.cookieModal .w100p{width:100%}
.cookieModal .w-100{vertical-align:middle;}
.cookieModal .blue{color:#009846;}
.cookieModal-content {
  background-color: rgba(255,255,255,0.9);
  color: #000;
  border:5px solid #009846;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin: auto;
  padding: 20px;
  width: 90%;
  min-height:100px;
  margin:auto;
  top: 50%;
  left: 50%;
  z-index: 10001;
}     
.cookieModal-content .btn-green {color:white;background:#00ba37;border-color:#008226;}
.cookieModal-content .btn-grey {color:white;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: #00a8ec;border-radius: 100vw;margin-block: 0.5em;}
.cookieModal::-webkit-scrollbar-thumb {background: #df0024;border-radius: 100vw;}
.cookieModal::-webkit-scrollbar-thumb:hover {background: #6f0011;}    
.cookieModal-content hr {border-top: solid 1px #00a8ec;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-green.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; width:100%}
  .cookieModal-content button {text-align:center;}
}
