@charset "UTF-8";
@font-face {
  font-family: "Montserrat-regular";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/montserrat:vf@latest/latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Montserrat-regular", sans-serif;
}
body {
  font-family: "Montserrat-regular", sans-serif;
}
header.header-default {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  transition: max-height 0.3s ease-in-out;
  color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
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-brand {
  flex-grow: 1;
}
header.header-default .navbar-brand img {
  height: 90px;
  overflow: visible;
}
@media (max-width: 767px) {
  header.header-default .navbar-brand img {
    height: 65px;
    overflow: visible;
  }
}
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: 1.3rem;
  color: #264471;
  padding: 20px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
header.header-default #navbarSupportedContent .nav-link:hover {
  color: #264471;
  border-color: #264471;
}
@media (max-width: 991px) {
  header.header-default #navbarSupportedContent .navbar-nav {
    margin-top: 20px;
  }
  header.header-default #navbarSupportedContent .nav-item {
    display: flex;
    align-items: center;
  }
  header.header-default #navbarSupportedContent .nav-link {
    padding: 10px;
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  header.header-default #navbarSupportedContent .nav-item {
    display: flex;
    align-items: center;
  }
}
/* Stili per il contenitore principale */
#confermapresenza {
  /* Font Awesome */
  /* Dimensione testo paragrafo */
  /* Layout immagini */
  /* Responsive: impilare testo e immagine su mobile */
  /* Sezione Hero */
  /* Banner con titolo allineato a sinistra */
  /* Sezione Contatti */
}
#confermapresenza .hero-img {
  max-width: 100%;
}
#confermapresenza h2 {
  font-weight: bold;
}
#confermapresenza a {
  color: #264471;
}
#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 .paragraph-size-small {
  font-size: 0.8rem;
  line-height: 1.5;
}
#confermapresenza .paragraph-size-standard {
  font-size: 1rem;
  line-height: 1.6;
}
#confermapresenza .paragraph-size-medium {
  font-size: 1.5rem;
  line-height: 1.7;
}
#confermapresenza .paragraph-size-large {
  font-size: 1.8rem;
  line-height: 1.75;
}
#confermapresenza .paragraph-wrapper p, #confermapresenza .paragraph-wrapper ul, #confermapresenza .paragraph-wrapper ol, #confermapresenza .paragraph-wrapper li {
  font-size: inherit !important;
  line-height: inherit;
}
#confermapresenza .image-layout-full img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}
#confermapresenza .image-layout-left, #confermapresenza .image-layout-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
#confermapresenza .image-layout-left img, #confermapresenza .image-layout-right img {
  width: 100%;
  max-width: 500px;
  height: auto;
  flex-shrink: 0;
}
#confermapresenza .image-layout-left .text, #confermapresenza .image-layout-right .text {
  flex: 1;
}
#confermapresenza .image-layout-left {
  flex-direction: row;
}
#confermapresenza .image-layout-right {
  flex-direction: row-reverse;
}
#confermapresenza .image-layout-only img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  #confermapresenza .image-layout-left, #confermapresenza .image-layout-right {
    flex-direction: column !important;
  }
  #confermapresenza .image-layout-left img, #confermapresenza .image-layout-left .text, #confermapresenza .image-layout-right img, #confermapresenza .image-layout-right .text {
    max-width: 100%;
  }
}
#confermapresenza .hero-section {
  margin-top: 100px;
}
#confermapresenza .hero-section .white-outline {
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
#confermapresenza .hero-section .boxed {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  margin: 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-section .boxed form {
  border-radius: 5px;
  /* 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-section .boxed form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#confermapresenza .hero-section .boxed form .input-wrapper {
  margin-bottom: 1rem;
}
#confermapresenza .hero-section .boxed form #invia {
  border: 1px solid #264471;
  color: #264471;
  background-color: transparent;
  font-weight: bold;
}
#confermapresenza .hero-section .boxed form #invia:hover {
  color: #ffffff;
  background-color: #264471;
}
#confermapresenza .hero-section .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-section .boxed form .food-needs-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero-section .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-section .boxed form .food-choices-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero-section .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-section .boxed form #privacy-sensibile.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero-section .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-section .boxed form #privacy-immagini.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero-section .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-section .boxed form #hidden-label.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .hero-section .boxed form .form-check-inline {
  display: inline-flex;
}
#confermapresenza .hero-section .boxed form p, #confermapresenza .hero-section .boxed form label, #confermapresenza .hero-section .boxed form h5, #confermapresenza .hero-section .boxed form h6, #confermapresenza .hero-section .boxed form input {
  color: #264471;
  font-size: 12px;
}
#confermapresenza .hero-section .boxed form #invia {
  font-size: 12px;
}
#confermapresenza .section-banner-fullwidth.align-left {
  text-align: left;
  padding-left: calc(var(--bs-gutter-x) * 0.5 + 1.5rem);
  /* fallback per piccoli schermi */
  padding-right: calc(var(--bs-gutter-x) * 0.5 + 1.5rem);
  /* opzionale per simmetria */
  max-width: 100%;
}
@media (min-width: 576px) {
  #confermapresenza .section-banner-fullwidth.align-left {
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  #confermapresenza .section-banner-fullwidth.align-left {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  #confermapresenza .section-banner-fullwidth.align-left {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  #confermapresenza .section-banner-fullwidth.align-left {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  #confermapresenza .section-banner-fullwidth.align-left {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
#confermapresenza .section-banner-fullwidth.align-left {
  text-align: left;
  padding-left: calc(var(--bs-gutter-x) * 0.5 + 1.5rem);
  padding-right: calc(var(--bs-gutter-x) * 0.5 + 1.5rem);
  max-width: 100%;
}
#confermapresenza .section-banner-fullwidth.align-right {
  text-align: right;
  padding-left: calc(var(--bs-gutter-x) * 0.5 + 1.5rem);
  padding-right: calc(var(--bs-gutter-x) * 0.5 + 1.5rem);
  max-width: 100%;
}
@media (min-width: 576px) {
  #confermapresenza .section-banner-fullwidth.align-left, #confermapresenza .section-banner-fullwidth.align-right {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  #confermapresenza .section-banner-fullwidth.align-left, #confermapresenza .section-banner-fullwidth.align-right {
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  #confermapresenza .section-banner-fullwidth.align-left, #confermapresenza .section-banner-fullwidth.align-right {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  #confermapresenza .section-banner-fullwidth.align-left, #confermapresenza .section-banner-fullwidth.align-right {
    padding-left: calc((100vw - 1140px) / 2);
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  #confermapresenza .section-banner-fullwidth.align-left, #confermapresenza .section-banner-fullwidth.align-right {
    padding-left: calc((100vw - 1320px) / 2);
    padding-right: calc((100vw - 1320px) / 2);
  }
}
#confermapresenza .step-form {
  /* 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 .step-form input {
  padding-bottom: 10px;
}
#confermapresenza .step-form label, #confermapresenza .step-form input[type="checkbox"] {
  cursor: pointer;
}
#confermapresenza .step-form label {
  display: block;
  color: #264471;
}
#confermapresenza .step-form input[type="text"], #confermapresenza .step-form input[type="email"], #confermapresenza .step-form input[type="tel"], #confermapresenza .step-form input[type="date"], #confermapresenza .step-form input[readonly] {
  border: none !important;
  border-bottom: 1px solid #264471 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding-left: 0;
}
#confermapresenza .step-form input[readonly], #confermapresenza .step-form input[disabled] {
  cursor: not-allowed;
}
#confermapresenza .step-form input[type="text"]:focus, #confermapresenza .step-form input[type="email"]:focus, #confermapresenza .step-form input[type="tel"]:focus, #confermapresenza .step-form select:focus {
  border: none;
  outline: none;
  box-shadow: 0 0;
}
#confermapresenza .step-form input[type="checkbox"], #confermapresenza .step-form input[type="radio"] {
  margin-right: 0.5rem;
}
#confermapresenza .step-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#confermapresenza .step-form .input-wrapper {
  margin-bottom: 1rem;
}
#confermapresenza .step-form #invia {
  border: 1px solid #264471;
  color: #264471;
  background-color: transparent;
  font-weight: bold;
}
#confermapresenza .step-form #invia:hover {
  color: #ffffff;
  background-color: #264471;
}
#confermapresenza .step-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 .step-form .food-needs-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-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 .step-form .food-choices-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-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 .step-form #privacy-sensibile.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form #privacy-sensibile label {
  font-size: 12px;
}
#confermapresenza .step-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 .step-form #privacy-immagini.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form #privacy-immagini label {
  font-size: 12px;
}
#confermapresenza .step-form #privacy-general-companions {
  overflow: hidden !important;
  height: 0 !important;
  opacity: 0 !important;
  transition: height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .step-form #privacy-general-companions.active {
  height: auto !important;
  opacity: 1 !important;
  overflow: visible !important;
}
#confermapresenza .step-form #privacy-general-companions label {
  font-size: 12px;
}
#confermapresenza .step-form .anni30-privacy {
  overflow: hidden !important;
  height: 0;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .step-form .anni30-privacy.active {
  height: auto;
  opacity: 1 !important;
}
#confermapresenza .step-form #companionsSection {
  overflow: hidden !important;
  height: 0;
  opacity: 0 !important;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out !important;
}
#confermapresenza .step-form #companionsSection.active {
  overflow: visible !important;
  height: auto;
  opacity: 1 !important;
}
#confermapresenza .step-form #privacy-sensibile-companions {
  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 .step-form #privacy-sensibile-companions.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form #privacy-sensibile-companions label {
  font-size: 0.8rem;
}
#confermapresenza .step-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 .step-form #hidden-label.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form .companions-number-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 .step-form .companions-number-container.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form .companions-data-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 .step-form .companions-data-container.active {
  max-height: 2000px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form #esperienza-date {
  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 .step-form #esperienza-date.active {
  max-height: 2000px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form #transfer-user {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
#confermapresenza .step-form #transfer-user.active {
  overflow: visible;
  height: auto;
  opacity: 1;
}
#confermapresenza .step-form #transfer-companion {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
#confermapresenza .step-form #transfer-companion.active {
  overflow: visible;
  height: auto;
  opacity: 1;
}
#confermapresenza .step-form #esperienza-date-companion {
  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 .step-form #esperienza-date-companion.active {
  max-height: 2000px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form #esperienza-navetta {
  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 .step-form #esperienza-navetta.active {
  max-height: 2000px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form .companion-food-needs {
  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 .step-form .companion-food-needs.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form .companion-food-choices {
  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 .step-form .companion-food-choices.active {
  max-height: 500px !important;
  opacity: 1 !important;
}
#confermapresenza .step-form .companion-section {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
}
#confermapresenza .step-form .companion-section .companion-title {
  font-weight: bold;
  color: #264471;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #264471;
}
#confermapresenza .step-form .companions-number-container, #confermapresenza .step-form .companions-data-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .companions-number-container.active, #confermapresenza .step-form .companions-data-container.active {
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .companion-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 0;
  background-color: #f8f9fa;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .companion-card.active {
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .companion-card .companion-header {
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
}
#confermapresenza .step-form .food-needs-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .food-needs-container.active {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .email-validation-message {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
#confermapresenza .step-form .email-validation-message.valid {
  color: #28a745;
}
#confermapresenza .step-form .email-validation-message.invalid {
  color: #dc3545;
}
#confermapresenza .step-form .email-validation-message.warning {
  color: #ff6600;
}
#confermapresenza .step-form .mobile-validation-message {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
#confermapresenza .step-form .mobile-validation-message.valid {
  color: #28a745;
}
#confermapresenza .step-form .mobile-validation-message.invalid {
  color: #dc3545;
}
#confermapresenza .step-form .accommodation-options-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .accommodation-options-container.active {
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .room-combinations-container .room-option {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#confermapresenza .step-form .room-combinations-container .room-option:hover {
  border-color: #264471;
  background-color: #f0f4f8;
}
#confermapresenza .step-form .room-combinations-container .room-option.selected {
  border-color: #264471;
  background-color: #e8f1fc;
}
#confermapresenza .step-form .room-combinations-container .room-option.selected::after {
  content: "✓";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #264471;
  font-weight: bold;
  font-size: 1.2rem;
}
#confermapresenza .step-form .room-combinations-container .room-option .room-title {
  font-weight: 600;
  color: #264471;
  margin-bottom: 0.5rem;
}
#confermapresenza .step-form .room-combinations-container .room-option .room-description {
  color: #6c757d;
  font-size: 0.9rem;
}
#confermapresenza .step-form .room-combinations-container .room-option .room-details {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
#confermapresenza .step-form .room-combinations-container .room-option .room-details .detail-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.85rem;
  color: #495057;
}
#confermapresenza .step-form .room-combinations-container .room-option .room-details .detail-item i {
  color: #264471;
}
#confermapresenza .step-form .room-combinations-container .room-option-radio {
  display: none;
}
#confermapresenza .step-form .room-info-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #264471;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0 8px 8px 0;
}
#confermapresenza .step-form .room-info-card .info-title {
  font-weight: 600;
  color: #264471;
  margin-bottom: 0.5rem;
}
#confermapresenza .step-form .room-info-card .info-text {
  color: #6c757d;
  font-size: 0.9rem;
}
#confermapresenza .step-form .room-assignments-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .room-assignments-container.active {
  max-height: 5000px;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .room-assignment-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #f8f9fa;
}
#confermapresenza .step-form .room-assignment-card .assignment-header {
  font-weight: 600;
  color: #264471;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
}
#confermapresenza .step-form .room-assignment-card .assignment-header i {
  color: #264471;
}
#confermapresenza .step-form .room-assignment-card .person-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .room-assignment-card .person-item:hover {
  border-color: #264471;
  box-shadow: 0 2px 4px rgba(22, 55, 92, 0.1);
}
#confermapresenza .step-form .room-assignment-card .person-item.selected {
  border-color: #264471;
  background-color: #e8f1fc;
}
#confermapresenza .step-form .room-assignment-card .person-item .person-info {
  flex: 1;
}
#confermapresenza .step-form .room-assignment-card .person-item .person-info .person-name {
  font-weight: 500;
  color: #264471;
}
#confermapresenza .step-form .room-assignment-card .person-item .person-info .person-type {
  font-size: 0.8rem;
  color: #6c757d;
}
#confermapresenza .step-form .room-assignment-card .person-item .person-actions {
  display: flex;
  gap: 0.5rem;
}
#confermapresenza .step-form .room-assignment-card .person-item .person-actions .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
#confermapresenza .step-form .room-notes-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .room-notes-container.active {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .room-notes-container textarea {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  resize: vertical;
  min-height: 100px;
}
#confermapresenza .step-form .room-notes-container textarea:focus {
  border-color: #264471;
  box-shadow: 0 0 0 0.2rem rgba(22, 55, 92, 0.25);
}
#confermapresenza .step-form .room-people-container {
  min-height: 50px;
  border: 2px dashed #e0e0e0;
  border-radius: 6px;
  padding: 0.75rem;
  margin-bottom: 1rem;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .room-people-container:empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  font-style: italic;
}
#confermapresenza .step-form .room-people-container:empty::after {
  content: "Nessuna persona assegnata a questa camera";
}
#confermapresenza .step-form .room-people-container.has-assignments {
  border-color: #264471;
  background-color: #f8f9fa;
}
#confermapresenza .step-form .person-selector {
  margin-top: 0.5rem;
}
#confermapresenza .step-form .person-selector .form-select {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 0.5rem;
}
#confermapresenza .step-form .person-selector .form-select:focus {
  border-color: #264471;
  box-shadow: 0 0 0 0.2rem rgba(22, 55, 92, 0.25);
}
#confermapresenza .step-form .assignment-header .badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
#confermapresenza .step-form .person-item {
  animation: slideIn 0.3s ease-in-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#confermapresenza .step-form .accommodation-options-container.active, #confermapresenza .step-form .room-assignments-container.active, #confermapresenza .step-form .room-notes-container.active {
  animation: expandHeight 0.3s ease-in-out forwards;
}
@keyframes expandHeight {
  0% {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    max-height: none;
    opacity: 1;
    transform: translateY(0);
  }
}
#confermapresenza .step-form .capacity-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: #6c757d;
  margin-left: auto;
}
#confermapresenza .step-form .capacity-indicator.full {
  color: #dc3545;
  font-weight: bold;
}
#confermapresenza .step-form .capacity-indicator.available {
  color: #28a745;
}
#confermapresenza .step-form .transport-options-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .transport-options-container.active {
  max-height: none;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form #companions-note-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form #companions-note-container.active {
  max-height: none;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .transport-section-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#confermapresenza .step-form .transport-section-card .transport-section-title {
  font-weight: 600;
  color: #264471;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
  display: flex;
  align-items: center;
}
#confermapresenza .step-form .transport-section-card .transport-section-title i {
  color: #264471;
  font-size: 1.2rem;
}
#confermapresenza .step-form .transport-section-card select.form-control {
  border: none !important;
  border-bottom: 1px solid #264471 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0.5rem 0;
  font-size: 1rem;
}
#confermapresenza .step-form .transport-section-card select.form-control:focus {
  border: none;
  outline: none;
  box-shadow: 0 0;
  border-bottom: 2px solid #264471 !important;
}
#confermapresenza .step-form .transport-section-card select.form-control option {
  padding: 0.5rem;
  background-color: #ffffff;
  color: #495057;
}
#confermapresenza .step-form .transport-section-card select.form-control option:hover, #confermapresenza .step-form .transport-section-card select.form-control option:focus {
  background-color: #f8f9fa;
}
#confermapresenza .step-form .outbound-confirmation-container, #confermapresenza .step-form .return-confirmation-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
}
#confermapresenza .step-form .outbound-confirmation-container.active, #confermapresenza .step-form .return-confirmation-container.active {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .outbound-confirmation-container .alert, #confermapresenza .step-form .return-confirmation-container .alert {
  border-left: 4px solid #ffc107;
  background-color: #fff3cd;
  border-color: #ffeaa7;
}
#confermapresenza .step-form .outbound-confirmation-container .alert i, #confermapresenza .step-form .return-confirmation-container .alert i {
  color: #856404;
}
#confermapresenza .step-form .transport-notes-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
#confermapresenza .step-form .transport-notes-container.active {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
#confermapresenza .step-form .transport-notes-container textarea {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  resize: vertical;
  min-height: 100px;
}
#confermapresenza .step-form .transport-notes-container textarea:focus {
  border-color: #264471;
  box-shadow: 0 0 0 0.2rem rgba(22, 55, 92, 0.25);
}
#confermapresenza .step-form .transport-section-card {
  animation: slideInTransport 0.3s ease-in-out;
}
@keyframes slideInTransport {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#confermapresenza .step-form .form-check-input.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
#confermapresenza .step-form .text-danger.small {
  font-size: 0.875rem !important;
  margin-top: 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  background-color: rgba(220, 53, 69, 0.1) !important;
  border: 1px solid rgba(220, 53, 69, 0.2) !important;
  border-radius: 4px !important;
}
#confermapresenza .step-form .food-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#confermapresenza .step-form .food-option-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#confermapresenza .step-form .food-option-card:hover {
  border-color: #264471;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(22, 55, 92, 0.15);
}
#confermapresenza .step-form .food-option-card:has(input:checked) {
  border-color: #28a745;
  background: linear-gradient(135deg, #d4edda 0%, #f8f9fa 100%);
}
#confermapresenza .step-form .food-option-card:has(input:checked)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-top: 30px solid #28a745;
}
#confermapresenza .step-form .food-option-card:has(input:checked)::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: 2px;
  color: white;
  font-size: 10px;
}
#confermapresenza .step-form .food-option-card:has(input:checked) .form-check-label {
  color: #155724;
  font-weight: 600;
}
#confermapresenza .step-form .food-option-card .form-check {
  margin-bottom: 0;
}
#confermapresenza .step-form .food-option-card .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#confermapresenza .step-form .food-option-card .form-check .form-check-label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #495057;
  font-weight: 500;
  transition: color 0.3s ease;
}
#confermapresenza .step-form .food-option-card .form-check .form-check-label i {
  font-size: 1.2rem;
  color: #264471;
  transition: color 0.3s ease;
}
#confermapresenza .step-form .food-option-card .form-check .form-check-label span {
  flex: 1;
}
#confermapresenza .step-form .other-food-option {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px dashed #ced4da;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
#confermapresenza .step-form .other-food-option:hover {
  border-color: #264471;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}
#confermapresenza .step-form .other-food-option .form-label {
  color: #264471;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
#confermapresenza .step-form .other-food-option .form-label i {
  color: #6c757d;
}
#confermapresenza .step-form .other-food-option .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}
#confermapresenza .step-form .other-food-option .form-control:focus {
  border-color: #264471;
  box-shadow: 0 0 0 0.2rem rgba(22, 55, 92, 0.15);
}
@media (max-width: 768px) {
  #confermapresenza .step-form .food-options-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  #confermapresenza .step-form .food-option-card {
    padding: 0.875rem;
  }
  #confermapresenza .step-form .food-option-card .form-check-label {
    font-size: 0.9rem;
  }
  #confermapresenza .step-form .food-option-card .form-check-label i {
    font-size: 1.1rem;
  }
}
#confermapresenza .step-form .companions-transport-container {
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  overflow: hidden;
}
#confermapresenza .step-form .companions-transport-container.active {
  opacity: 1;
  transform: translateY(0);
  max-height: 2000px;
  animation: slideInUp 0.6s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#confermapresenza .step-form .companion-transport-section {
  background: linear-gradient(135deg, rgba(22, 55, 92, 0.02) 0%, rgba(139, 75, 155, 0.02) 100%);
  border: 1px solid rgba(22, 55, 92, 0.1);
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
  animation: fadeInSlide 0.5s ease-out forwards;
}
#confermapresenza .step-form .companion-transport-section:nth-child(2) {
  animation-delay: 0.1s;
}
#confermapresenza .step-form .companion-transport-section:nth-child(3) {
  animation-delay: 0.2s;
}
#confermapresenza .step-form .companion-transport-section:nth-child(4) {
  animation-delay: 0.3s;
}
#confermapresenza .step-form .companion-transport-section:hover {
  border-color: rgba(22, 55, 92, 0.2);
  box-shadow: 0 8px 25px rgba(22, 55, 92, 0.15);
  transform: translateY(-2px);
}
#confermapresenza .step-form .companion-transport-section .section-subtitle {
  color: #264471;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid rgba(22, 55, 92, 0.1);
  padding-bottom: 0.75rem;
  position: relative;
}
#confermapresenza .step-form .companion-transport-section .section-subtitle:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #8B4B9B, #264471);
  border-radius: 1px;
}
#confermapresenza .step-form .companion-transport-section .section-subtitle i {
  color: #8B4B9B;
  margin-right: 0.5rem;
}
#confermapresenza .step-form .companion-transport-section .transport-section-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 55, 92, 0.08);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
#confermapresenza .step-form .companion-transport-section .transport-section-card:hover {
  background: white;
  border-color: rgba(139, 75, 155, 0.2);
  box-shadow: 0 4px 15px rgba(139, 75, 155, 0.1);
}
#confermapresenza .step-form .companion-transport-section .transport-section-card .transport-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #264471;
  margin-bottom: 1rem;
}
#confermapresenza .step-form .companion-transport-section .transport-section-card .transport-section-title i {
  color: #8B4B9B;
  margin-right: 0.5rem;
}
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#confermapresenza .step-form .companion-outbound-confirmation-container, #confermapresenza .step-form .companion-return-confirmation-container {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  overflow: hidden;
  margin-top: 1rem;
}
#confermapresenza .step-form .companion-outbound-confirmation-container.active, #confermapresenza .step-form .companion-return-confirmation-container.active {
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  animation: expandIn 0.4s ease-out;
}
#confermapresenza .step-form .companion-outbound-confirmation-container .alert, #confermapresenza .step-form .companion-return-confirmation-container .alert {
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border-left: 4px solid #e17055;
  margin-bottom: 1rem;
}
#confermapresenza .step-form .companion-outbound-confirmation-container .alert .fas, #confermapresenza .step-form .companion-return-confirmation-container .alert .fas {
  color: #e17055;
}
#confermapresenza .step-form .companion-outbound-confirmation-container .form-check, #confermapresenza .step-form .companion-return-confirmation-container .form-check {
  margin-top: 1rem;
}
#confermapresenza .step-form .companion-outbound-confirmation-container .form-check .form-check-input, #confermapresenza .step-form .companion-return-confirmation-container .form-check .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 4px;
  border: 2px solid #ddd;
  transition: all 0.2s ease;
}
#confermapresenza .step-form .companion-outbound-confirmation-container .form-check .form-check-input:checked, #confermapresenza .step-form .companion-return-confirmation-container .form-check .form-check-input:checked {
  background-color: #8B4B9B;
  border-color: #8B4B9B;
  transform: scale(1.05);
}
#confermapresenza .step-form .companion-outbound-confirmation-container .form-check .form-check-input:focus, #confermapresenza .step-form .companion-return-confirmation-container .form-check .form-check-input:focus {
  border-color: #8B4B9B;
  box-shadow: 0 0 0 0.2rem rgba(139, 75, 155, 0.25);
}
#confermapresenza .step-form .companion-outbound-confirmation-container .form-check .form-check-input:hover, #confermapresenza .step-form .companion-return-confirmation-container .form-check .form-check-input:hover {
  border-color: #8B4B9B;
  transform: scale(1.02);
}
#confermapresenza .step-form .companion-outbound-confirmation-container .form-check .form-check-label, #confermapresenza .step-form .companion-return-confirmation-container .form-check .form-check-label {
  font-weight: 500;
  color: #264471;
  margin-left: 0.5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
#confermapresenza .step-form .companion-outbound-confirmation-container .form-check .form-check-label:hover, #confermapresenza .step-form .companion-return-confirmation-container .form-check .form-check-label:hover {
  color: #8B4B9B;
}
@keyframes expandIn {
  from {
    opacity: 0;
    max-height: 0;
    transform: scaleY(0.8);
  }
  to {
    opacity: 1;
    max-height: 200px;
    transform: scaleY(1);
  }
}
#confermapresenza .step-form .existing-assignments {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
#confermapresenza .step-form .person-item.existing {
  background-color: #f8f9fa;
  border: 2px solid #28a745;
  border-radius: 8px;
  padding: 0.75rem;
}
#confermapresenza .step-form .person-item.existing .person-info .person-name {
  font-weight: 600;
  color: #495057;
}
#confermapresenza .step-form .person-item.existing .person-info .person-email {
  font-size: 0.85rem;
  color: #6c757d;
}
#confermapresenza .step-form .person-item.existing .person-info .person-type {
  font-size: 0.8rem;
  color: #28a745;
  font-weight: 500;
}
#confermapresenza .step-form .room-option.selected {
  border-color: #28a745;
  background-color: #f8f9fa;
}
#confermapresenza .step-form .room-option.selected::before {
  content: "✓ ";
  color: #28a745;
  font-weight: bold;
  margin-right: 0.5rem;
}
#confermapresenza .step-form #foodChoices {
  padding-top: 0px;
}
#confermapresenza .step-form .trattamento-dati-container h6 {
  font-size: 15px;
}
#confermapresenza .step-form .trattamento-dati-container .form-check {
  margin-bottom: 0;
}
#confermapresenza .step-form .trattamento-dati-container .form-check label.form-check-label {
  font-size: 12px !important;
}
#confermapresenza .step-form .blue-box {
  background-color: #264471;
  padding-top: 4px;
  border-radius: 8px;
  margin-bottom: 10px;
}
#confermapresenza .step-form .blue-box label {
  color: #ffffff;
  margin-bottom: 0;
}
#confermapresenza .step-form .book {
  font-family: "Apex New Book";
}
#confermapresenza .step-form label.book {
  font-size: 12px !important;
}
#confermapresenza .message-confirmed {
  background-color: #264471;
}
#confermapresenza .message-confirmed p {
  color: #ffffff;
  margin: 0;
}
#confermapresenza .message-confirmed a {
  color: #ffffff;
  font-weight: bold;
  word-break: break-all;
}
#confermapresenza .message-unconfirmed {
  background-color: #B73230;
}
#confermapresenza .message-unconfirmed p {
  color: #ffffff;
  margin: 0;
}
#confermapresenza .message-unconfirmed a {
  color: #ffffff;
  font-weight: bold;
  word-break: break-all;
}
@media (max-width: 425px) {
  #confermapresenza #contatti a {
    font-size: 14px;
  }
}
#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: 20px 0;
  text-align: right;
}
footer.footer-default p {
  color: #FFFFFF;
}
footer.footer-default img {
  max-width: 150px;
}
@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%;
}
