#imv-loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0D2440;
}
#imv-loader-content #loader-img {
  height: 50px;
  width: auto;
}

.hdn {
  display: none !important;
}

.zkPopupBg {
  z-index: 10000000000000 !important;
}

.zkPopup {
  z-index: 10000000000001 !important;
}

.zkPopupClose {
  z-index: 10000000000002 !important;
}

.quote-summary .quote-summary-room {
  border-bottom: 1px solid var(--color-accent);
  padding-bottom: 24px;
}
.quote-summary .title-summary-accent-normal {
  color: var(--color-accent);
  font-weight: normal;
}
.quote-summary .quote-summary-total-savings .title {
  font-weight: bold;
  color: var(--color-accent);
}
.quote-summary .quote-summary-total-savings .price {
  position: relative;
  color: #fff;
  background-image: url("/app/assets/img/brush.svg");
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8px 12px;
  margin-right: -8px;
}

#village-booking .search-result .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .menu .profile a.button.logged-in .icon {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  padding: 2px;
  font-size: 0.4rem;
}

.page.pagina {
  padding-top: 110px;
}
@media screen and (min-width: 1280px) {
  .page.pagina {
    padding-top: 210px;
  }
}
@media screen and (min-width: 1124px) {
  .page.pagina {
    padding-top: 180px;
  }
}
@media screen and (min-width: 768px) {
  .page.pagina {
    padding-top: 150px;
  }
}
.page.pagina h1 {
  margin-bottom: 24px;
  font-size: 1.2rem;
}

.radio input[type=radio][disabled] + .label {
  color: #A0A0A0;
}
.radio input[type=radio][disabled] + .label::before {
  background: #fff;
}

.radio input[type=radio][disabled]:checked + .label {
  color: #A0A0A0;
}
.radio input[type=radio][disabled]:checked + .label::before {
  background: #A0A0A0;
}

.imv-offuscated {
  filter: blur(7px);
}

@media screen and (max-width: 767px) {
  #practice-data dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #practice-request .section-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
#village-services .service-icon {
  top: 0 !important;
}

@media screen and (max-width: 1123px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1124px) {
  .hide-desktop {
    display: none !important;
  }
}
.collection-description {
  margin-top: 32px;
  line-height: 1.4;
}
.collection-description h1 {
  font-size: 34px;
}
.collection-description h2 {
  font-size: 30px;
}

#village-booking .price {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .practice-card.wide .data {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .checkout-success {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  #booking-search-occupancy .room .children .selects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .quote-chooser input[type=checkbox] + .chooser-content::after {
    top: 15px;
    left: 15px;
  }
}
.village-club-search-banner {
  padding-left: 0 !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .village-club-search-banner {
    grid-column: span 2;
  }
}

#village-booking #practice-info {
  display: block;
}