#fvDatepicker table {
  table-layout: fixed;
  min-height: 421px;
}
#fvDatepicker .fvActive {
  background-color: var(--color-primary);
  color: white;
}
#fvDatepicker .fvNone,
#fvDatepicker .ui-state-disabled {
  opacity: 0.5;
}
#fvDatepicker .fvNone *,
#fvDatepicker .ui-state-disabled * {
  cursor: default;
  text-align: center;
  pointer-events: none !important;
}
#fvDatepicker .ui-datepicker-title {
  font-size: 22px;
  font-weight: 600;
  color: black;
}
#fvDatepicker .ui-datepicker-inline {
  border: none;
  width: 100%;
}
#fvDatepicker td {
  width: 14.2857142857%;
  pointer-events: none;
}
#fvDatepicker td a,
#fvDatepicker td > span {
  pointer-events: all;
  font-size: 16px;
  margin: 2px;
  border: 1px solid black;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600 !important;
  padding: 0 5px;
  line-height: 1.1;
}
#fvDatepicker td a div,
#fvDatepicker td > span div {
  padding: 2px 5px 0 5px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 1;
}
#fvDatepicker .ui-state-disabled {
  opacity: 0.3;
}

.fvCalendar .pr-listing-variant-wrap {
  display: none !important;
}
.fvCalendar .pr-list-main-price {
  font-size: 30px;
}
.fvCalendar .ui-datepicker .ui-datepicker-title {
  justify-content: center;
  align-items: center;
}

.fvInfoBoxWrap {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.fvInfoBoxWrap .fvPreview {
  width: 50%;
}

.fvInfo {
  font-weight: 700;
  margin-right: 10px;
}
.fvInfo div {
  display: flex;
  justify-content: space-between;
}
.fvInfo span {
  width: 50%;
  font-weight: 500;
}

.fvFully a {
  background-color: #cb0000;
  color: white;
  cursor: not-allowed;
}/*# sourceMappingURL=style.css.map */