.header-container {
  display: none; 
}
.footer-container {
  display: none;
}
.landing-page-header {
    display: none;
}
*{
    margin: 0px;
    padding: 0px;
}
.landing-page-header-content {
display: none;
}
.pb-page-container__wrapper-holder {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-color: #FFFFFF;
    min-height: calc(100vh - 256px);
}
.pb-booking-form__columns__sidebar[data-v-6739a201] {
    border-left: 2px solid #0a3456;
    padding-top: 52px;
    width: 25%;
display: none !important;
}
.pb-booking-form__columns[data-v-6739a201] {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 9px 19px rgb(0 0 0 / 7%), 0 1px 2px rgb(0 0 0 / 13%);
    display: flex;
    height: 624px;
    justify-content: space-between;
    position: relative;
}
.pb-booking-form__columns__sidebar{
display: none !important;
}
.pb-booking-form__columns__content[data-v-6739a201] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 24px;
    width: 100%;
}
.booking-form-content-wrapper[data-v-4a680a9d] {
    display: flex;
    height: 100%;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.AIejW *:not(.material-icons):not(i):not(.el-picker-panel__icon-btn) {
    font-family: Prata !important;
    font-weight: 600;
}
.booking-form-content[data-v-9ca237f4] {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#app .booking-calendar-wrapper .v-calendar .v-calendar-weekly__day {
    align-items: center;
    border: none;
    display: flex;
    height: 40px;
    justify-content: center;
    align-content: center;
}
#app .booking-calendar-wrapper .v-calendar .v-calendar-weekly__day .calendar-day-button.unavailable {
    color: #868e96;
    cursor: not-allowed;
    display: none !important;
}