
.popup-cookies {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000c9;
  top: 0;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 12000;
}
.container-cookies {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
  color: #000;
  margin: 20px;
  flex-direction: row;
  align-items: center;
  text-align: left;
  width: 100%;
  border-radius: 10px;
}
.popup-cookies .modal-btn {
  color: #08bf29;
  text-decoration: underline;
  cursor: pointer;
}
.cc-message {
  flex-basis: 70%;
}
.cc-compliance {
  display: flex;
  flex-basis: 30%;
  align-items: center;
  justify-content: center;
}
.cc-compliance a {
  text-decoration: none;
  background-color: #01851d;
  padding: 10px 20px;
  color: #fff!important;
  cursor: pointer;
  border-radius: 10px;
}
.cc-compliance a:hover {
  background-color: #005f15;
}


@media (max-width: 772px) {
  .container-cookies {
    font-size: 17px;
  }
  .container-cookies {
    flex-direction: column;
  }
  #cookieconsent {
    margin-bottom: 20px;
  }
}