#evidente-cookie-bar.visible,
#evidente-cookie-popup-container.visible {
  display: block !important;
}

.evidente-cookie-reset {
  font-family: "DM Sans", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 0 19px 0;
  border-top: 6px solid #d6c10b;
  background: #fdfbf0;
  z-index: 1000;
  display: none;
}

.evidente-cookie-container {
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .evidente-cookie-reset {
    width: 100%;
  }
}

.evidente-cookie-container::after {
  content: "";
  display: table;
  clear: both;
}

.evidente-cookie-info-container {
  font-size: 0.875rem;
  float: left;
  width: calc(100% - 400px);
  padding-right: 40px;
}
.evidente-cookie-info-container p {
  font-size: 0.938rem;
  line-height: 20px;
  margin: 0;
}

@media screen and (max-width: 900px) {
  .evidente-cookie-info-container {
    padding-right: 0;
  }
}

.evidente-cookie-info-container .show-settings {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.evidente-cookie-info-container .show-settings:hover {
  color: #333d2b;
}

.evidente-cookie-buttons-container {
  float: left;
  width: 400px;
}

.evidente-cookie-buttons-container .accept-button {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin-left: 1%;
}

.evidente-button-allow a,
.evidente-button-allow-necessary a {
  display: block;
  padding: 11px 0;
  font-size: 0.938rem;
  border-radius: 11px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.evidente-button-allow-necessary a {
  margin-left: 1%;
}

.evidente-button-allow-necessary a {
  color: #4c6001 !important;
  border: 1px solid #4c6001 !important;
  background-color: #ffffff !important;
}

.evidente-button-allow a:hover {
  background-color: #d6c10b !important;
  color: #ffffff !important;
  border-color: #d6c10b;
}

.evidente-button-allow-necessary a:hover {
  background-color: #d6c10b !important;
  color: #ffffff !important;
  border-color: #d6c10b !important;
}

#evidente-cookie-popup-top::after,
#evidente-cookie-popup-bottom:after,
#evidente-cookie-popup-body:after,
.evidente-cookie-popup-form-container:after {
  content: "";
  display: table;
  clear: both;
}

#evidente-cookie-popup-save-button a {
  display: block;
  padding: 11px 17px;
  font-size: 0.938rem;
  border-radius: 11px;
  margin-top: 11px;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1210px) {
  .evidente-button-allow a,
  .evidente-button-allow-necessary a {
    font-size: 0.875rem;
  }
}

#evidente-cookie-popup-save-button a:hover {
  background-color: #20ba70 !important;
  color: #ffffff !important;
  border-color: #20ba70;
}

#evidente-cookie-popup .evidente-button-dismiss {
  float: right;
}

#evidente-cookie-popup .evidente-button-dismiss a {
  line-height: 0.7;
  color: #181818 !important;
}

#evidente-cookie-popup .evidente-button-dismiss a:hover {
  color: #333d2b !important;
}

#evidente-cookie-popup .evidente-button-dismiss a::after {
  cursor: pointer;
  content: "\d7";
  text-align: center;
  font-size: 1.875rem;
}
#evidente-cookie-popup-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99999;
  font-family: "Roboto", sans-serif;
}

#evidente-cookie-popup-container.visible {
  display: block !important;
}
#evidente-cookie-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
}
#evidente-cookie-popup-top {
  height: auto;
  max-height: 80px;
  padding: 20px 25px;
  position: relative;
  border-bottom: 1px solid;
}
#evidente-cookie-popup-image-container {
  width: 200px;
  border-right: 1px solid;
  padding-right: 10px;
  display: inline-block;
}
#evidente-cookie-popup-image-container img {
  width: 100%;
  height: auto;
  max-height: 80px;
}
#evidente-cookie-popup-title {
  float: left;
}
#evidente-cookie-popup-title h4 {
  font-weight: 500;
  font-size: 1.375rem;
  text-align: center;
  margin: 0;
}
#evidente-cookie-popup-body {
  min-height: 200px;
  height: auto;
}
#evidente-cookie-popup-tabs-container,
#evidente-cookie-popup-tabs-content-container {
  float: left;
}
#evidente-cookie-popup-tabs-content-container.v1 {
  width: calc(100% - 250px);
}
#evidente-cookie-popup-tabs-container {
  width: 250px;
  display: inline-block;
}
#evidente-cookie-popup .evidente-cookie-popup-tab-content {
  padding: 10px 20px;
}
#evidente-cookie-popup .evidente-cookie-popup-tab-content.v1 {
  display: none;
}
#evidente-cookie-popup .evidente-cookie-popup-tab-content.v1.active {
  display: block;
}
#evidente-cookie-popup .evidente-cookie-popup-tab-content.v2 {
  display: block;
  border-bottom: 1px solid;
}

