
/* Advanced Cookie Banner - Advanced Styles Content */
#acb-banner.acb-gdpr .acb-button {
    padding: 0 10px;
    margin: 0 10px;
}

#acb-banner p {
    font-size: 12px!important;
    color: #000000 !important;
    line-height: 13px;
}

#acb-banner .material-icons{
  display:none;
}
a#acb_link_information {
    font-size: 10px;
    font-family: 'Lemon milk';
    color: #000;
}

#acb-banner label.acbConsentLabel {
    font-size: 13px  !important;
}

#acb-banner button {
    font-size: 13px !important;
}

#acb-banner {
  font-family: 'Gotham';
    z-index: 99999999;
    height: fit-content;
  box-shadow: none !important;
}

#acb-content{
  width:100%;
  padding: 0 25px;
}

#acb-deny-all-button, #acb-close-button{
  background: #DCDCDC;
  color: #fff;
}
#acb-title{
      background: #091b3c;
    color: #fff !important;
    font-family: 'Lemon milk';
    font-size: 12px;
    text-align: center;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
      position: absolute;
    width: 100%;
    top: -50px;
}

@media screen and (min-width: 767px) {
 #acb-banner {
  padding: 10px 0 !important;
     width: 100%;
    max-width: 650px;
}
.acbCheckboxesContainer {
    flex-direction: row;
}

}

@media screen and (max-width: 768px) {
   #acb-banner {
width: 98% !important;
    margin: 0;
     box-shadow:none !important;
     border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
}
  
      
div#acb-content {
    overflow: auto;
}
  #acb-banner.acb-gdpr .acb-button {
    margin: 5px 0px  !important;
}
  
  .acbCheckboxContainer {
    margin: 0rem 0;
}
  
  #acb-banner.acb-position-bottom {
    top: auto;
    bottom: 0;
}
}

