header.header-default {
  transition: max-height 0.3s ease-in-out;
  color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header.header-default .custom-container {
  margin-top: 20px;
  padding: 12px 50px;
  border-radius: 20px;
  width: 91%;
}
@media (max-width: 991px) {
  header.header-default .custom-container {
    width: 94%;
  }
}
@media (max-width: 425px) {
  header.header-default .custom-container {
    padding: 12px 30px;
  }
}
header.header-default:has(.navbar-collapse.show) {
  max-height: 100vh;
}
header.header-default:has(.navbar-collapse.show) .custom-container {
  height: 100%;
}
header.header-default .navbar-collapse {
  --bs-collapse-transition: height 0.3s ease-in-out !important;
}
header.header-default .navbar-collapse.collapsing {
  transition: height 0.3s ease-in-out !important;
}
header.header-default .navbar-collapse.collapse {
  transition: height 0.3s ease-in-out !important;
}
header.header-default .navbar .navbar-brand {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}
header.header-default .navbar .navbar-brand img {
  height: 50px;
  overflow: visible;
}
@media (max-width: 1440px) {
  header.header-default .navbar .navbar-brand img {
    height: 40px;
    overflow: visible;
  }
}
@media (max-width: 1104px) {
  header.header-default .navbar .navbar-brand img {
    height: 30px;
    overflow: visible;
  }
}
@media (max-width: 1010px) {
  header.header-default .navbar .navbar-brand img {
    height: 25px;
    overflow: visible;
  }
}
@media (max-width: 600px) {
  header.header-default .navbar .navbar-brand img {
    height: 20px;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  header.header-default .navbar .navbar-brand {
    gap: 15px;
  }
  header.header-default .navbar .navbar-toggler {
    padding: 4px 8px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  header.header-default .navbar .navbar-toggler {
    padding: 2px 4px;
    font-size: 12px;
  }
}
header.header-default .navbar-dark .navbar-toggler {
  border: 1px solid #5A4330;
}
header.header-default .navbar-nav {
  gap: 10px;
}
header.header-default #navbarSupportedContent {
  justify-content: end;
}
header.header-default #navbarSupportedContent .nav-link {
  font-size: 18px;
  color: #1B3258;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
  padding: 5px;
}
header.header-default #navbarSupportedContent .nav-link:hover {
  color: #1B3258;
  border-color: #1B3258;
}
@media (max-width: 991px) {
  header.header-default #navbarSupportedContent .navbar-nav {
    margin-top: 20px;
    gap: 0;
    align-items: center;
  }
  header.header-default #navbarSupportedContent .nav-item {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 960px) {
  header.header-default #navbarSupportedContent .nav-item {
    display: flex;
    align-items: center;
  }
}
/* Stili per il contenitore principale */
#confermapresenza {
  /* Stili per Font Awesome */
  /* Sezione Hero */
  /* Sezione Programma */
  /* Sezione Dove */
  /* Sezione Contatti */
}
#confermapresenza .fab, #confermapresenza .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
#confermapresenza .fas, #confermapresenza .fa-classic, #confermapresenza .fa-solid, #confermapresenza .far, #confermapresenza .fa-regular {
  font-family: "Font Awesome 6 Free";
}
#confermapresenza .hero {
  margin-top: 100px;
}
#confermapresenza .hero .boxed {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  /* Stili per il form */
}
#confermapresenza .hero .boxed form {
  border-radius: 5px;
  /* Stili per gli input di testo */
  /* Stili per il pulsante di invio */
  /* Animazione per la scelta delle esigenze alimentari */
  /* Animazione per la selezione delle scelte alimentari */
  /* Animazione per la sezione privacy sensibile */
  /* Animazione per la sezione privacy immagini */
}
#confermapresenza .hero .boxed form input {
  padding-bottom: 10px;
}
#confermapresenza .hero .boxed form label, #confermapresenza .hero .boxed form input[type="checkbox"] {
  cursor: pointer;
}
#confermapresenza .hero .boxed form label {
  display: block;
}
#confermapresenza .hero .boxed form input[type="text"], #confermapresenza .hero .boxed form input[type="email"], #confermapresenza .hero .boxed form input[readonly] {
  border: none !important;
  border-bottom: 1px solid #16375c !important;
  border-radius: 0 !important;
  background: transparent !important;
}
#confermapresenza .hero .boxed form input[type="text"]:focus, #confermapresenza .hero .boxed form input[type="email"]:focus, #confermapresenza .hero .boxed form select:focus {
  border: 1px solid #ced4da;
  outline: none;
  box-shadow: 0 0;
}
#confermapresenza .hero .boxed form input[type="checkbox"], #confermapresenza .hero .boxed form input[type="radio"] {
  margin-right: 0.5rem;
}
#confermapresenza .hero .boxed form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#confermapresenza .hero .boxed form .input-wrapper {
  margin-bottom: 1rem;
}
#confermapresenza .hero .boxed form #invia {
  border: 1px solid #16375c;
  color: #16375c;
  background-color: transparent;
  font-weight: bold;
}
#confermapresenza .hero .boxed form #invia:hover {
  color: #ffffff;
  background-color: #16375c;
}
#confermapresenza .hero .boxed form .food-needs-container {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form .food-needs-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form .food-choices-container {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form .food-choices-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form #privacy-sensibile {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form #privacy-sensibile.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form #privacy-immagini {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form #privacy-immagini.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero .boxed form #hidden-label {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .hero .boxed form #hidden-label.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza #programma {
  min-height: 600px;
  padding: 60px 0;
  background-color: #F5F3F0;
}
#confermapresenza #programma h2 {
  margin-bottom: 30px;
  color: #16375c;
  font-size: 3rem;
}
#confermapresenza #programma p {
  font-size: 18px;
}
#confermapresenza #programma ul {
  list-style-type: none;
  padding: 0;
}
#confermapresenza #dove {
  padding: 60px 0;
  text-align: center;
  background-color: #16375c;
}
#confermapresenza #dove h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 425px) {
  #confermapresenza #dove p.bold.text-white {
    font-size: 1.8rem;
  }
  #confermapresenza #dove p.text-white.medium {
    font-size: 1.2rem !important;
  }
}
#confermapresenza #dove p {
  font-size: 2rem;
}
#confermapresenza #dove iframe {
  width: 100%;
  min-height: 400px;
}
#confermapresenza #contatti {
  padding: 60px 0;
  text-align: center;
  background-color: #F5F3F0;
}
#confermapresenza #contatti h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #16375c;
}
#confermapresenza #contatti p {
  color: #16375c;
}
#confermapresenza #contatti .segreteria {
  font-size: 1.8rem;
}
#confermapresenza #contatti a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #16375c;
}
#confermapresenza #contatti .contatti-container {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: center;
}
#confermapresenza #contatti .contatti-container .fa-regular.fa-envelope {
  font-size: 30px;
  color: #16375c;
}
#confermapresenza #contatti.online h2, #confermapresenza #contatti.online p, #confermapresenza #contatti.online a, #confermapresenza #contatti.online .fa-regular.fa-envelope {
  color: #ffffff;
}
#confermapresenza #contatti.online #contact-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 200px;
}
#rifiuta .boxed {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  margin: 30px 0;
  max-width: 800px;
  max-height: 400px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.46);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15.6px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: -1px 5px 15px 5px rgba(0, 0, 0, 0.2);
}
#rifiuta .boxed .succes-confirmed {
  border-radius: 16px;
  border: 1px solid #16375c;
  padding: 20px;
  margin: 20px 0;
}
#rifiuta .boxed .succes-confirmed p {
  color: #16375c;
  font-size: 1rem;
  text-align: justify;
  margin: 0;
}
#rifiuta .boxed form {
  border-radius: 5px;
}
#rifiuta .boxed form input {
  padding-bottom: 10px;
}
#rifiuta .boxed form label, #rifiuta .boxed form input[type="checkbox"] {
  cursor: pointer;
}
#rifiuta .boxed form label {
  display: block;
}
#rifiuta .boxed form input[type="text"], #rifiuta .boxed form input[type="email"], #rifiuta .boxed form input[readonly] {
  border: none !important;
  border-bottom: 1px solid #16375c !important;
  border-radius: 0 !important;
  background: transparent !important;
}
#rifiuta .boxed form input[type="text"]:focus, #rifiuta .boxed form input[type="email"]:focus, #rifiuta .boxed form select:focus {
  border: none;
  outline: none;
  box-shadow: 0 0;
}
#rifiuta .boxed form input[type="checkbox"], #rifiuta .boxed form input[type="radio"] {
  margin-right: 0.5rem;
}
#rifiuta .boxed form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#rifiuta .boxed form .input-wrapper {
  margin-bottom: 1rem;
}
#rifiuta .boxed form #invia {
  border: 1px solid #16375c;
  color: #16375c;
  background-color: transparent;
  font-weight: bold;
}
#rifiuta .boxed form #invia:hover {
  color: #ffffff;
  background-color: #16375c;
}
footer.footer-default {
  padding: 50px 0px;
  text-align: right;
}
footer.footer-default p {
  color: #1B3258;
}
footer.footer-default img {
  width: 100%;
}
footer.footer-default .img-wrapper {
  gap: 60px;
}
footer.footer-default .img-wrapper img {
  height: 60px;
  width: auto;
}
@media (max-width: 991px) {
  footer.footer-default .img-wrapper img {
    max-width: 100px;
    height: auto;
  }
}
@media (max-width: 577px) {
  footer.footer-default .img-wrapper {
    gap: 40px;
  }
  footer.footer-default .img-wrapper img {
    max-width: 80px;
    height: auto;
  }
}
@media (max-width: 425px) {
  footer.footer-default .img-wrapper {
    gap: 35px;
  }
  footer.footer-default .img-wrapper img {
    max-width: 65px;
    height: auto;
  }
}
footer.footer-default .custom-hr {
  margin: 50px 0;
  color: #1B3258;
  opacity: 1;
}
@media (max-width: 767.98px) {
  footer.footer-default {
    text-align: left;
    font-size: 10px;
  }
  .custom-footer-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.container-fluid {
  padding: 0 5%;
}