#evidente-cookie-popup .evidente-cookie-popup-form-container h3 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
  float: left;
  width: calc(100% - 42px);
}
#evidente-cookie-popup .evidente-cookie-popup-form-container form {
  float: right;
}
#evidente-cookie-popup-tabs {
  list-style-type: none;
}
#evidente-cookie-popup-tabs li {
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 15px 25px;
  cursor: pointer;
  display: block;
}
#evidente-cookie-popup-tabs li a {
  display: block;
  padding: 15px 25px;
}
#evidente-cookie-popup-tabs li:last-child {
  padding: 0;
}
#evidente-cookie-popup-tabs li.active {
  background-color: transparent !important;
}
#evidente-cookie-popup-tabs li.active p {
  font-weight: bold;
  letter-spacing: -0.06em;
}
#evidente-cookie-popup-bottom {
  padding: 25px;
}
#evidente-cookie-popup-bottom::after {
  content: "";
  clear: both;
  display: table;
}
#evidente-cookie-popup-save-button {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 991px) {
  #evidente-cookie-popup-save-button {
    float: left;
  }
}
#evidente-cookie-popup-poweredby {
  display: inline-block;
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}

#evidente-cookie-popup input[type="checkbox"] {
  display: none;
}

#evidente-cookie-popup input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
}

#evidente-cookie-popup input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #e6e6e6;
  border-radius: 15%;
  box-sizing: content-box;
}

#evidente-cookie-popup input[type="checkbox"] + label:after {
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  left: 4px;
  bottom: 6px;
  width: 4px;
  border-bottom: 3px solid #00a645;
  height: 11px;
  border-right: 3px solid #00a645;
  transform: rotate(40deg);
  box-sizing: content-box;
}

#evidente-cookie-popup input[type="checkbox"]:checked + label:after {
  content: "";
}

#evidente-cookie-popup input[type="checkbox"]:disabled + label:after {
  content: "";
  border-color: white;
}

#evidente-cookie-popup input[type="checkbox"] + label {
  float: right;
}

@media screen and (max-width: 991px) {
  #evidente-cookie-bar .evidente-cookie-info-container,
  #evidente-cookie-bar .evidente-cookie-buttons-container {
    width: 100%;
    float: none;
  }
  #evidente-cookie-popup {
    height: 100%;
  }
  #evidente-cookie-bar .evidente-cookie-buttons-container:after {
    content: "";
    display: table;
    clear: both;
  }
  #evidente-cookie-bar .evidente-button-allow,
  #evidente-cookie-bar .evidente-button-more {
    margin-left: 0;
  }
  #evidente-cookie-popup {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  #evidente-cookie-popup-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  #evidente-cookie-popup-body {
    height: calc(100% - 80px);
    padding-bottom: 80px;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 650px) {
  #evidente-cookie-popup {
    width: 100%;
  }
  #evidente-cookie-popup-title {
    width: 45%;
  }
  #evidente-cookie-popup-image-container {
    width: 40%;
  }
}

@media screen and (max-height: 425px) {
  #evidente-cookie-popup-body {
    min-height: unset !important;
  }
}

@media screen and (max-width: 320px) {
  #evidente-cookie-popup-tabs-container,
  #evidente-cookie-popup-tabs-content-container,
  #evidente-cookie-popup-tabs-content-container.v1,
  #evidente-cookie-popup-poweredby,
  #evidente-cookie-popup-save-button {
    float: initial;
    width: 100%;
    display: block;
    position: relative;
    transform: initial;
  }
  #evidente-cookie-popup-poweredby p,
  #evidente-cookie-popup-save-button {
    text-align: center;
    height: 30px;
  }
}

a.evidente-gdpr-settings {
  display: block;
  margin-top: 20px;
  color: #333d2b;
  cursor: pointer;
}

#evidente-cookie-popup-tabs,
.evidente-cookie-popup-tab-content {
  font-size: 1rem;
}

#evidente-cookie-popup-tabs {
  padding: 0;
}

#evidente-cookie-popup-tabs .tabs::after,
#evidente-cookie-popup-tabs .tab::after {
  display: none;
}

#evidente-cookie-popup-tabs .tab p,
.evidente-cookie-popup-tab-content p {
  margin: 0;
  font-size: 1rem;
}

a.evidente-gdpr-settings {
  font-weight: 500;
  color: #333d2b !important;
}
