@charset "UTF-8";
.size-22{font-size:22pt;}
.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;
}
.pad-4{padding:4px;}
.pad-16{padding:16px;}
.cookieModal .w100p{width:100%}
.cookieModal-content {
  background-color: rgba(255,255,255,0.9);
  color: #000;
  border:5px solid #1b448f;
  -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 {background:#1b448f;border-color:#102d61;font-size: 12pt;color:#fff;text-align:center;}
.cookieModal-content .btn-grey {background:#1b448f;border-color:#102d61;font-size: 12pt;color:#fff;text-align:center;}
.cookieModal-content .btn-green:hover {background:#c11717;border-color:#821010;color:#fff;/*box-shadow:none;*/font-weight:normal;}
.cookieModal-content .btn-grey:hover {background:#c11717;border-color:#821010;color:#fff;/*box-shadow:none;*/font-weight:normal;}
.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-blue-red.svg');}
.icon-left-cookies:hover {background-image:url('/img/Cookies-blue-red.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;}
}
