#sliding-popup {
    padding: 30px 20px;
    /* right: 0;
    width: 50%;
    bottom: 0; */
    font-family: 'roboto'!important;
    font-size: 16px;

    /*max-width: 320px;*/
    bottom: 10px!important;
    left: 10px!important;

    width: calc(100% - 20px)!important;
}

.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.eu-cookie-compliance-buttons {
    display: flex;
    /* flex-direction: column; */
}

.eu-cookie-compliance-message p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    /* margin-left: 65px; */
    color: #000303;
    letter-spacing: 0;
    line-height: 24px;
}

.eu-cookie-compliance-message{
    position: relative;
}

.eu-cookie-compliance-message:before {
    /* content: '';
    position: absolute;
    background-image: url(../../assets/images/cookie.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0; */
}

.eu-cookie-compliance-content {
    max-width: 100%;
}

#popup-buttons .agree-button {
    font-weight: 400;
    outline: none;
    background-color: #0A51A1;
    background: #0A51A1;
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 18px 20px;
    text-align: center;
    line-height: 14px;
    min-width: 160px;
    border-radius: 24.5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    box-shadow: none;
    border: none;
    text-shadow: unset;
    margin-top: 0;
}

#popup-buttons .eu-cookie-compliance-save-preferences-button, #popup-buttons .pre_button {
    font-weight: 400;
    outline: none;
    background-color: #0A51A1;
    background: none;
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 18px 20px;
    text-align: center;
    line-height: 14px;
    /* min-width: 110px; */
    border-radius: 24.5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    box-shadow: none;
    border: none;
    text-shadow: unset;
    margin-top: 0;
    text-decoration: underline;
    opacity: 0.6;
}

.find-more-button {
    outline: none!important;
    text-decoration: underline;
    margin-top: 12px;
    background-color: unset; /* Green */
    border: none;
}

/* .class="btn-cookie-privacy" */

@media (min-width: 576px) {

    #sliding-popup {
        /* padding: 50px; */
        width: 100%;
    }

    .find-more-button {
        margin-top: 20px;
    }
    
    /* .popup-content {
        flex-direction: row;
    } */
}

@media (min-width: 992px) {
    #sliding-popup {
        /*width: 70%!important;*/
        left: 30%;
        bottom: 0;
        font-family: 'roboto'!important;
        font-size: 16px;
    }
}


.switch {
    height: 27px;
    position: relative;
    width: auto;
    margin-bottom: 10px;
    display: flex!important;
    align-items: center;
  }
  
  .switch input {
    display:none;
  }
  
  .slider {
    height: 27px;
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    width: 46px;
  }

  .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 20px;
  }
  
  input:checked + .slider {
    background-color: #66bb6a;
  }
  
  input:checked + .slider:before {
    transform: translateX(18px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .slider__category {
      margin-left: 60px;
      /* margin-top: 5px; */
      line-height: 15px;
  }

  .eu-cookie-compliance-buttons {
    float: none!important;
}

.eu-cookie-compliance-categories-buttons {
    max-width: unset!important;
}

.eu-cookie-compliance-categories {
    padding-bottom: 1em;
}

.eu-cookie-compliance-buttons {
    max-width: unset!important;
    display: flex;
    /*flex-direction: row-reverse;*/
    justify-content: flex-end;
}

.eu-cookie-compliance-category  {
    height: 35px;
}

.eu-cookie-compliance-category label { 
    width: auto;
}

.eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
    margin-top: 0;
    margin-bottom: 0;
}

.cookie-category__container {
    width: 100%;
}

.cookie__links {
    text-decoration: underline;
    color: #0A51A1;
}
/* 
#sliding-popup {
    display: none!important;
} */

#sliding-popup .popup-content #popup-buttons {
  /*float: inherit;*/
  margin-top: 16vh;
}



