#thank-you {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@font-face {
  font-family: "medium";
  src: url("../themes/materialize-meetings/assets/fonts/ygro/YgroSansBeta-Medium.otf");
}
@font-face {
  font-family: "book";
  src: url("../themes/materialize-meetings/assets/fonts/ygro/YgroSansBeta-Book.otf");
}
@font-face {
  font-family: "light";
  src: url("../themes/materialize-meetings/assets/fonts/ygro/Light.otf");
}
#thank-you h2 {
  font-family: "light" !important;
}
#thank-you p {
  font-family: "light" !important;
  font-size: 18px;
  line-height: 22px;
}
#thank-you .card-panel {
  padding: 50px;
  box-shadow: 5px 15px 5px rgba(0, 0, 0, 0.3);
}
body {
  background: #00142A;
}
@font-face {
  font-family: "medium";
  src: url("../themes/materialize-meetings/assets/fonts/ygro/YgroSansBeta-Medium.otf");
}
@font-face {
  font-family: "book";
  src: url("../themes/materialize-meetings/assets/fonts/ygro/YgroSansBeta-Book.otf");
}
@font-face {
  font-family: "light";
  src: url("../themes/materialize-meetings/assets/fonts/ygro/Light.otf");
}
#packagingsostenibile {
  font-family: "light", sans-serif;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Modale */
}
@media (max-width: 1484px) {
  #packagingsostenibile {
    height: 100%;
  }
}
#packagingsostenibile .primary-color {
  color: #00142A;
}
#packagingsostenibile .logo1 {
  width: 90%;
  height: 80px;
  max-width: 145px;
}
#packagingsostenibile .logo {
  width: 100%;
  height: 100px;
  max-width: 200px;
}
#packagingsostenibile .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#packagingsostenibile .text-wrapper h2 {
  text-decoration: underline;
  font-family: "light", sans-serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 70px;
  color: #BECE44;
}
@media (max-width: 425px) {
  #packagingsostenibile .text-wrapper h2 {
    font-size: 60px;
    line-height: 63px;
    text-align: start;
    padding: 10px;
  }
}
#packagingsostenibile .text-wrapper p {
  color: #BECE44;
}
@media (max-width: 425px) {
  #packagingsostenibile .text-wrapper p {
    font-size: 16px;
    text-align: start;
    padding-left: 10px;
  }
}
#packagingsostenibile footer {
  background-color: transparent;
}
#packagingsostenibile .boxed {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.1px);
  -webkit-backdrop-filter: blur(12.1px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 50px;
}
#packagingsostenibile .boxed form {
  font-family: "medium" !important;
}
#packagingsostenibile .boxed form label.fw-bold, #packagingsostenibile .boxed form a {
  color: #00142A !important;
}
#packagingsostenibile .boxed form .btn-registrati {
  background-color: #00142A;
  color: #ffffff;
}
#packagingsostenibile .boxed form input, #packagingsostenibile .boxed form input[readonly] {
  border: none;
  border-bottom: 1px solid #00142A;
  border-radius: 0;
  background: transparent;
}
#packagingsostenibile .boxed form input:focus {
  border: none;
  border-bottom: 1px solid #00142A;
  outline: none;
  box-shadow: 0 0;
}
#packagingsostenibile .boxed form input[type="checkbox"], #packagingsostenibile .boxed form input[type="radio"] {
  margin-right: 0.5rem;
}
#packagingsostenibile .modal {
  display: none;
  /* Nascondi il modale di default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  /* Sfondo inscurito */
  border-radius: 16px;
}
#packagingsostenibile .modal .modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-width: 400px;
  text-align: center;
  font-weight: bold;
  color: #000;
  border-radius: 16px;
}
#packagingsostenibile .modal .modal-content p {
  font-weight: bold;
  font-size: 0.8rem;
  /* margin-bottom: 0; */
}
#packagingsostenibile .modal .close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#packagingsostenibile .modal .close:hover, #packagingsostenibile .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
