.md-booking {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #061e3a !important;
  color: #fff !important;
  box-shadow: 0 20px 50px rgba(2, 22, 47, 0.18) !important;
}
.md-booking-heading {
  padding: 24px 22px 0;
}
.md-booking-heading h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.md-booking-heading p {
  margin: 0;
  color: #a8bbcf;
  font-size: 12px;
}
.md-booking .md-price {
  margin: 18px 22px 0;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.md-booking .md-price small {
  color: #a9b9ca;
}
.md-booking .md-price strong {
  color: #fff;
}
.md-booking form {
  padding: 0 22px 20px;
}
.md-booking-enhanced > small {
  color: #d6e0ea !important;
  letter-spacing: 0.5px !important;
}
.md-range-trigger,
.md-guest-trigger {
  height: 52px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #19334f !important;
}
.md-booking-summary {
  display: none;
  margin-top: 18px !important;
  padding: 16px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
.md-booking-summary.is-ready {
  display: block;
}
.md-booking-summary h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.md-booking-summary > div {
  margin: 10px 0 !important;
  color: #b9c8d8 !important;
  font-size: 12px !important;
}
.md-booking-summary b {
  color: #fff;
}
.md-booking-summary del {
  color: #ff4b4b;
  font-weight: 700;
}
.md-booking-summary .saving b {
  color: #20c97a;
}
.md-booking-summary .total {
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  font-size: 15px !important;
}
.md-promo-toggle {
  display: none;
  margin: 15px 0 0 !important;
}
.md-booking-summary.is-ready ~ .md-promo-toggle {
  display: block;
}
.md-promo-toggle input {
  position: absolute;
  opacity: 0;
}
.md-promo-toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 43px;
  border: 2px solid #20a9e0;
  border-radius: 5px;
  background: #20a9e0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(32, 169, 224, 0.2);
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.md-promo-toggle span:hover {
  border-color: #1598d1;
  background: #1598d1;
}
.md-promo-toggle input:checked + span {
  border-color: #17a8ef;
  background: #17a8ef;
}
.md-coupon {
  display: none !important;
}
.md-coupon.is-open {
  display: flex !important;
}
.md-coupon input {
  border: 0 !important;
  border-radius: 6px !important;
}
.md-coupon button {
  background: #17a8ef !important;
  color: #fff !important;
}
.md-no-charge {
  color: #9eb1c4 !important;
}
.md-booking #tfiyat,
.md-booking #tgonder {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 7px;
  background: #ff7a1a !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none !important;
}
.md-booking #tgonder {
  background: #12a8ee !important;
}
.md-trust {
  margin: 0 22px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.md-trust span {
  color: #d1deea !important;
}
.md-whatsapp {
  margin: 0 22px 22px !important;
  background: #e4f8ef !important;
  color: #128259 !important;
}
.md-tourism-license {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 16px;
  border-radius: 13px;
  background: #edf9ff;
  color: #e53032;
}
.md-ministry-seal {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid #e53032;
  border-radius: 50%;
  font-size: 11px;
}
.md-ministry-seal i {
  position: absolute;
  font-size: 28px;
  opacity: 0.18;
}
.md-ministry-seal span {
  font-weight: 800;
}
.md-tourism-license > strong {
  font-size: 11px;
  line-height: 1.35;
}
.md-license-number {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 10px;
  background: #fff;
  color: #26384a;
}
.md-license-number > i {
  font-size: 20px;
}
.md-license-number span {
  font-size: 9px;
}
.md-license-number b {
  display: block;
  font-size: 11px;
}
.md-booking-popover {
  color: #102d48 !important;
}
.vcal-day {
  min-height: 51px !important;
  background: #f3f8fb !important;
}
.vcal-day del {
  display: block;
  color: #e33;
  font-size: 7px;
  line-height: 1;
}
.vcal-price {
  font-size: 8px !important;
}
.vcal-day.is-booked {
  background: #ffaaaa !important;
  color: #771717 !important;
}
.vcal-day.is-pending {
  background: #e6ad19 !important;
  color: #5b3b00 !important;
}
.vcal-day.is-turnover {
  background: linear-gradient(135deg, #ffaaa9 0 49%, #edf8fb 50%) !important;
}
.vcal-day.is-range {
  background: #1fa9ed !important;
  color: #fff !important;
}
.vcal-actions {
  align-items: center;
  gap: 10px;
}
.vcal-actions > [data-calendar-nights] {
  margin-right: auto;
  color: #173b32;
  font-size: 11px;
}
.villa-license-field {
  padding: 18px;
  border: 1px solid #d8e9e3;
  border-radius: 13px;
  background: #f7fbfa;
}
.villa-license-field small {
  display: block;
  margin-top: 7px;
  color: #789087;
  font-size: 11px;
}
@media (max-width: 560px) {
  .md-tourism-license {
    grid-template-columns: 42px 1fr;
  }
  .md-license-number {
    grid-column: 1/-1;
    justify-content: center;
  }
  .md-booking-heading {
    padding: 20px 18px 0;
  }
  .md-booking form {
    padding-left: 18px;
    padding-right: 18px;
  }
  .md-booking-popover {
    padding: 10px !important;
  }
  .vcal-day {
    min-height: 45px !important;
  }
}
.md-booking form .md-tourism-license {
  margin: 14px 0 0;
  padding: 13px 12px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 10px;
  background: #edf9ff;
  color: #e53032;
  border: 1px solid rgba(229, 48, 50, 0.08);
  box-sizing: border-box;
}
.md-ministry-logo {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.md-booking form .md-tourism-license > strong {
  margin: 0;
  color: #e53032;
  font-size: 10px;
  line-height: 1.35;
}
.md-booking form .md-license-number {
  min-width: 94px;
  padding: 9px 10px;
}
.md-booking form .md-license-number > i {
  color: #111;
  font-size: 21px;
}
.md-booking form .md-license-number span {
  color: #2a3340;
  font-size: 10px;
  line-height: 1.15;
}
.md-booking form .md-license-number b {
  margin-top: 2px;
  color: #2a3340;
  font-size: 11px;
  font-weight: 600;
}
@media (max-width: 430px) {
  .md-booking form .md-tourism-license {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 12px;
  }
  .md-booking form .md-license-number {
    grid-column: 1/-1;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .md-ministry-logo {
    width: 40px;
    height: 40px;
  }
}
.md-booking-stack {
  position: sticky;
  top: 18px;
  min-width: 0;
}
.md-booking-stack > .md-booking {
  position: static !important;
  top: auto !important;
}
.md-booking-stack > .md-tourism-license {
  margin: 12px 0 0;
  padding: 14px 13px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 10px;
  border: 1px solid #d8e8ee;
  border-radius: 13px;
  background: #edf9ff;
  box-shadow: 0 10px 28px rgba(6, 30, 58, 0.08);
  box-sizing: border-box;
}
.md-booking-stack > .md-tourism-license > strong {
  margin: 0;
  color: #e53032;
  font-size: 10px;
  line-height: 1.35;
}
.md-booking-stack > .md-tourism-license .md-license-number {
  min-width: 94px;
  padding: 9px 10px;
}
.md-booking-stack > .md-tourism-license .md-license-number > i {
  color: #111;
  font-size: 21px;
}
.md-booking-stack > .md-tourism-license .md-license-number span,
.md-booking-stack > .md-tourism-license .md-license-number b {
  color: #2a3340;
}
@media (max-width: 1000px) {
  .md-booking-stack {
    position: static;
    top: auto;
  }
}
@media (max-width: 430px) {
  .md-booking-stack > .md-tourism-license {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 12px;
  }
  .md-booking-stack > .md-tourism-license .md-license-number {
    grid-column: 1/-1;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}
.md-booking-stack {
  display: flex;
  flex-direction: column;
}
.md-booking-stack > .md-tourism-license {
  order: -1;
  margin: 0 0 12px;
}
.md-booking-stack > .md-tourism-license {
  position: relative;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 1001px) {
  .md-layout {
    align-items: start !important;
  }
  .md-booking-stack {
    position: sticky !important;
    top: 132px !important;
    align-self: start;
    max-height: calc(100vh - 148px);
    overflow-x: visible;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(7, 31, 69, 0.22) transparent;
  }
  .md-booking-stack::-webkit-scrollbar {
    width: 5px;
  }
  .md-booking-stack::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(7, 31, 69, 0.22);
  }
}
@media (min-width: 1001px) {
  .md-booking-stack {
    position: static !important;
    top: auto !important;
    align-self: start;
    max-height: none !important;
    overflow: visible !important;
    overscroll-behavior: auto;
    scrollbar-width: none;
  }
  .md-booking-stack::-webkit-scrollbar {
    display: none;
  }
}
