h4,
h2 {
  margin-top: 30px;
}

.white-h3 {
  color: white !important;
}

.hotel-button {
  background-color: #e7a660;
}

.hotel-button:hover {
  background-color: #0099ccb3;
}

.nav-link {
  --bs-nav-link-hover-color: #09c;
}

a {
  color: #09c;
  text-decoration: none;
}

a:hover {
  color: #09c
}

.datepicker__info--selected strong {
  color: #09c !important;
}

.datepicker__clear-button,
.datepicker__close-button,
.datepicker__submit-button {
  background-color: #09c !important;
  border-radius: var(--bs-border-radius);
}

.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
  background-color: #09c !important;
  color: var(--bs-white);
}

.float-left {
  float: left !important;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.float-right {
  float: right !important;
  max-width: 400px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.float-right img {
  width: 100%;
}

.float-left img {
  width: 100%;
}

.clear {
  clear: both;
}

.btn-margin {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-gray {
  background-color: #3c3c3c;
  color: white;
  border-radius: 15px;
  padding: 7px;
  font-size: 16px;
}

.btn-gray:hover {
  border: 1px solid #09c;
  background-color: #09c;
}

.link-hover-primary {
  --bs-link-hover-primary: #09c;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #09c !important;
  --bs-btn-border-color: #f9ecec;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #493e3f;
  --bs-btn-hover-border-color: #e7e0e2;
  --bs-btn-focus-shadow-rgb: 180, 151, 128;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #09c;
  --bs-btn-active-border-color: #7d6450;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(17, 17, 17, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #a7856a;
  --bs-btn-disabled-border-color: #a7856a;
}

#pageTitle {
  z-index: 100 !important;
}

.room h4 {
  color: black;
  margin-top: 5px;
}

.tb-label {
  color: black;
}

.counts {
  background: none;
  color: black;
}

#addRoomButton {
  margin-right: 15px;
  background-color: #414741;
  color: white;
  border-radius: 5px;
}

#removeRoomButton {
  margin-right: 15px;
  background-color: #7d6767;
  color: white;
  border-radius: 5px;
}

.input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 5px;
  margin-top: -10px
}

.room-picker-container {
  flex: 1 0 0;
  position: relative;
  /* Important for positioning relative div */
}

.find-widget.top-find .text-box-wrapper {
  margin-top: 0px !important;
}

.room-picker {
  flex: 3 0 0;
  display: flex;
  cursor: pointer;
  height: 42px;
  margin-top: 0px;
}

.icon-person {
  margin-left: 15px;
  margin-right: 15px;
}

.passenger-count {
  display: flex;
  font-size: 1rem;
}

.passenger-count .count {
  margin: auto;
  padding: 4px;
}

.passenger-count .dotted-icon {
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  margin: auto;
}

#hotel-form>div.room-picker-container>p {
  text-align: center;
}


.parent-div {
  width: 200px;
  height: 50px;
  color: white;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  /* Important for positioning relative div */
}

.relative-div {
  width: 200px;
  height: 100px;
  background-color: #f1f1f1;
  color: #333;
  text-align: center;
  line-height: 100px;
  position: absolute;
  display: none;
  /* Hidden by default */
  top: 60px;
  /* Adjust position relative to the parent div */
  left: 0;
  border: 1px solid #ccc;
}

.rooms {
  position: absolute;
  top: 3em;
  border-radius: 2px;
  width: 100%;
  display: none;
  width: 350px;
}

.rooms.active {
  display: block;
  z-index: 10;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}


.find-widget.top-find .text-box-wrapper {
  text-align: center !important;
}

.room {
  border-bottom: 0.1rem solid;
}

.room-buttons {
  margin-top: 20px;
  margin-bottom: 10px;
}

.find-widget .text-box-wrapper .input-group-btn.btn-plus {
  right: 10px !important;
}

.number-input-container {
  display: flex;
  align-items: center;
  margin-top: -10px;
}

.number-input-container button {
  width: 40px;
  height: 40px;
  background: none;

  color: black;
  border: none;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type="number"] {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: none;
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the spinner arrows in number input for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.foom-inc-dec--icon {
  line-height: 35px;
  top: 0;
  right: 14px;
  width: 14px;
  height: 35px;
  padding: 0;
  color: #bebebe;
  border: none;
  background-color: transparent;
}

.date-picker {
  max-width: 230px !important;
}

.hotels-menu-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ddd;
  border-collapse: collapse;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hotels-menu-container li {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px;
  font-size: 16px;
}

.hotels-menu-container li:nth-child(2n) {
  border-right: none;
}

.hotels-menu-container li:nth-last-child(-n+2) {
  border-bottom: none;
}

.hotels-desktop {
  display: block;
}

.hotels-mobile {
  display: none;
}

.right-nav-container {
  display: block;
}

@media screen and (max-width: 767px) {
  .right-nav-container {
    display: none;
  }

  .hotels-desktop {
    display: none;
  }

  .hotels-mobile {
    display: block;
  }

  .date-picker {
    max-width: 100% !important;
  }

  .room-picker-container {
    flex: none;
    position: relative;
    width: 100%;
  }

  .rooms.active {
    margin-left: 0px;
  }

  .room-picker {
    margin: 0px;
  }

  .find-widget .text-box-wrapper.half.right {
    margin-left: 0px !important;
  }
}