@import url("https://fonts.googleapis.com/css2?family=Eczar&display=swap");

.cookieConsentContainer {
  z-index: 999;

  width: 500px;

  min-height: 20px;

  text-align: justify;

  box-sizing: border-box;

  padding: 30px 30px 30px 30px;

  background: #283636;

  overflow: hidden;

  position: fixed;

  bottom: 30px;

  right: 30px;

  display: none;

  background-color: #283636;

  border-radius: 10px;

  border: solid #243030;

  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.274);
}

.cookieConsentContainer .cookieTitle a {
  font-family: "Eczar", serif;

  color: #ffffff;

  font-size: 40px;

  line-height: 20px;

  display: block;

  margin-bottom: 20px;
}

.cookieConsentContainer .cookieDesc p {
  margin: 0;

  padding: 0;

  font-family: "Eczar", serif;

  color: #ffffff;

  font-size: 18px;

  line-height: 20px;

  display: block;

  margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
  font-family: "Eczar", serif;

  color: #ffffff;

  text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
  display: inline-block;

  font-family: "Eczar", serif;

  color: #ffffff;

  font-size: 30px;

  font-weight: bold;

  margin-top: 14px;

  border: solid;

  border-radius: 10px;

  box-sizing: border-box;

  padding: 15px 24px;

  text-align: center;

  transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;

  background: #ffffff97;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0px !important;

    left: 0px !important;

    width: 100% !important;
  }
}
