input.disabled {
    cursor: default;
    pointer-events: none;
} 

input.DateSelector {
    cursor: pointer;
}

div#booking-response h5 {
    color: #00000099;
    font-size: 18px;
    font-weight: normal;
}

div#booking-response h4 {
    color: #00000099;
}

.hotel-booking-form .step{
  display: none;
}
.hotel-booking-form .step.active{
  display: block;
}
ul.addons {
    list-style: none;
}
ul.addons li {
    padding: 11px;
    border: 1px solid #94A3B8;
    margin-bottom: 22px;
    font-size: 16px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0F172A;
}
#room-info-msg p, #room-info-msg-bottom p {
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif;
    color: #0F172A;
}
.step-3 p {
    color: #0F172A;
    font-family: "Space Grotesk", sans-serif;
}
#room-info-msg-bottom #total-price, #room-info-msg #base-price{
  font-weight: bold;
}
#booking-form input, #additional-booking-form input {
    margin-bottom: 20px;
}
.bh-button-style {
    background: #0F172A !important;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    min-width: 100px;
    border-radius: 4px;
}
.bh-button-style:hover {
  background: #2068F5 !important;
}
select#room_type {
    width: 100%;
}
.hotel-booking-form .field{
  padding-right: calc(24px / 2);
  padding-left: calc(24px / 2);
  margin-bottom: 24px;
}

.hotel-booking-form label {
  color: #0F172A;
  display: block;
  font-size: 14px;
}
.hotel-booking-form input {
  border: 1px solid #94A3B8;
  border-radius: 12px;
  padding: 10px 12px !important;
  width: 100% !important;
  color: #0F172A !important;
}
.hotel-booking-form input:focus,
.hotel-booking-form select:focus {
    border: 1px solid #2068F5 !important;
}
.hotel-booking-form select{
  border: 1px solid #94A3B8;
  border-radius: 12px;
  padding: 10px 12px !important;
  width: 100% !important;
  color: #0F172A !important;
}
.field.single_field {
    width: 50%;
    padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
}
.button_wrap{
	padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
}
p.error-message, p.error {
    color: red;
}
#save-personal-info, .bh-button-style {
    background-color: #0F172A;
    color: #FFFFFF;
    width: 100% !important;
    border-radius: 4px !important;
    font-family: "Space Grotesk", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    padding: 17px 34px 17px 34px;
	  transition: all .3s;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    min-height: 57px;
}
.hidden {
    display: none !important;
}
#submit-booking-btn{
   display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    min-height: 57px;
}
#save-personal-info:hover, .bh-button-style:hover{
	background-color: #2068F5;
}
.field_wrap {
    display: flex;
}
.back-btn, .next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 50%;
}
.step-button-action {
    display: flex;
    align-items: center;
    gap: 10px;
}
input#terms, input#term_over28 {
    border-radius: 12px 12px 12px 12px;
    padding: 10px 12px 10px 12px !important;
    height: 30px;
    width: auto !important;
}
.hotel-booking-form ul.addons {
    padding: 0;
}
.addons .select-addon{
    font-family: "Space Grotesk", Sans-serif;
    background: #0F172A;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
}
.additional-vacation h4 {
    margin-bottom: 10px;
}
.addons .select-addon:hover {
    background: #2068F5;
    cursor: pointer;
}
.addons .select-addon{
    font-family: "Space Grotesk", Sans-serif;
    background: #0F172A;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}
.addons .select-addon:hover, .addons .select-addon.selected{
    background: #2068F5;   
}
#booking-form .bh-button-style, #additional-booking-form .bh-button-style {
    width: 100%;
}
.additional-vacation {
    margin-bottom: 30px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

/* Lightbox Content Box */
.lightbox-content {
    background: #fff;
    margin: 5% auto;
    padding: 20px 20px 50px 20px;
    width: 100%;
    max-width: 900px;
    font-family: "Space Grotesk", sans-serif;
    border-radius: 8px;
    position: relative;
    text-align: center;
}

/* Close Button */
.close-lightbox {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
    font-weight: normal;
    cursor: pointer;
    background: #0F172A;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 31px;
}
.lightbox-content img {
    width: 100%;
    object-fit: cover;
}
.lightbox-content h2 {
    font-size: 28px;
    font-family: "Space Grotesk", sans-serif;
    color: #0F172A;
}
.lightbox-content b {
    color: #0F172A;
    font-size: 20px;
}
.lightbox-content ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.lightbox-content li {
    margin-bottom: 8px;
    font-size: 18px;
    color: #0F172A;
    position: relative;
}
.lightbox-content li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #2068F5;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 18px;
}
.lightbox-content p {
    font-size: 18px;
    color: #0F172A;
}
#view-details-link {
    margin-bottom: 10px;
    display: block;
}
@media screen and (max-width: 992px) {
  .lightbox-content {
      max-width: 600px;
      box-sizing: border-box;
  }
}
@media screen and (max-width: 630px) {
  .lightbox-content {
    padding-bottom: 20px;
  }

  .close-lightbox {
      right: 0;
  }

  .lightbox-content h2 {
      font-size: 18px;
  }

  .lightbox-content p {
      font-size: 14px;
  }

  .lightbox-content li {
      font-size: 14px;
  }

  .lightbox-content b {
      font-size: 17px;
  }
}

.loading-message {
    margin: 0;
}


.calenderMainWrapper {
    position: relative;    
}

#calendar-wrapper {
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  top: 0px;
}

.calender-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.previous-month {
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 100%;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.previous-month.disabled, .next-month.disabled {
  cursor: default;
  opacity: 0.5;
}

.next-month {
    height: 35px;
     width: 35px;
    border-radius: 100%;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.calender-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.month-block {
  margin-bottom: 30px;
  display: none;
}

.month-block.active {
  display: block;
}

.month-title {
  font-size: 18px;
  font-weight: bold;
   font-family: "Space Grotesk", sans-serif;
}

.weekdays {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
   font-family: "Space Grotesk", sans-serif;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
   font-family: "Space Grotesk", sans-serif;
}

.day {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
}

.not-available {
  background-color: #f88;
  pointer-events: none;
  color: #555;
}

.available {
  background-color: white;
}

.selected {
  background-color: #3c3 !important;
  color: white;
  font-weight: bold;
}

.empty-day {
  visibility: hidden;
}

.day.disabled {
  cursor: not-allowed;
  background-color: #ccc;
}
.booking-response {
    margin-top: 10px;
}
.open-dates-button-info{
  position: relative;
}
#open-dates-btn {
    margin-top: 10px;
}
#open-dates-info {
    cursor: pointer;
    color: #0073aa;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.3s ease;
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 9999;
    width: 20px;
    height: 20px;
}
#open-dates-info:hover {   
    color: #005177;
}
#open-dates-message {
    display: none;
    background: #f1f8ff;
    border: 1px solid #cce5ff;
    color: #004085;
    padding: 25px;
    border-radius: 6px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    position: absolute;
    bottom: 61px;
}
#close-open-dates {
    position: absolute;
    right: -8px;
    top: -12px;
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
    background: #0F172A;
    color: #fff !important;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
}