

.hotel-booking-calendar-selector {
  position: relative !important;
  top:   auto !important;
  left:  auto !important;
  right: auto !important;
  padding: 0;
  z-index: auto;
}


.hotel-booking-calendar-selector #hcs-arrival,
.hotel-booking-calendar-selector #hcs-departure,
.hotel-booking-calendar-selector #hcs-promo {
  cursor: pointer;
  caret-color: transparent;
  pointer-events: auto;
  user-select: none;
  width: 100%;
}


.hotel-booking-calendar-selector .js-form-item-arrivaldate,
.hotel-booking-calendar-selector .js-form-item-departuredate,
.hotel-booking-calendar-selector .js-form-item-promocode,
.hotel-booking-calendar-selector #container-person {
  cursor: pointer;
}


.hotel-booking-form form #hcs-two-inputs-date {
  display:    flex;
  gap:        .5rem;
  padding:    0;
  background: white;
  width:      36%;
}
.hotel-booking-form form #hcs-two-inputs-date .js-form-item {
  padding: 1rem;
  width:   50%;
}

@media (max-width: 1199.98px) {
  .hotel-booking-form form #hcs-two-inputs-date { width: 49%; }
}
@media (max-width: 767.98px) {
  .hotel-booking-form form #hcs-two-inputs-date {
    width:          100%;
    flex-direction: column;
  }
  .hotel-booking-form form #hcs-two-inputs-date .js-form-item {
    padding: .5rem .75rem;
    width:   100%;
  }
}


#hcs-destination-wrapper.hcs-field-error {
  outline: 2px solid #e74c3c;
  animation: hcs-shake 0.35s ease;
}

#hcs-destination-wrapper.hcs-field-error select {
  /* color: #e74c3c; */
}

@keyframes hcs-shake {
  0%, 100% { transform: translateX(0); }
  25%       { transform: translateX(-5px); }
  75%       { transform: translateX(5px); }
}


.hcs-modal-overlay {
  display:          none;
  position:         fixed;
  inset:            0;
  background:       rgba(0, 0, 0, 0.65);
  z-index:          99999;
  align-items:      center;
  justify-content:  center;
}

.hcs-modal-overlay.is-open {
  display: flex;
}

body.hcs-modal-open {
  overflow: hidden;
}


.hcs-modal-inner {
  position:      relative;
  background:    #fff;
  width:         92%;
  max-width:     1060px;
  max-height:    90vh;
  overflow-y:    auto;
  border-radius: 2px;
  padding:       36px 24px 24px;
  box-shadow:    0 20px 60px rgba(0, 0, 0, 0.3);
  animation:     hcs-slide-in 0.22s ease;
}

@keyframes hcs-slide-in {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}


.hcs-modal-title {
  font-size:      1rem;
  font-weight:    700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color:          #2c2c2c;
  margin-bottom:  16px;
  padding-bottom: 10px;
  border-bottom:  2px solid #bd9a57;
}


.hcs-modal-close {
  position:    absolute;
  top:         12px;
  right:       16px;
  background:  none;
  border:      none;
  font-size:   26px;
  line-height: 1;
  cursor:      pointer;
  color:       #555;
  padding:     0 4px;
  transition:  color 0.15s;
}

.hcs-modal-close:hover {
  color: #000;
}


#hcs-modal-widget iframe {
  display:    block;
  width:      100%;
  min-height: 680px;
  height:     680px;
  border:     none;
  transition: height 0.2s ease;
}
#hcs-form .select2-container {
    width: 100% !important;
}
#hcs-form  .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    background: transparent;
}

@media screen and (max-width: 767.98px) {
  #hcs-destination-wrapper{
  width: 100%;
  }
}
#hcs-reserve-btn {
       justify-content: center;
    align-items: center;
}

#hcs-hotel-select{
  background: none;
  margin: 0;
  width: 100%;
}

 .path-frontpage  .hotel-calendar-selector-block {
  top: 38.875rem;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  width: 100%;
  padding: .5rem;
  display: flex;
  gap: .5rem;
}
@media screen and (min-width: 768px) {
.user-logged-in.path-frontpage .hotel-calendar-selector-block{
  position: absolute;
  top: 775px !important;
}

.hotel-calendar-selector-block {
    position: absolute;
    top: 24.375rem;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    padding: .5rem;
    display: flex;
    gap: .5rem;
}


}
@media screen and (max-width: 767.98px) {
 .path-frontpage .hotel-calendar-selector-block{
  position: absolute;
  top: 27.875rem !important;
}
}
