.adr-treasure-hunt-portlet-wrapper {
  /* form */
}
.adr-treasure-hunt-portlet-wrapper .container-thunt__title {
  font-size: 32px;
  margin-bottom: 48px;
}
.adr-treasure-hunt-portlet-wrapper .container-thunt__steps {
  position: initial;
}
.adr-treasure-hunt-portlet-wrapper .container-thunt__summary {
  position: initial;
}
@media (max-width: 767px) {
  .adr-treasure-hunt-portlet-wrapper .btn {
    box-shadow: none;
    width: 45% !important;
  }
}
.adr-treasure-hunt-portlet-wrapper .btn {
  box-shadow: none;
  width: 25%;
}
.adr-treasure-hunt-portlet-wrapper .btn-cancel, .adr-treasure-hunt-portlet-wrapper .btn-back {
  background-color: var(--cross-grey-scale-07-grey-white);
  border-radius: 0.25rem;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: #004996;
  transition: 0.2s;
  text-align: center;
  font-weight: 400;
  border: 0.0625rem solid #004996;
}
.adr-treasure-hunt-portlet-wrapper .next-step:disabled, .adr-treasure-hunt-portlet-wrapper .next-step.disabled {
  background-color: #004996;
}
.adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .btn-back:focus, .adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .btn-back:focus-visible,
.adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .next-step:focus, .adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .next-step:focus-visible,
.adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .modify-appointment-button:focus, .adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .modify-appointment-button:focus-visible,
.adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .try-again-button:focus, .adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .try-again-button:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.adr-treasure-hunt-portlet-wrapper .btn-cancel {
  border: 0.0625rem solid #15161C;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs {
  border: 0;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item {
  justify-content: center;
  display: flex;
  flex: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a {
  display: flex;
  width: fit-content;
  align-items: center;
  flex-flow: column;
  gap: 6px;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a .thunt-step__num {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 2px solid #415264;
  border-radius: 8px;
  color: #415264;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a .thunt-step__text {
  color: #415264;
  text-transform: uppercase;
  font-size: 12px;
  display: none;
}
@media (min-width: 600px) {
  .adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a .thunt-step__text {
    display: block;
  }
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a.active .thunt-step__num {
  background-color: #fff;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a.active .thunt-step__text {
  color: #415264;
  font-weight: 600;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a.disabled .thunt-step__num {
  border: 2px solid #dee7f1;
  color: #dee7f1;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item a.disabled .thunt-step__text {
  color: #dee7f1;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item:after {
  content: "";
  width: 100%;
  /* Larghezza della linea */
  height: 1px;
  /* Altezza della linea */
  background: repeating-linear-gradient(to right, black, black 4px, transparent 4px, transparent 8px);
  position: absolute;
  top: 27px;
  left: 0;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item:first-child::after {
  content: "";
  width: 50%;
  height: 1px;
  /* Altezza della linea */
  background: repeating-linear-gradient(to right, black, black 4px, transparent 4px, transparent 8px);
  position: absolute;
  left: 50%;
}
.adr-treasure-hunt-portlet-wrapper .nav-tabs .nav-item:last-child::after {
  content: "";
  width: 50%;
  height: 1px;
  /* Altezza della linea */
  background: repeating-linear-gradient(to right, black, black 4px, transparent 4px, transparent 8px);
  position: absolute;
  left: 0;
}
.adr-treasure-hunt-portlet-wrapper .thunt-main-stepper {
  min-height: 600px;
}
.adr-treasure-hunt-portlet-wrapper .thunt-main-stepper .tab-content {
  max-width: 714px;
  margin: 0 auto;
}
.adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn {
  text-align: right;
  padding: 30px 0 0;
  margin-top: 15px;
  border-top: 1px solid #E3E3E3;
}
.adr-treasure-hunt-portlet-wrapper .thunt-wrap-btn .ic-arrow-right {
  font-size: 0.75rem;
}
.adr-treasure-hunt-portlet-wrapper .thunt-step__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #15161C;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.adr-treasure-hunt-portlet-wrapper .thunt-step__message {
  font-size: 14px;
  line-height: 1.4;
  color: #15161C;
}
.adr-treasure-hunt-portlet-wrapper .thunt-step__subtitle {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 38px;
}
.adr-treasure-hunt-portlet-wrapper .thunt-step__subtitle::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #004996;
  display: block;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment {
  display: flex;
  margin-bottom: 42px;
  gap: 20px;
  flex-flow: column;
}
@media (min-width: 600px) {
  .adr-treasure-hunt-portlet-wrapper .wrap-appointment {
    flex-flow: row;
  }
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__info {
  flex: 3;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__info ul li {
  display: flex;
  padding-left: 42px;
  background-size: 28px;
  margin-bottom: 16px;
  background-position: 0 center;
  align-items: center;
  font-size: 14px;
  color: #15161C;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__info ul li span {
  flex: 1;
  font-size: 14px;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__info ul li strong {
  flex: 2;
  font-size: 16px;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__extra {
  flex: 2;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__extra p {
  font-size: 12px;
  margin-bottom: 16px;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__extra ul li {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  color: #15161C;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__extra ul li span {
  flex: 1;
}
.adr-treasure-hunt-portlet-wrapper .wrap-appointment__extra ul li strong {
  flex: 1;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary {
  display: flex;
  flex-flow: wrap;
  gap: 36px;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__header {
  width: 100%;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__header h3 {
  font-size: 30px;
  padding-left: 40px;
  margin-bottom: 16px;
  background-position: 5px 3px;
  background-size: 28px;
  background-repeat: no-repeat;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__header h3 .terminal__link {
  font-size: 12px;
  margin-left: 8px;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__header h3 .terminal__link a {
  color: #007EF6;
  text-decoration: underline;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__header h3 .w-normal {
  font-weight: 400;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__info ul li {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  font-size: 14px;
  color: #15161C;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__info ul li span {
  width: 200px;
  display: inline-block;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__info ul li strong {
  font-size: 16px;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__extra p {
  font-size: 12px;
  margin-bottom: 16px;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__extra ul li {
  display: flex;
  margin-bottom: 6px;
  font-size: 14px;
  color: #15161C;
}
.adr-treasure-hunt-portlet-wrapper .wrap-summary__extra ul li span {
  width: 200px;
  display: inline-block;
}
.adr-treasure-hunt-portlet-wrapper #adr-thunt {
  scroll-margin-top: 140px;
}
.adr-treasure-hunt-portlet-wrapper #adr-thunt-steps {
  scroll-margin-top: 210px;
}
.adr-treasure-hunt-portlet-wrapper .single-field {
  flex: 1;
  width: 100%;
  position: relative;
}
.adr-treasure-hunt-portlet-wrapper .single-field select {
  position: absolute;
}
.adr-treasure-hunt-portlet-wrapper .single-field:has(.lp-select--time) {
  margin-bottom: 42px;
}
.adr-treasure-hunt-portlet-wrapper .row {
  margin-bottom: 20px;
}
.adr-treasure-hunt-portlet-wrapper .row.double-fields {
  gap: 20px;
  margin-bottom: 20px;
  flex-flow: column;
}
@media (min-width: 600px) {
  .adr-treasure-hunt-portlet-wrapper .row.double-fields {
    flex-flow: row;
  }
}
.adr-treasure-hunt-portlet-wrapper .row.double-fields .single-field {
  margin-bottom: 0;
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  place-items: center;
  column-gap: 10px;
  border-top: 0;
  background: var(--cross-grey-scale-07-grey-white);
  border-radius: 0 8px 8px 0;
  padding: 8px 12px;
  border-left: 4px solid var(--adr-feedback-info);
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper__green {
  border-left: 4px solid #1A8900;
  background-color: rgba(192, 255, 129, 0.38);
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper__orange {
  border-left: 4px solid #FEA424;
  background-color: #FFF6E9;
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper.message-notime {
  margin-bottom: 42px;
  padding-left: 34px;
  background-position: 8px center;
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper h2 {
  font-size: torem(14);
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper .parag {
  margin-bottom: 0;
  font-size: torem(14);
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper .message-icon.icon-bottle-water {
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.adr-treasure-hunt-portlet-wrapper .message-wrapper-container__inside-info .message-wrapper__content {
  flex: 1;
}
.adr-treasure-hunt-portlet-wrapper .group-counter-person .btn.disabled {
  background: var(--cross-grey-scale-07-grey-white);
  color: #004996;
  font-weight: bold;
  opacity: 1;
}
.adr-treasure-hunt-portlet-wrapper .flag-privacy a:active, .adr-treasure-hunt-portlet-wrapper .flag-privacy a:hover {
  color: #004996;
}
.adr-treasure-hunt-portlet-wrapper .terminal__link a:active, .adr-treasure-hunt-portlet-wrapper .terminal__link a:hover {
  color: #004996 !important;
}
.adr-treasure-hunt-portlet-wrapper .w-35 {
  width: 35% !important;
}
.adr-treasure-hunt-portlet-wrapper .row:has(.inp-group) {
  margin-bottom: 20px;
}
.adr-treasure-hunt-portlet-wrapper .inp-group {
  position: relative;
  flex: 1;
  width: 100%;
}
.adr-treasure-hunt-portlet-wrapper .inp-group .message {
  color: #9E9E9E;
  font-size: 12px;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input:focus {
  border: 1px solid #004996;
}
.adr-treasure-hunt-portlet-wrapper .inp-group label {
  position: absolute;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  pointer-events: none;
  color: #9E9E9E;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input:focus + label,
.adr-treasure-hunt-portlet-wrapper .inp-group input:valid + label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #9E9E9E;
  background-color: #fff;
  padding: 0 3px;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input.valid {
  border: 1px solid #004996;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input.valid ~ label {
  color: #9E9E9E;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input.invalid {
  border: 1px solid #F44336;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input.invalid ~ label {
  color: #F44336 !important;
}
.adr-treasure-hunt-portlet-wrapper .inp-group input.invalid ~ .thunt-required {
  display: block;
}
.adr-treasure-hunt-portlet-wrapper .container-group-input {
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}
.adr-treasure-hunt-portlet-wrapper .container-group-input .btn {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #004996;
  border-radius: 4px;
}
.adr-treasure-hunt-portlet-wrapper .container-group-input .input-field {
  width: 60px;
  margin: 0 10px;
  display: flex;
  flex-flow: column;
  gap: 4px;
  align-items: center;
}
.adr-treasure-hunt-portlet-wrapper .container-group-input .input-field input {
  height: 40px;
  margin-bottom: 0;
  border-radius: 4px;
  text-align: center;
  width: 100%;
}
.adr-treasure-hunt-portlet-wrapper .container-group-input .input-field span {
  font-size: 12px;
  color: #9E9E9E;
  white-space: nowrap;
}
.adr-treasure-hunt-portlet-wrapper .single-field {
  position: relative;
  margin-bottom: 20px;
  display: flex;
}
.adr-treasure-hunt-portlet-wrapper .select-label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: top 0.3s, transform 0.3s, font-size 0.3s;
  background: white;
  padding: 0 5px;
  pointer-events: none;
  font-size: 16px;
  color: #999;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 82%;
}
.adr-treasure-hunt-portlet-wrapper .select-label#label-destination, .adr-treasure-hunt-portlet-wrapper .select-label#label-carrier, .adr-treasure-hunt-portlet-wrapper .select-label#label-flight-number {
  left: 32px;
}
.adr-treasure-hunt-portlet-wrapper .select-active .select-label {
  max-width: fit-content;
}
.adr-treasure-hunt-portlet-wrapper .select-active .select-label#label-destination, .adr-treasure-hunt-portlet-wrapper .select-active .select-label#label-carrier, .adr-treasure-hunt-portlet-wrapper .select-active .select-label#label-flight-number {
  left: 12px;
}
.adr-treasure-hunt-portlet-wrapper .single-field.select-active .select-label {
  top: -10px;
  transform: translateY(0);
  font-size: 12px;
  color: #333;
}
.adr-treasure-hunt-portlet-wrapper .row-accept {
  margin: 20px 0 40px;
  font-size: 12px;
  color: #15161C;
}
.adr-treasure-hunt-portlet-wrapper .row-accept p {
  font-size: 12px;
  margin-bottom: 10px;
}
.adr-treasure-hunt-portlet-wrapper .row-accept p label {
  margin-bottom: 0;
}
.adr-treasure-hunt-portlet-wrapper .row-accept p label a:active, .adr-treasure-hunt-portlet-wrapper .row-accept p label a:focus {
  color: #004996;
}
.adr-treasure-hunt-portlet-wrapper .row-accept p.thunt-required {
  margin: -10px 0 0 0 !important;
}
.adr-treasure-hunt-portlet-wrapper .thunt-required {
  font-size: 12px;
  color: #F44336;
  display: none;
  margin: 0;
}
.adr-treasure-hunt-portlet-wrapper .cont__captcha {
  margin: 10px 0 30px;
}

:root .flatpickr-day {
  border-radius: 4px;
}
:root .flatpickr-day.today.selected {
  background: #004996;
}

.group-number[disabled] {
  color: #15161c !important;
}

.group-number-label {
  align-items: start !important;
  margin: 0px !important;
}

.container-thunt__price {
  position: initial;
  display: flex;
  align-items: center;
}
.container-thunt__price .thunt__price-title {
  color: #2058A1;
  font-weight: bold;
}
.container-thunt__price .thunt__price-price {
  color: #2058A1;
  font-weight: 600;
  font-size: 2.5em;
  font-weight: bold;
}
.container-thunt__price .thunt__price-fullprice {
  color: #9F9F9F;
  text-decoration: line-through;
}
.container-thunt__price .thunt__price-percent {
  background-color: #BF1B09;
  color: #FFFFFF;
  border-radius: 4px;
  padding-left: 2px;
  padding-right: 2px;
}

.thunt-step__subtitle.no_dot {
  align-items: flex-start;
  flex-direction: column;
}
.thunt-step__subtitle.no_dot::before {
  content: none;
}
.thunt-step__subtitle.no_dot .thunt-step__subtitle_small {
  font-size: 12px;
  color: #9E9E9E;
  white-space: nowrap;
}

.thunt-step-price-wrap {
  padding: 30px 0 0;
  margin-top: 50px;
  border-top: 1px solid #E3E3E3;
}
.thunt-step-price-wrap .thunt-text-discount {
  color: #9F9F9F;
  text-decoration: line-through;
}
.thunt-step-price-wrap .thunt-text-blue-big {
  color: #004996;
  font-weight: 400;
  font-size: 1.5em;
  font-weight: bold;
}
.thunt-step-price-wrap .thunt-text-blue-med {
  color: #052A5D;
  font-weight: 500;
  font-size: 0.875em;
  font-weight: bold;
}
.thunt-step-price-wrap .row {
  display: flex;
  align-items: center;
}
.thunt-step-price-wrap .ico-cart {
  background-image: url(./../images/icon-warning.svg);
  height: 1.5em;
  width: 1.5em;
}

.btn-invia-richiesta {
  background-color: #004996;
  border-radius: 0.25rem;
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: #eeeeee;
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
  border: 0.0625rem solid #004996;
}

.btn-custom:hover {
  color: #eeeeee !important;
  background-color: #052A5D !important;
}