.cookie-alert {
  font-size: 16px;
  color: #fff;
  z-index: 6;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: auto;
  background-color: var(--secondary-color) !important;
  padding: 20px;
  font-family: "Saira", sans-serif;
  border-radius: 10px;
  z-index: 100000;
}
.cookie-alert h5 {
  color: #fff !important;
}
.cookie-text {
    font-size: 16px;
}
.cookie-alert a {
  color: #fff;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  text-decoration: underline !important;
}
.cookie-alert button {
  color: #000;
  font-weight: 700;
  background-color: #efe6e0;
  border: none;
  width: 150px;
  height: 50px;
  font-family: "Saira", sans-serif;
  border-radius: 10px;
  margin-left: 3rem !important;
}
.cookie-alert button:hover {
  cursor: pointer;
}

@media only screen and (max-width: 575.98px) {
  .cookie-alert {
    font-size: 15px;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    border-radius: 0px;
  }
  .cookie-alert br {
    display: none;
  }
  .cookie-alert h5 {
    font-size: 23px;
  }
  .cookie-alert button {
    width: 100px;
    height: 40px;
    margin-top: 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .cookie-alert {
    font-size: 15px;
    bottom: 0px;
    left: 0px;
    padding: 10px;
  }
  .cookie-alert h5 {
    font-size: 23px;
  }
  .cookie-alert button {
    width: 100px;
    height: 40px;
    margin-top: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cookie-alert {
    font-size: 18px;
    bottom: 0px;
    left: 0px;
    padding: 10px;
  }
  .cookie-alert h5 {
    font-size: 23px;
  }
  .cookie-alert button {
    width: 100px;
    height: 40px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .cookie-alert {
    font-size: 15px;
    color: #fff;
    z-index: 6;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 20px;
  }
  .cookie-alert h5 {
    font-size: 20px;
  }
  .cookie-alert a {
    color: #fff;
    text-decoration: underline;
  }
  .cookie-alert button {
    width: 100px;
    height: 40px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1280.1px) and (max-width: 1680px) {
  .cookie-alert {
    font-size: 15px;
    bottom: 20px;
    left: 20px;
    padding: 20px;
  }
  .cookie-alert h5 {
    font-size: 20px;
  }
  .cookie-alert button {
    width: 100px;
    height: 40px;
    margin-top: 20px;
  }
}
