/*@media(min-width: 768px){
    .fbw-calendar--config{
        min-height:770px !important;
    }
}*/

.reservation-menu.expand {
  display: none !important;
}
.ui-datepicker {
  display: none;
}
.overlay1 {
  position: fixed;
  z-index: 109999 !important;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  float: left;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.booking-pop {
  z-index: 199999;
  position: absolute;

  left: 50%;
  transform: translateX(-50%);
  top: 130px;
  width: 94%;
  max-width: 1045px;
}

.fbw-calendar--config .fbw-calendar--label,
.fbw-calendar--config .fbw-calendar--label + span.value {
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  text-transform: capitalize;
}
.fbw-calendar--config .fbw-calendar--label {
  color: var(--primary) !important;
}
.fbw-calendar--config .fbw-calendar--label + span.value {
  color: #000000 !important;
}

.fbw-calendar--config .fbw-calendar--label {
  font-weight: 700;
}

.fbw-calendar--config .fbw-calendar--label + span.value {
  margin-left: 0 !important;
}

.fbw-calendar--config .to-fill .fbw-calendar--label {
  color: var(--primary) !important;
}
/*span.value{
    color: #4a3727!important;
    font-family:  "IBM Plex Sans",sans-serif !important;
    font-size: 18px!important;
    font-weight: normal!important;
    border-bottom: 1px solid #fff;
    max-width: 165px;

}*/
.fbw-calendar--day.valid_day {
  border: 1px solid #e2e2e2 !important;
}
.fbw-calendar--theme-2 .fbw-calendar--config fieldset input[type="text"] {
  font-family: "IBM Plex Sans", sans-serif !important;
  border: 1px solid #b3b3b3;
  border-radius: 0;
}
.fbw-calendar--dates.layout2-version {
  margin: 0;
}
.fbw-calendar--theme-2 .fbw-calendar--config fieldset select {
  color: #212529;
  font-weight: 300 !important;
  font-size: 16px !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  text-align: left;
  margin: 0 0px 0 0px !important;
  cursor: pointer;
  width: 100%;
  /*max-width: 165px!important;*/
  padding: 5px 5px 5px 5pxpx;
  /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
}
/*.fbw-calendar--dates .date--arrival.to-fill .fbw-calendar--label
{
    color: #000!important;
}
.fbw-calendar--dates{
    margin:0!important;
}*/
.fbw-calendar--title h1 {
  font-family: "IBM Plex Serif", serif !important;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  text-transform: capitalize;
  color: #111;
}
@media (min-width: 768px) {
  .fbw-calendar--title h1 {
    margin-bottom: 48px !important;
  }
}
.fbw-calendar--container[data-v-3d1063f6] {
  /*border-top-left-radius: 14px;*/
  /*border-top-right-radius: 14px;*/
  /*border-bottom-left-radius: 10px;*/
  /*border-bottom-right-radius: 10px;*/
}
.fbw-calendar--config[data-v-3d1063f6] {
  /*border-bottom-right-radius: 10px;*/
}
.fbw-calendar--month-bloc .fbw-calendar--month-name {
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
  color: var(--primary) !important;
}
/*.fbw-calendar--month thead tr{
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
}*/
@media (min-width: 768px) {
  .fbw-calendar--container {
    padding: 40px !important;
  }
}
/*.day--price, .best-price .day--price {
    color: #9b8e70!important;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 11px!important;
}*/
.fbw-calendar--day {
  height: 64px !important;
  padding: 18px 0 0 !important;
}
.fbw-calendar--day {
  border: none !important;
}
.fbw-calendar--button svg {
  width: 10px;
  height: 10px;
}
.fbw-calendar button svg line {
  stroke: var(--primary) !important;
  cursor: auto;
}
/*.fbw-calendar button {
    top:-1px!important;
}*/
.fbw-calendar--day .day--number {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.176px;
  text-transform: capitalize;
  color: #e6e6e6;
}
.fbw-calendar--day .day--price {
  color: #e6e6e6 !important;
}
.fbw-calendar--day.available_day .day--number {
  color: #111111;
}
.fbw-calendar--day.available_day .day--price {
  color: #707070 !important;
}
.fbw-calendar--day.available_day p {
  color: #111111;
}
.chosen_day .day--number {
  color: #fff !important;
  font-weight: 700 !important;
}
.fbw-calendar--week.chosen_day .day--price {
  color: #fff !important;
  font-weight: 700 !important;
}
.chosen_day * {
  font-family: "IBM Plex Sans", sans-serif !important;
  color: inherit !important;
  font-weight: 400;
}
.chosen_day {
  background-color: var(--primary) !important;
  color: #ffffff !important;
}
.day--out,
.day--in,
.day--price {
  font-size: 8px !important;
  color: #fff !important;
}

.available_day.last-room:before {
  right: 9px !important;
  top: 10px !important;
  left: initial !important;
}
.available_day.last-room:before {
  right: initial !important;
  top: 7px !important;
  left: 36% !important;
}

.available_day.best-price:after {
  border: 0 !important;
  background-color: #00902c;
  border-radius: 50% !important;
  content: "";
  height: 7px !important;
  position: absolute;
  left: 51% !important;
  top: 7px !important;
  width: 7px !important;
}

.fbw-calendar--weekdays {
  border-bottom: none !important;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px !important;
}
/*.fbw-calendar--weekdays {
    border: none!important;
    color: #212529 !important;
    font-family: "IBM Plex Sans",sans-serif;
    font-size: 20px!important;
}

.fbw-calendar--day.unavailable_day{
    background-color: #eeeeee !important;
}*/

.fbw-calendar--theme-2 .fbw-calendar--config {
  background-color: #f1f1f1 !important;
}

.fbw-calendar--theme-2 .fbw-calendar--main {
  margin: 0 !important;
  margin-left: auto !important;
}

.fbw-calendar--action .next .next--button {
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-transform: capitalize;
  color: #ffffff !important;
  background: var(--primary) !important;
}
.fbw-calendar--action .next {
  background-color: #212529 !important;
}

.cancel-link {
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: capitalize;
  color: #000000 !important;
  text-decoration: none !important;
}

.fbw-calendar--theme-2 .fbw-calendar--action.layout2-version .best-price {
  border-top: 0 !important;

  text-align: left !important;
  color: #000000 !important;
  background: transparent !important;
  text-transform: capitalize !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.fbw-calendar--theme-2
  .fbw-calendar--action.layout2-version
  .best-price
  .best--price {
  text-align: left !important;
  color: var(--primary) !important;
  font-size: 28px;
}

.fbw-calendar--title {
  margin-bottom: 0 !important;
}
.fbw-calendar--theme-2 .fbw-calendar {
  margin-top: 30px;
}

/*.fbw-calendar--theme-2 .fbw-calendar--config fieldset input{

    max-width: 167px!important;
    border: none!important;
    border: 1px solid #212529!important;
    font-size: 18px!important;
    color: #212529!important;
    outline: none;
    margin: 0 20px 0 5px!important;
    padding: 0px 10px 0px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


}*/
.fbw-calendar--theme-2 .fbw-calendar--config fieldset input:focus,
.fbw-calendar--theme-2 .fbw-calendar--config fieldset select:focus {
  outline: none;
}
.fbw-calendar--children-age {
  width: 100% !important;
  margin-bottom: 15px;
}
.fbw-calendar--children-age label {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  color: #000;
  margin-bottom: 5px;
}

/*.best--price{
    margin-bottom:50px!important;
}*/
.legend-color--best {
  background-color: #00902c !important;
  border-radius: 50% !important;
  content: "";
  display: inline-block;
  height: 8px !important;
  margin-right: 10px;
  top: 3px !important;
  vertical-align: middle;
  width: 8px !important;
  border: none !important;
}
.legend-cal.best-price--legend .legend-txt,
.legend-cal .legend-txt {
  font-size: 14px !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #212529 !important;
}

.pop-close {
  float: right;
  margin-right: 10px;
  font-family: "IBM Plex Sans", sans-serif;
  cursor: pointer;
  color: #d6c6b6 !important;
}

.pop-close svg path {
  fill: var(--primary) !important;
}
/*.widgets--wrapper * {

    border-spacing: 2px 2px;
}*/
/*.fbw-calendar--theme-2 .fbw-calendar--main {
    width: 100%!important;
    max-width: 1020px!important;
}*/
.mob-reservation.expand {
  display: none !important;
}
@media screen and (max-width: 649px) {
  .fbw-calendar--month-bloc .fbw-calendar--month-name {
    margin-bottom: 16px !important;
  }

  .fbw-calendar--theme-2 .fbw-calendar--config fieldset label {
    margin-top: 20px !important;
  }
  .fbw-calendar--title h1 {
    font-size: 24px !important;
  }
  .fbw-calendar--container {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  span.value {
    height: 22px !important;
  }

  .fbw-calendar--theme-2 .fbw-calendar--config {
    margin-bottom: 0 !important;
  }

  .fbw-calendar--theme-2 .fbw-calendar--config fieldset select {
    max-width: initial !important;
    margin-left: 0 !important;
  }
  .fbw-calendar--theme-2 .fbw-calendar--config fieldset input {
    max-width: initial !important;
  }
  .fbw-calendar--theme-2 .fbw-calendar--config[data-v-3d1063f6] {
    margin-bottom: 0 !important;
  }
  .booking-pop {
    top: 24px;
  }
  .day--number {
    padding: 0 !important;
    font-size: 15px !important;
    margin: 0 0 2px !important;
  }
  .fbw-calendar--weekdays {
    padding: 16px 0px 0px 0px !important;
  }
  .fbw-calendar--theme-2 .fbw-calendar {
    padding-bottom: 16px;
    margin-left: 10px;
  }
  .legend-cal .legend-txt,
  .legend-cal.best-price--legend .legend-txt {
    font-size: 12px !important;
  }
  .fbw-calendar--theme-2 .fbw-calendar--bottom .fbw-calendar--legend {
    padding-left: 5px;
  }
  .legend-cal {
    margin-right: 16px !important;
  }
  .arrival--value,
  .departure--value {
    line-height: 1 !important;
  }
}
