/**handles:wpbc-flex-timeline,wpbc-booking-appointment,wpbc-booking-resource-selector**/
:root {
  --wpbc_timeline-row-height: 37px;
  --wpbc_timeline-matrix-row-header-height: 58px;
  --wpbc_timeline-single-row-header-height: 40px;
  --wpbc_timeline-booking-pending-color: #ffea99;
  --wpbc_timeline-booking-pending-color-opacity: 50%;
  --wpbc_timeline-past-booking-pending-color: rgb( from var(--wpbc_timeline-booking-pending-color) r g b / var(--wpbc_timeline-booking-pending-color-opacity) );
  --wpbc_timeline-booking-pending-border-color: #68362e;
  --wpbc_timeline-booking-approved-color: #458c27;
  --wpbc_timeline-booking-approved-color-opacity: 55%;
  --wpbc_timeline-past-booking-approved-color: rgb( from var(--wpbc_timeline-booking-approved-color) r g b / var(--wpbc_timeline-booking-approved-color-opacity) );
  --wpbc_timeline-booking-approved-border-color: #2b4421;
  --wpbc_timeline-new-month-border-color: transparent;
  --wpbc_timeline-gen__text-color: var(--wpbc_ui__gen__text-color, #555)
}
.flex_tl_table {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  box-sizing: border-box
}
.wpbc_timeline_client_border .flex_tl_table {
  box-shadow: 0 2px 5px rgba(0,0,0,.0784313725);
  border: 1px solid #e7e7e7
}
.flex_tl_table .flex_tl_table_header,
.flex_tl_table .flex_tl_table_row_bookings,
.flex_tl_table .flex_tl_table_titles {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1 {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  word-wrap: break-word;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:782px) {
  .flex_tl_table .flex_tl_table_header,
  .flex_tl_table .flex_tl_table_row_bookings,
  .flex_tl_table .flex_tl_table_titles {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1,
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2,
  .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1,
  .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 7px 0 0
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_title {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  word-break: break-word;
  min-width: 0
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_month_year {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_num,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center
}
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_num {
  font-size: 10px;
  font-weight: 400;
  display: none
}
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week,
.flex_tl_single_resource .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week {
  font-size: 14px
}
.flex_frame_view_days_num_60 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_num {
  display: none
}
.flex_frame_view_days_num_60 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week {
  font-size: 14px
}
.flex_tl_single_resource.flex_frame_view_days_num_365 .flex_tl_table_titles {
  visibility: hidden;
  height: 5px
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month {
  height: 3em;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month.flex_tl_dates_bar .flex_tl_day_cell {
  border: none
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month .flex_tl_day_cell .in_cell_month_year {
  overflow: visible;
  word-wrap: normal;
  white-space: nowrap
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container,
.flex_tl_single_resource.flex_frame_view_days_num_30 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: left
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks {
  text-align: right;
  padding: 0 1em
}
@media (max-width:782px) {
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days,
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
    padding: 0 1em
  }
  .flex_timeline_frame .popover {
    width: 98%;
    max-width: 98%
  }
}
.flex_tl_row_height,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar {
  min-height: var(--wpbc_timeline-row-height)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_bookings {
  margin-top: calc(-1 * var(--wpbc_timeline-row-height))
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles {
  margin-top: calc(-1 * var(--wpbc_timeline-row-height));
  overflow: hidden
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .in_cell_time_section_in_day,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .in_cell_time_section_in_day .in_cell_time_hour {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  word-wrap: normal;
  white-space: nowrap
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.pending_booking {
  border-bottom: 1px dashed #555
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking {
  border-bottom: 1px dashed #ccc;
  background-color: #78a
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id:last-child {
  border-bottom: 1px solid;
  border-top: 1px solid
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a:active,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a:hover {
  position: relative;
  cursor: default;
  outline: 0;
  box-shadow: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a .in_cell_date_booking_pipeline_a_sizer {
  width: 100%;
  height: 100%
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title {
  overflow: visible;
  white-space: nowrap;
  word-wrap: initial;
  padding: 0 .5em;
  margin-left: 4px;
  margin-top: 4px;
  z-index: 1
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell {
  border: none
}
.flex_tl_table,
.hidden_items {
  display: none
}
.flex_timeline_frame .popover {
  border: 2px solid #555;
  font-size: 12px;
  max-width: 299px;
  max-height: 425px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: unset
}
hr.wpbc_tl_popover_booking_separator {
  margin-bottom: 0
}
.wpbc-listing-collumn.field-system-info {
  font-size: 9px;
  font-style: normal;
  line-height: 1.2em;
  text-shadow: none;
  white-space: nowrap;
  padding: 2px 0 0 5px;
  text-align: right;
  color: #777
}
.flex_timeline_frame .popover .popover-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.5em;
  margin: 0;
  padding: 5px 30px 5px 6px;
  border-radius: 5px 0 0;
  background-color: #fff;
  border-bottom: 1.5px solid #707980
}
.flex_timeline_frame .popover .popover-title .popover-title-id {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  padding: 0 12px 0 5px;
  border: 0;
  vertical-align: baseline
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2px 0
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons a,
.flex_timeline_frame .popover .popover-title .popover-title-buttons a:focus,
.flex_timeline_frame .popover .popover-title .popover-title-buttons a:hover {
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  padding: 0 10px 1px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: var(--wpbc_timeline-gen__text-color,#555);
  border-radius: 3px;
  border: 1px solid rgba(170,170,170,0);
  box-shadow: none;
  outline: 0;
  background: 0 0!important
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons a:hover {
  background: #fafafa;
  border: 1px solid #eee!important;
  color: #23282d
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons .wpbc-buttons-separator {
  margin-right: 1.5em
}
.flex_timeline_frame .popover .popover-close,
.flex_timeline_frame .popover .popover-close:hover {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.5em;
  padding: 5px
}
.flex_timeline_frame .popover .popover-close a,
.flex_timeline_frame .popover .popover-close a:active,
.flex_timeline_frame .popover .popover-close a:focus,
.flex_timeline_frame .popover .popover-close a:hover {
  text-decoration: none;
  border-style: none;
  outline: 0;
  color: #444;
  background: 0 0;
  padding: 0 5px
}
.flex_timeline_frame .popover.bottom > .arrow::after {
  border-bottom-color: transparent
}
.popover-content .flex-popover-content-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.popover-content .flex-popover-content-data .flex-popover-bars,
.popover-content .wpbc-popover-content-data .booking-dates,
.popover-content .wpbc-popover-content-data .booking-labels,
.popover-content .wpbc-popover-content-data .wpbc-popover-booking-data,
.popover-content .wpbc-popover-content-data .wpbc-popover-booking-notes,
.popover-content .wpbc-popover-content-data .wpbc-popover-cost-bar {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.popover-content .flex-popover-content-data .flex-popover-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.popover-content .flex-popover-content-data .flex-popover-bars .flex-popover-labels-bar {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  clear: both
}
.popover-content .flex-popover-content-data .flex-popover-bars .flex-popover-cost-bar {
  -ms-flex: none;
  flex: none;
  padding: .3em 0;
  margin: 0
}
.popover-content .flex-popover-content-data .flex-popover-labels-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.popover-content .flex-popover-content-data .flex-popover-labels-bar .flex-label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0
}
.popover-content .flex-popover-content-data .flex-label {
  border: 0;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: 0 0 1px #ddd;
  font-weight: 400;
  line-height: 1.9;
  padding: .2em .7em;
  background-color: var(--wpbc_admin-resource-badge-color,#556e91);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin: .15em .75em .5em 0;
  word-wrap: break-word;
  word-wrap: anywhere;
  white-space: pre-wrap
}
.popover-content .flex-popover-content-data .flex-label .label-prefix {
  font-size: 70%;
  font-weight: 400
}
.popover-content .flex-popover-content-data .flex-label.flex-label-id {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.1098039216);
  color: #717171
}
.popover-content .flex-popover-content-data .flex-label.flex-label-booking-status.label-pending {
  background-color: #ed9f0a;
  color: #fff;
  box-shadow: 0 0 1px #fde4c9
}
.popover-content .flex-popover-content-data .flex-label.flex-label-booking-status.label-approved {
  background-color: #64aa45;
  color: #f7fff4;
  box-shadow: 0 0 1px #b8c6b1
}
.popover-content .flex-popover-content-data .flex-label.flex-label-payment.payment-label-success {
  background-color: #468847
}
.popover-content .flex-popover-content-data .flex-label.flex-label-payment.payment-label-unknown {
  background-color: #f2f2f3;
  color: #717379;
  border: 1px solid #e3e3e3
}
.popover-content .flex-popover-content-data .flex-label.flex-label-trash {
  background: #d94a48;
  color: #fff;
  text-shadow: 0 0 1px #e00
}
.popover-content .flex-popover-content-data .flex-label.flex-label-resource {
  text-align: left
}
.popover-content .flex-popover-content-data .flex-label.flex-label-cost {
  background: 0 0;
  font-weight: 600;
  color: #333;
  box-shadow: none;
  padding: 0;
  margin: 0
}
.popover-content .flex-popover-content-data .flex-popover-booking-data {
  margin: 1em 0;
  text-align: left;
  font-size: 1.05em;
  line-height: 1.8em;
  color: #333;
  max-width: 100%;
  word-wrap: break-word;
  word-wrap: anywhere
}
.popover-content .flex-popover-content-data .flex-popover-booking-data span.fieldvalue {
  background: 0 0;
  padding: 2px;
  border-radius: 1px;
  margin: 0 .5em 0 0;
  word-break: initial;
  word-wrap: break-word
}
.popover-content .flex-popover-content-data .flex-popover-booking-data label {
  font-weight: 600;
  vertical-align: baseline
}
.popover-content .flex-popover-content-data .flex-popover-booking-data * {
  vertical-align: baseline;
  line-height: 2em
}
.popover-content .flex-popover-content-data .wpbc-popover-booking-notes {
  margin: 0 0 1em;
  max-width: 100%;
  word-break: break-word;
  background: #fffbef;
  padding: 5px 10px;
  font-size: 90%;
  line-height: 1.9
}
.popover-content .flex-popover-content-data .flex-label-dates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.popover-content .flex-popover-content-data .flex-label-dates .flex-label.field-booking-date {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 103%;
  padding: .1em .7em;
  margin: 0 0 .2em;
  background-color: #ed9f0a;
  color: #fff;
  box-shadow: 0 0 1px #fde4c9
}
.popover-content .flex-popover-content-data .flex-label-dates .date_tire {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 .2em;
  font-size: 175%;
  line-height: 1em
}
.popover-content .flex-popover-content-data .flex-label-dates .flex-label.field-booking-date .field-booking-time {
  font-size: .7em;
  font-weight: 400;
  color: #23282d
}
.popover-content .flex-popover-content-data .flex-label-dates .flex-label.field-booking-date.approved {
  background-color: #64aa45;
  color: #f7fff4;
  box-shadow: 0 0 1px #b8c6b1
}
.popover-content .wpbc_tl_popover_booking_separator {
  margin: 20px 0;
  border-top: 1px solid #ddd;
  box-shadow: 0 1px 1px #f9f9f9
}
.flex_tl_table {
  background: #fff;
  border: 0 solid #ddd;
  box-shadow: 0 0 0 #eef;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
  color: #777
}
.flex_tl_table .flex_tl_table_header {
  background: 0 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: 600;
  color: #606060;
  text-shadow: none;
  line-height: 3em;
  height: 3em;
  overflow: hidden;
  padding-left: 1em;
  border-radius: 4px 4px 0 0
}
.wpbc_timeline_front_end .flex_tl_table .flex_tl_table_header {
  padding: 0 2px
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 {
  font-weight: 600;
  padding: 8px;
  line-height: 1.42857143em
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 {
  text-align: center
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_title {
  color: #777
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_next,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_prev {
  font-size: 22px;
  font-weight: 600;
  line-height: 12px;
  color: #777
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_next a,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_next a:hover,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_prev a,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_prev a:hover {
  text-decoration: none;
  color: #757575;
  cursor: pointer
}
.flex_tl_table .flex_tl_table_row_bookings {
  border-top: 1px solid #ddd
}
.flex_tl_table .flex_tl_table_row_bookings:nth-of-type(2n+1) {
  background-color: #fff
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1 {
  font-weight: 600;
  padding: 0 0 0 4px;
  line-height: 1.42857143em;
  box-shadow: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_row_height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1 {
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title {
  padding-left: 8px;
  font-size: .95em
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a {
  border-bottom: 0 dashed;
  color: var(--wpbc_timeline-gen__text-color,#555);
  text-shadow: none;
  margin: 0 0 0 2px;
  box-shadow: none;
  outline: 0;
  text-decoration: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a:active,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a:focus,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title.parent {
  font-weight: 600
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title.child {
  margin-left: 20px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar,
.flex_tl_single_resource .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month,
.flex_tl_single_resource.flex_frame_view_days_num_30 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day {
  display: none
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar {
  display: none
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 18px;
  text-align: center
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell {
  border-left: 1px solid #eee
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.new_month,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_matrix_resources .flex_tl_day_cell.new_month {
  border-left: 1px solid #c32
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.new_month .in_cell_date_container {
  border-left: 2px solid var(--wpbc_timeline-new-month-border-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6 .in_cell_date_container_show_dates,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7 .in_cell_date_container_show_dates,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6 a,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7 a {
  color: #c32;
  background: #fff
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell a,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell a:hover {
  color: var(--wpbc_timeline-gen__text-color,#555);
  text-decoration: none;
  outline: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 2px 5px
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_month_year {
  color: #c32;
  font-size: .85em;
  font-weight: 600;
  padding: 0 .5em
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  min-height: 12px;
  font-size: .8em;
  font-weight: 600
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days.flex_tl_weekday6,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days.flex_tl_weekday7,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks.flex_tl_weekday6,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks.flex_tl_weekday7 {
  color: #bd7f78
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell {
  border-left: 1px solid #f1f1f1;
  color: var(--wpbc_timeline-gen__text-color,#555);
  font-weight: 400;
  font-size: 10px;
  text-shadow: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.new_month .in_cell_time_hour:first-child .in_cell_date_container {
  border-left: 2px solid var(--wpbc_timeline-new-month-border-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.new_month.exist_booking_in_cell .in_cell_time_hour:first-child .in_cell_date_container {
  border-left: 1px solid var(--wpbc_timeline-new-month-border-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id {
  margin-top: .2px;
  margin-bottom: .3px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id:first-child {
  margin-top: 2px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id:last-child {
  margin-bottom: 3px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id.start_new_booking {
  border-radius: 0
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.start_new_booking {
  border-left: 2px solid var(--wpbc_timeline-booking-pending-border-color,#68362e);
  border-radius: 3px 0 0 3px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.start_new_booking {
  border-color: var(--wpbc_timeline-booking-approved-border-color,#2b4421)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.past_date {
  background-color: #f0cf77
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.past_date {
  background-color: #9099aa;
  background-color: var(--wpbc_timeline-past-booking-approved-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.start_new_booking.booking_trash {
  border-left: 2px solid #901c1a
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_trash {
  background-color: #db6f6d
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.today_date .in_cell_time_section_in_day {
  border-left: 1px solid #090
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.today_date .in_cell_time_section_in_day,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.today_date .in_cell_time_section_in_day {
  border-left: none
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour.today_time,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour.today_time {
  border-left: 1px solid #77ce0f
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id a {
  font-size: 7px;
  font-weight: 600;
  color: #fff;
  cursor: pointer
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title {
  background: #777;
  color: #fff;
  border-left: 2px solid #555;
  cursor: pointer;
  border-radius: 3px;
  font-size: 10px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title.several_bookings_in_cell {
  font-weight: 600;
  background: #faf9f8;
  color: #455366;
  border-left: 2px solid var(--wpbc_timeline-booking-pending-border-color,#68362e)
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: .8em;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 2px
}
.wpbc_calendar_overview__header {
  position: relative;
  width: 100%
}
.wpbc_calendar_overview__header .nav-tabs {
  box-shadow: 0 3px 8px #eaeaea;
  border-bottom: 1px solid #e3e3e3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}
.wpbc_calendar_overview__header .wpbc_calendar_overview__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 5px 4px auto
}
.wpbc_calendar_overview__container {
  padding: 0 1px;
  margin-top: 0;
  border: 1px solid #d5d5d5;
  background: #fff;
  font-size: 13px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 8px #dadada;
  margin-bottom: 25px
}
.wpbc_calendar_overview__container .flex_tl_table {
  border-radius: 0;
  border-top: none;
  font-size: 13px
}
.flex_tl__scrolling_sections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: auto;
  scrollbar-width: thin
}
.flex_tl__scrolling_sections .flex_tl__scrolling_section1 {
  width: 220px;
  overflow-x: auto;
  scrollbar-width: thin;
  box-shadow: 0 0 10px 1px rgba(0,0,0,.1450980392);
  z-index: 1;
  padding: 0
}
.flex_tl__scrolling_sections .flex_tl__scrolling_section1 > div {
  -ms-flex: 0 1 180px;
  flex: 0 1 180px
}
.flex_tl__scrolling_sections .flex_tl__scrolling_section2 {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow-x: auto;
  scrollbar-width: thin
}
.flex_tl_single_resource.flex_frame_view_days_num_30 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 900px
}
.flex_tl_single_resource.flex_frame_view_days_num_90 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 350px
}
.flex_tl_single_resource.flex_frame_view_days_num_365 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 1400px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 900px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_7 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 300px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_30 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 1400px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_60 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 2800px
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  height: var(--wpbc_timeline-single-row-header-height);
  overflow: hidden
}
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1,
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  height: var(--wpbc_timeline-matrix-row-header-height)
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 > div,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 > div {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id {
  margin-left: -1px;
  margin-top: 2px;
  margin-bottom: 3px;
  opacity: .8;
  background: none;
  background-color: var(--wpbc_timeline-booking-pending-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.start_new_booking {
  border-left: 2px solid var(--wpbc_timeline-booking-pending-border-color,#68362e)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking {
  background-color: var(--wpbc_timeline-booking-approved-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.past_date {
  background-color: var(--wpbc_timeline-past-booking-pending-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_change_over {
  border: none;
  height: calc(100% - 5px);
  position: absolute;
  width: calc(100% + 1px);
  margin: 2px -1px 0
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_in {
  background: linear-gradient(to bottom right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-booking-pending-border-color) 50%,var(--wpbc_timeline-booking-pending-border-color) 52%,var(--wpbc_timeline-booking-pending-color) 52%,var(--wpbc_timeline-booking-pending-color) 100%);
  border-bottom: 1px solid
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_out {
  background: linear-gradient(to top left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-booking-pending-color) 50%,var(--wpbc_timeline-booking-pending-color) 100%);
  border-top: 1px solid
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_in {
  background: linear-gradient(to bottom right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-booking-approved-border-color) 50%,var(--wpbc_timeline-booking-approved-border-color) 52%,var(--wpbc_timeline-booking-approved-color) 52%,var(--wpbc_timeline-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_out {
  background: linear-gradient(to top left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-booking-approved-color) 50%,var(--wpbc_timeline-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_in.past_date {
  background: linear-gradient(to bottom right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-booking-pending-border-color) 50%,var(--wpbc_timeline-booking-pending-border-color) 52%,var(--wpbc_timeline-past-booking-pending-color) 52%,var(--wpbc_timeline-past-booking-pending-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_out.past_date {
  background: linear-gradient(to top left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-past-booking-pending-color) 50%,var(--wpbc_timeline-past-booking-pending-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_in.past_date {
  background: linear-gradient(to bottom right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-booking-approved-border-color) 50%,var(--wpbc_timeline-booking-approved-border-color) 52%,var(--wpbc_timeline-past-booking-approved-color) 52%,var(--wpbc_timeline-past-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_out.past_date {
  background: linear-gradient(to top left,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,var(--wpbc_timeline-past-booking-approved-color) 50%,var(--wpbc_timeline-past-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title:active,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title:focus,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title:hover {
  outline: 0;
  box-shadow: 0 0 0 2px #a6bbe5;
  box-shadow: 0 0 4px -1px #000;
  text-decoration-style: dashed;
  text-decoration-thickness: 0;
  text-underline-offset: 2px
}
.wp-core-ui .wpbc_page .wpbc_calendar_overview__navigation .wpbc_button_no_background {
  background: 0 0;
  border: none!important;
  box-shadow: none!important;
  color: var(--wpbc_timeline-gen__text-color,#555);
  line-height: 2.5
}
.wp-core-ui .wpbc_page .wpbc_calendar_overview__navigation .wpbc_button_no_background .menu_icon:before {
  font-size: 19px
}
.wpbc_timeline_appointment_details {
  border-top: 1px solid var(--wpbc_timeline-gen__border-color,#dcdcde);
  line-height: 1.6;
  margin-top: 8px;
  padding-top: 8px
}
.wpbc_booking_appointment{box-sizing:border-box;margin:0 auto;max-width:860px;position:relative}.wpbc_booking_appointment__loading,.wpbc_booking_ui_theme_scope{--wpbc-appointment-accent:var(--wpbc_form-choice-checked-border-color, #465160);--wpbc-appointment-accent-text:var(--wpbc_form-accent-contrast-color, var(--wpbc_form-button-text-color, #fff));--wpbc-appointment-border:var(--wpbc_form-field-border-color, #dcdcde);--wpbc-appointment-error:var(--wpbc_form-label-error-color, #d63638);--wpbc-appointment-focus:var(--wpbc_form-choice-focus-color, var(--wpbc_form-field-focus-border-color, #465160));--wpbc-appointment-focus-shadow:var(--wpbc_form-field-focus-shadow-color, var(--wpbc-appointment-focus));--wpbc-appointment-muted:var(--wpbc_form-label-sublabel-color, #646970);--wpbc-appointment-surface:var(--wpbc_form-field-background-color, #fff);--wpbc-appointment-surface-text:var(--wpbc_form-field-text-color, #1d2327);--wpbc-appointment-text:var(--wpbc_form-label-color, #1d2327);color:var(--wpbc-appointment-text)}.wpbc_booking_appointment *,.wpbc_booking_appointment ::after,.wpbc_booking_appointment ::before{box-sizing:border-box}.wpbc_booking_appointment:not([data-appointment-stage=booking])>.wpbc_booking_appointment__stage{background:var(--wpbc-bfb-form-background,#fff);border:var(--wpbc-bfb-form-border-width,1px) solid var(--wpbc-bfb-form-border-color,#ccc);border-radius:var(--wpbc-bfb-form-border-radius,2px);box-shadow:var(--wpbc-bfb-form-box-shadow,rgba(0,0,0,.05) 0 2px 6px 0);padding:var(--wpbc-bfb-form-padding,10px 30px)}.wpbc_booking_appointment .wpbc_booking_appointment__progress{-ms-flex-align:start;align-items:start;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0 0 28px;padding:0;width:100%}.wpbc_booking_appointment[data-appointment-stage=booking]>.wpbc_booking_appointment__stage>.wpbc_booking_appointment__progress{background:var(--wpbc-bfb-form-background,#fff);border:var(--wpbc-bfb-form-border-width,1px) solid var(--wpbc-bfb-form-border-color,#ccc);border-radius:var(--wpbc-bfb-form-border-radius,2px);box-shadow:var(--wpbc-bfb-form-box-shadow,rgba(0,0,0,.05) 0 2px 6px 0);padding:var(--wpbc-bfb-form-padding,10px 30px)}.wpbc_booking_appointment .wpbc_booking_appointment__progress_step{-ms-flex-align:center;align-items:center;color:var(--wpbc-appointment-muted);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:13px;gap:7px;line-height:1.35;min-width:0;position:relative;text-align:center;margin:0}.wpbc_booking_appointment .wpbc_booking_appointment__progress_step:not(:last-child)::after{background:var(--wpbc-appointment-border);content:"";height:1px;left:calc(50% + 15px);position:absolute;right:calc(-50% + 15px);top:15px}.wpbc_booking_appointment .wpbc_booking_appointment__progress_step.is-complete::after{background:var(--wpbc-appointment-accent)}.wpbc_booking_appointment .wpbc_booking_appointment__progress_number{-ms-flex-align:center;align-items:center;background:var(--wpbc-appointment-surface);border:1px solid var(--wpbc-appointment-border);border-radius:50%;color:var(--wpbc-appointment-surface-text);display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 30px;flex:0 0 30px;font-weight:600;height:30px;-ms-flex-pack:center;justify-content:center;line-height:1;position:relative;width:30px;z-index:1}.wpbc_booking_appointment .wpbc_booking_appointment__progress_label{display:block;max-width:100%}.wpbc_booking_appointment .wpbc_booking_appointment__progress_step.is-active{color:var(--wpbc-appointment-text);font-weight:600}.wpbc_booking_appointment .wpbc_booking_appointment__progress_step.is-active .wpbc_booking_appointment__progress_number,.wpbc_booking_appointment .wpbc_booking_appointment__progress_step.is-complete .wpbc_booking_appointment__progress_number{background:var(--wpbc-appointment-accent);border-color:var(--wpbc-appointment-accent);color:var(--wpbc-appointment-accent-text)}.wpbc_booking_appointment__heading{margin:0 0 18px}.wpbc_booking_appointment__heading h3{color:var(--wpbc-appointment-text);font-size:24px;line-height:1.25;margin:0 0 5px}.wpbc_booking_appointment__heading h3:focus{border-radius:var(--wpbc_form-field-border-radius,8px);box-shadow:0 0 0 2px var(--wpbc_form-button-focus-inner-color,var(--wpbc-bfb-form-background,var(--wpbc_form-field-background-color,#fff)));outline:0 dashed var(--wpbc_form-button-focus-outline-color,var(--wpbc_form-field-focus-border-color,var(--wpbc_form-button-background-color,#066aab)));outline-offset:2px}.wpbc_booking_appointment__heading p{color:var(--wpbc-appointment-muted);margin:0}.wpbc_booking_appointment__choices{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.wpbc_booking_appointment__catalog{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:14px}.wpbc_booking_appointment__catalog_filters{display:grid;gap:10px;grid-template-columns:minmax(0,1fr)}.wpbc_booking_appointment__catalog_filters input{background:var(--wpbc-appointment-surface);border:1px solid var(--wpbc-appointment-border);border-radius:var(--wpbc_form-field-border-radius,6px);color:var(--wpbc-appointment-surface-text);font:inherit;min-height:42px;padding:8px 11px;width:100%}.wpbc_booking_appointment__catalog_filters input:focus{border-color:var(--wpbc-appointment-focus);box-shadow:0 0 0 2px var(--wpbc-appointment-focus-shadow);outline:0}.wpbc_booking_appointment__catalog--list .wpbc_booking_appointment__catalog_items{grid-template-columns:minmax(0,1fr)}.wpbc_booking_appointment__catalog--explicit-columns .wpbc_booking_appointment__catalog_items{grid-template-columns:repeat(var(--wpbc-appointment-catalog-items-per-row),minmax(0,1fr))}.wpbc_booking_appointment__catalog--explicit-item-width .wpbc_booking_appointment__catalog_items{grid-template-columns:repeat(auto-fill,minmax(0,var(--wpbc-appointment-catalog-item-track-width)));-ms-flex-pack:start;justify-content:start}.wpbc_booking_appointment__catalog--explicit-item-width .wpbc_booking_appointment__catalog_card{width:100%}.wpbc_booking_appointment__catalog--bounded .wpbc_booking_appointment__catalog_items{justify-items:start}.wpbc_booking_appointment__catalog--bounded .wpbc_booking_appointment__catalog_card{max-width:var(--wpbc-appointment-catalog-item-max-width);width:100%}.wpbc_booking_appointment__catalog--grid .wpbc_booking_appointment__catalog_card{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column;min-height:260px;max-width:min(400px,100%)}.wpbc_booking_appointment__catalog--grid .wpbc_booking_appointment__catalog_card--without-image,.wpbc_booking_appointment__catalog--grid.wpbc_booking_appointment__catalog--without-images .wpbc_booking_appointment__catalog_card{min-height:150px}.wpbc_booking_appointment__catalog--grid .wpbc_booking_appointment__provider_avatar,.wpbc_booking_appointment__catalog--grid .wpbc_booking_appointment__service_image{border-radius:calc(var(--wpbc_form-field-border-radius,8px) - 2px);-ms-flex-preferred-size:150px;flex-basis:150px;font-size:24px;height:150px;width:100%}.wpbc_booking_appointment__catalog--grid .wpbc_booking_appointment__choice_mark{background:var(--wpbc-appointment-surface);inset-block-start:25px;inset-inline-end:25px;position:absolute}.wpbc_booking_appointment__catalog--grid .wpbc_booking_appointment__choice_body{-ms-flex:1 1 auto;flex:1 1 auto}.wpbc_booking_appointment__catalog_empty{color:var(--wpbc-appointment-muted);margin:0;padding:12px 0}.wpbc_booking_appointment__choice{-ms-flex-align:center;align-items:center;background:var(--wpbc-appointment-surface);border:1px solid var(--wpbc-appointment-border);border-radius:var(--wpbc_form-field-border-radius,8px);color:var(--wpbc-appointment-surface-text);cursor:pointer;display:-ms-flexbox;display:flex;gap:12px;min-height:86px;padding:15px 16px;position:relative;transition:border-color .15s,box-shadow .15s}.wpbc_booking_appointment__catalog [hidden]{display:none!important}.wpbc_booking_appointment__choice:hover{border-color:var(--wpbc_form-field-focus-border-color,var(--wpbc-appointment-focus))}.wpbc_booking_appointment__choice:focus-within{box-shadow:0 0 0 2px var(--wpbc-appointment-focus-shadow);outline:0}.wpbc_booking_appointment__choice>input{opacity:0;pointer-events:none;position:absolute}.wpbc_booking_appointment__choice.is-selected,.wpbc_booking_appointment__choice:has(input:checked){border-color:var(--wpbc-appointment-accent);box-shadow:inset 3px 0 0 var(--wpbc-appointment-accent)}.wpbc_booking_appointment__choice_body{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;min-width:0}.wpbc_booking_appointment__choice_body strong{color:var(--wpbc-appointment-surface-text);font-size:16px;line-height:1.3}.wpbc_booking_appointment__choice_description,.wpbc_booking_appointment__choice_meta{color:var(--wpbc-appointment-muted);font-size:13px;line-height:1.4;margin-top:3px}.wpbc_booking_appointment__choice_mark{border:2px solid var(--wpbc-appointment-border);border-radius:50%;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;width:18px}.wpbc_booking_appointment__choice input:checked~.wpbc_booking_appointment__choice_mark{border:5px solid var(--wpbc-appointment-accent)}.wpbc_booking_appointment__service_image{background:var(--wpbc_form-field-background-color,var(--wpbc-appointment-surface));box-sizing:border-box;display:block;-ms-flex:0 0 54px;flex:0 0 54px;height:54px;overflow:hidden;width:54px;border-radius:50%;border:2px solid var(--wpbc_form-field-background-color,var(--wpbc-appointment-surface));outline:1px solid var(--wpbc-appointment-border)}.wpbc_booking_appointment__service_image img{display:block;height:100%;object-fit:cover;width:100%}.wpbc_booking_appointment__provider_avatar{-ms-flex-align:center;align-items:center;background:var(--wpbc-appointment-provider-avatar-background,var(--wpbc_form-button-light-background-color,#eef0ff));border:1px solid var(--wpbc-appointment-provider-avatar-border-color,var(--wpbc_form-button-light-border-color,var(--wpbc-appointment-border)));border-radius:50%;color:var(--wpbc-appointment-provider-avatar-text-color,var(--wpbc_form-button-light-text-color,#3044a5));display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 44px;flex:0 0 44px;font-weight:600;height:44px;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:44px}.wpbc_booking_appointment__provider_avatar img{display:block;height:100%;object-fit:cover;width:100%}.wpbc_booking_appointment__actions{display:-ms-flexbox;display:flex;gap:10px;-ms-flex-pack:end;justify-content:flex-end;margin-top:20px}.wpbc_booking_appointment__booking_header,.wpbc_booking_appointment__selected{background:var(--wpbc-appointment-surface);background-color:color-mix(in srgb,var(--wpbc-bfb-form-background) 90%,transparent);border:1px solid var(--wpbc-appointment-border);border-radius:var(--wpbc-bfb-form-border-radius,7px);color:var(--wpbc-appointment-surface-text);display:-ms-flexbox;display:flex;margin-bottom:22px;padding:13px 16px}.wpbc_booking_appointment__selected{-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:7px 12px}.wpbc_booking_appointment__booking_header_content>span,.wpbc_booking_appointment__selected>span{color:var(--wpbc-appointment-muted);font-size:12px;text-transform:uppercase}.wpbc_booking_appointment__booking_header small,.wpbc_booking_appointment__selected small{color:var(--wpbc-appointment-muted)}.wpbc_booking_appointment__booking_header{-ms-flex-align:center;align-items:center;gap:16px 24px;-ms-flex-pack:start;justify-content:flex-start}.wpbc_booking_appointment__booking_header_content{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:column;flex-direction:column;min-width:0}.wpbc_booking_appointment__booking_header_image{-ms-flex:0 0 54px;flex:0 0 54px}.wpbc_booking_appointment__booking_header .wpbc_booking_appointment__change{margin-inline-start:auto}.wpbc_booking_appointment__booking_header strong,.wpbc_booking_appointment__selected strong{color:var(--wpbc-appointment-surface-text)}.wpbc_booking_appointment__booking_header strong{font-size:18px;margin:2px 0}.wpbc_booking_appointment__ajax_notice,.wpbc_booking_appointment__notice{background:var(--wpbc-appointment-surface);border:1px solid var(--wpbc-appointment-error);border-left-width:4px;border-radius:var(--wpbc_form-field-border-radius,4px);color:var(--wpbc-appointment-error);padding:12px 14px}.wpbc_booking_appointment__notice--empty{border-color:var(--wpbc-appointment-focus);color:var(--wpbc-appointment-text)}.wpbc_booking_appointment__ajax_notice{margin-top:12px}.wpbc_booking_appointment__notice_action{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.wpbc_booking_appointment__notice_action:focus,.wpbc_booking_appointment__notice_action:hover{color:inherit;text-decoration-thickness:2px}.wpbc_booking_appointment__loading{-ms-flex-align:center;align-items:center;background:var(--wpbc-appointment-surface);background-color:color-mix(in srgb,var(--wpbc-appointment-surface) 98%,transparent);color:var(--wpbc-appointment-surface-text);inset:0;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:9999}.wpbc_booking_appointment__loading:not([hidden]){display:-ms-flexbox;display:flex}.wpbc_booking_appointment__spinner{animation:.8s linear infinite wpbc-appointment-spin;border:2px solid var(--wpbc-appointment-border);border-radius:50%;border-top-color:var(--wpbc-appointment-accent);height:22px;margin-right:9px;width:22px}.wpbc_booking_appointment__fixed_duration_field{display:none!important}.wpbc_booking_appointment .wpbc_booking_appointment__time_notice{display:-ms-flexbox;display:flex;gap:7px;margin:10px 0 0;max-width:100%}.wpbc_booking_appointment .wpbc_booking_appointment__time_notice .menu_icon{-ms-flex:0 0 auto;flex:0 0 auto}@keyframes wpbc-appointment-spin{to{transform:rotate(360deg)}}@media (max-width:600px){.wpbc_booking_appointment__booking_header{-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 16px}.wpbc_booking_appointment__booking_header_image{-ms-flex-preferred-size:48px;flex-basis:48px;height:48px;width:48px}.wpbc_booking_appointment__booking_header .wpbc_booking_appointment__change{-ms-flex:1 0 100%;flex:1 0 100%;margin-inline-start:0;text-align:center}.wpbc_booking_appointment .wpbc_booking_appointment__progress{margin-bottom:22px}.wpbc_booking_appointment .wpbc_booking_appointment__progress_step{font-size:12px;gap:5px}.wpbc_booking_appointment__catalog--explicit-columns .wpbc_booking_appointment__catalog_items,.wpbc_booking_appointment__catalog--explicit-item-width .wpbc_booking_appointment__catalog_items,.wpbc_booking_appointment__choices{grid-template-columns:1fr}.wpbc_booking_appointment__catalog--bounded .wpbc_booking_appointment__catalog_card{max-width:none}}
.wpbc_booking_resource_selector{box-sizing:border-box;margin:0 auto;max-width:860px;position:relative}.wpbc_booking_resource_selector .wpbc_booking_ui_theme_scope,.wpbc_booking_resource_selector__loading{--wpbc-resource-selector-accent:var(--wpbc_form-choice-checked-border-color, #465160);--wpbc-resource-selector-accent-text:var(--wpbc_form-accent-contrast-color, var(--wpbc_form-button-text-color, #fff));--wpbc-resource-selector-border:var(--wpbc_form-field-border-color, #dcdcde);--wpbc-resource-selector-error:var(--wpbc_form-label-error-color, #d63638);--wpbc-resource-selector-focus:var(--wpbc_form-choice-focus-color, var(--wpbc_form-field-focus-border-color, #465160));--wpbc-resource-selector-muted:var(--wpbc_form-label-sublabel-color, #646970);--wpbc-resource-selector-surface:var(--wpbc_form-field-background-color, #fff);--wpbc-resource-selector-surface-text:var(--wpbc_form-field-text-color, #1d2327);--wpbc-resource-selector-text:var(--wpbc_form-label-color, #1d2327);color:var(--wpbc-resource-selector-text)}.wpbc_booking_resource_selector *,.wpbc_booking_resource_selector ::after,.wpbc_booking_resource_selector ::before{box-sizing:border-box}.wpbc_booking_resource_selector:not([data-resource-selector-stage=booking])>.wpbc_booking_resource_selector__stage{background:var(--wpbc-bfb-form-background,#fff);border:var(--wpbc-bfb-form-border-width,1px) solid var(--wpbc-bfb-form-border-color,#ccc);border-radius:var(--wpbc-bfb-form-border-radius,2px);box-shadow:var(--wpbc-bfb-form-box-shadow,rgba(0,0,0,.05) 0 2px 6px 0);padding:var(--wpbc-bfb-form-padding,10px 30px)}.wpbc_booking_resource_selector__progress{-ms-flex-align:start;align-items:start;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0 0 28px;padding:0;width:100%}.wpbc_booking_resource_selector[data-resource-selector-stage=booking]>.wpbc_booking_resource_selector__stage>.wpbc_booking_resource_selector__progress{background:var(--wpbc-bfb-form-background,#fff);border:var(--wpbc-bfb-form-border-width,1px) solid var(--wpbc-bfb-form-border-color,#ccc);border-radius:var(--wpbc-bfb-form-border-radius,2px);box-shadow:var(--wpbc-bfb-form-box-shadow,rgba(0,0,0,.05) 0 2px 6px 0);padding:var(--wpbc-bfb-form-padding,10px 30px)}.wpbc_booking_resource_selector__progress_step{-ms-flex-align:center;align-items:center;color:var(--wpbc-resource-selector-muted);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:13px;gap:7px;line-height:1.35;min-width:0;position:relative;text-align:center}.wpbc_booking_resource_selector__progress_step:not(:last-child)::after{background:var(--wpbc-resource-selector-border);content:"";height:1px;left:calc(50% + 15px);position:absolute;right:calc(-50% + 15px);top:15px}.wpbc_booking_resource_selector__progress_step.is-complete::after{background:var(--wpbc-resource-selector-accent)}.wpbc_booking_resource_selector__progress_number{-ms-flex-align:center;align-items:center;background:var(--wpbc-resource-selector-surface);border:1px solid var(--wpbc-resource-selector-border);border-radius:50%;color:var(--wpbc-resource-selector-surface-text);display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 30px;flex:0 0 30px;font-weight:600;height:30px;-ms-flex-pack:center;justify-content:center;line-height:1;position:relative;width:30px;z-index:1}.wpbc_booking_resource_selector__progress_step.is-active{color:var(--wpbc-resource-selector-text);font-weight:600}.wpbc_booking_resource_selector__progress_step.is-active .wpbc_booking_resource_selector__progress_number,.wpbc_booking_resource_selector__progress_step.is-complete .wpbc_booking_resource_selector__progress_number{background:var(--wpbc-resource-selector-accent);border-color:var(--wpbc-resource-selector-accent);color:var(--wpbc-resource-selector-accent-text)}.wpbc_booking_resource_selector__heading{margin:0 0 18px}.wpbc_booking_resource_selector__heading h3{color:var(--wpbc-resource-selector-text);font-size:24px;line-height:1.25;margin:0 0 5px}.wpbc_booking_resource_selector__heading h3:focus{border-radius:var(--wpbc_form-field-border-radius,8px);box-shadow:0 0 0 2px var(--wpbc_form-field-focus-shadow-color,var(--wpbc-resource-selector-focus));outline:0}.wpbc_booking_resource_selector__heading p{color:var(--wpbc-resource-selector-muted);margin:0}.wpbc_booking_resource_selector__choices{display:grid;gap:var(--wpbc-resource-catalog-column-gap,10px);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.wpbc_booking_resource_catalog{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:14px}.wpbc_booking_resource_catalog__filters{display:grid;gap:10px;grid-template-columns:minmax(0,1fr)}.wpbc_booking_resource_catalog__filters input{background:var(--wpbc-resource-selector-surface);border:1px solid var(--wpbc-resource-selector-border);border-radius:var(--wpbc_form-field-border-radius,6px);color:var(--wpbc-resource-selector-surface-text);font:inherit;min-height:42px;padding:8px 11px;width:100%}.wpbc_booking_resource_catalog__filters input:focus{border-color:var(--wpbc-resource-selector-focus);box-shadow:0 0 0 2px var(--wpbc_form-field-focus-shadow-color,var(--wpbc-resource-selector-focus));outline:0}.wpbc_booking_resource_catalog--list .wpbc_booking_resource_catalog__items{grid-template-columns:minmax(0,1fr)}.wpbc_booking_resource_catalog--explicit-columns .wpbc_booking_resource_catalog__items{grid-template-columns:repeat(var(--wpbc-resource-catalog-items-per-row),minmax(0,1fr))}.wpbc_booking_resource_catalog--explicit-item-width .wpbc_booking_resource_catalog__items{grid-template-columns:repeat(auto-fill,minmax(0,var(--wpbc-resource-catalog-item-track-width)));-ms-flex-pack:start;justify-content:start}.wpbc_booking_resource_catalog--explicit-item-width .wpbc_booking_resource_catalog__card{width:100%}.wpbc_booking_resource_catalog--bounded .wpbc_booking_resource_catalog__items{justify-items:start}.wpbc_booking_resource_catalog--bounded .wpbc_booking_resource_catalog__card{max-width:var(--wpbc-resource-catalog-item-max-width);width:100%}.wpbc_booking_resource_catalog--grid .wpbc_booking_resource_catalog__card{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column;min-height:260px}.wpbc_booking_resource_catalog--grid.wpbc_booking_resource_catalog--without-images .wpbc_booking_resource_catalog__card{min-height:150px}.wpbc_booking_resource_catalog--grid .wpbc_booking_resource_catalog__image{border-radius:calc(var(--wpbc_form-field-border-radius,8px) - 2px);-ms-flex-preferred-size:150px;flex-basis:150px;font-size:24px;height:150px;width:100%}.wpbc_booking_resource_catalog--grid .wpbc_booking_resource_selector__choice_mark{background:var(--wpbc-resource-selector-surface);inset-block-start:25px;inset-inline-end:25px;position:absolute}.wpbc_booking_resource_catalog--grid .wpbc_booking_resource_catalog__body{-ms-flex:1 1 auto;flex:1 1 auto}.wpbc_booking_resource_catalog__card.is-child{border-inline-start:3px solid var(--wpbc-resource-selector-border)}.wpbc_booking_resource_catalog--list .wpbc_booking_resource_catalog__card.is-child{margin-inline-start:28px}.wpbc_booking_resource_catalog__title_line{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px 9px}.wpbc_booking_resource_catalog__hierarchy{background:var(--wpbc_form-button-light-background-color,#eef0ff);border-radius:999px;color:var(--wpbc_form-button-light-text-color,#3044a5);display:-ms-inline-flexbox;display:inline-flex;font-size:11px;font-weight:600;line-height:1.35;padding:2px 8px}.wpbc_booking_resource_catalog__summaries{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px 12px;margin-top:9px}.wpbc_booking_resource_catalog__summary{color:var(--wpbc-resource-selector-muted);font-size:12px;line-height:1.35}.wpbc_booking_resource_catalog__summary--availability::before,.wpbc_booking_resource_catalog__summary--price::before{content:"";display:inline-block;height:6px;margin-inline-end:6px;vertical-align:1px;width:6px}.wpbc_booking_resource_catalog__summary--availability::before{border:1px solid currentColor;border-radius:50%}.wpbc_booking_resource_catalog__summary--price::before{border:1px solid currentColor;border-radius:2px}.wpbc_booking_resource_catalog__empty{background:#f0f6fc;border-inline-start:4px solid #72aee6;margin:0;padding:12px 14px}.wpbc_booking_resource_catalog [hidden]{display:none!important}.wpbc_booking_resource_selector__choice{-ms-flex-align:center;align-items:center;background:var(--wpbc-resource-selector-surface);border:1px solid var(--wpbc-resource-selector-border);border-radius:var(--wpbc_form-field-border-radius,8px);color:var(--wpbc-resource-selector-surface-text);cursor:pointer;display:-ms-flexbox;display:flex;gap:12px;min-height:86px;padding:15px 16px;position:relative;transition:border-color .15s,box-shadow .15s}.wpbc_booking_resource_selector__choice:hover{border-color:var(--wpbc-resource-selector-focus)}.wpbc_booking_resource_selector__choice:focus-within{box-shadow:0 0 0 2px var(--wpbc_form-field-focus-shadow-color,var(--wpbc-resource-selector-focus));outline:0}.wpbc_booking_resource_selector__choice>input{opacity:0;pointer-events:none;position:absolute}.wpbc_booking_resource_selector__choice.is-selected{border-color:var(--wpbc-resource-selector-accent);box-shadow:inset 3px 0 0 var(--wpbc-resource-selector-accent)}[dir=rtl] .wpbc_booking_resource_selector__choice.is-selected{box-shadow:inset -3px 0 0 var(--wpbc-resource-selector-accent)}.wpbc_booking_resource_selector__choice:has(input:checked){border-color:var(--wpbc-resource-selector-accent);box-shadow:inset 3px 0 0 var(--wpbc-resource-selector-accent)}[dir=rtl] .wpbc_booking_resource_selector__choice:has(input:checked){box-shadow:inset -3px 0 0 var(--wpbc-resource-selector-accent)}.wpbc_booking_resource_selector__choice_body{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;min-width:0}.wpbc_booking_resource_selector__choice_body strong{color:var(--wpbc-resource-selector-surface-text);font-size:16px;line-height:1.3}.wpbc_booking_resource_selector__choice_description{color:var(--wpbc-resource-selector-muted);font-size:13px;line-height:1.4;margin-top:3px}.wpbc_booking_resource_selector__resource_icon{-ms-flex-align:center;align-items:center;background:var(--wpbc_form-button-light-background-color,#eef0ff);border:1px solid var(--wpbc_form-button-light-border-color,var(--wpbc-resource-selector-border));border-radius:50%;color:var(--wpbc_form-button-light-text-color,#3044a5);display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 44px;flex:0 0 44px;font-size:12px;font-weight:700;height:44px;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:44px}.wpbc_booking_resource_selector__resource_icon img{height:100%;object-fit:cover;width:100%}.wpbc_booking_resource_selector__choice_mark{border:2px solid var(--wpbc-resource-selector-border);border-radius:50%;-ms-flex:0 0 auto;flex:0 0 auto;height:18px;width:18px}.wpbc_booking_resource_selector__choice input:checked~.wpbc_booking_resource_selector__choice_mark{border:5px solid var(--wpbc-resource-selector-accent)}.wpbc_booking_resource_selector__actions{display:-ms-flexbox;display:flex;gap:10px;-ms-flex-pack:end;justify-content:flex-end;margin-top:20px}.wpbc_booking_resource_selector__booking_header{-ms-flex-align:center;align-items:center;background:var(--wpbc-resource-selector-surface);border:1px solid var(--wpbc-resource-selector-border);border-radius:var(--wpbc-bfb-form-border-radius,7px);color:var(--wpbc-resource-selector-surface-text);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:22px;padding:13px 16px}.wpbc_booking_resource_selector__booking_header>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3px}.wpbc_booking_resource_selector__booking_header span{color:var(--wpbc-resource-selector-muted);font-size:12px;text-transform:uppercase}.wpbc_booking_resource_selector__ajax_notice,.wpbc_booking_resource_selector__notice{background:#fcf0f1;border-left:4px solid var(--wpbc-resource-selector-error);color:var(--wpbc-resource-selector-text);padding:12px 14px}.wpbc_booking_resource_selector__notice--empty{background:#f0f6fc;border-left-color:#72aee6}.wpbc_booking_resource_selector__ajax_notice{margin-top:12px}.wpbc_booking_resource_selector__loading{-ms-flex-align:center;align-items:center;background:rgba(255,255,255,.92);border:1px solid var(--wpbc-resource-selector-border);border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.08);display:-ms-flexbox;display:flex;gap:10px;left:50%;padding:10px 14px;position:absolute;top:22px;-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:20}.wpbc_booking_resource_selector__loading[hidden]{display:none}.wpbc_booking_resource_selector__spinner{animation:.8s linear infinite wpbc-resource-selector-spin;border:2px solid var(--wpbc-resource-selector-border);border-radius:50%;border-top-color:var(--wpbc-resource-selector-accent);height:18px;width:18px}.wpbc_booking_resource_selector.is-loading>.wpbc_booking_resource_selector__stage{opacity:.55;pointer-events:none}@keyframes wpbc-resource-selector-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.wpbc_booking_resource_catalog--explicit-columns .wpbc_booking_resource_catalog__items{grid-template-columns:repeat(2,minmax(0,1fr))}.wpbc_booking_resource_catalog--columns-1 .wpbc_booking_resource_catalog__items{grid-template-columns:minmax(0,1fr)}}@media (max-width:600px){.wpbc_booking_resource_selector:not([data-resource-selector-stage=booking])>.wpbc_booking_resource_selector__stage,.wpbc_booking_resource_selector[data-resource-selector-stage=booking]>.wpbc_booking_resource_selector__stage>.wpbc_booking_resource_selector__progress{padding:16px}.wpbc_booking_resource_selector__booking_header{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;gap:12px}.wpbc_booking_resource_selector__actions{-ms-flex-pack:stretch;justify-content:stretch}.wpbc_booking_resource_selector__actions .wpbc_button{width:100%}.wpbc_booking_resource_catalog--explicit-columns .wpbc_booking_resource_catalog__items,.wpbc_booking_resource_catalog--explicit-item-width .wpbc_booking_resource_catalog__items,.wpbc_booking_resource_catalog__filters,.wpbc_booking_resource_catalog__items{grid-template-columns:minmax(0,1fr)}.wpbc_booking_resource_catalog--list .wpbc_booking_resource_catalog__card.is-child{margin-inline-start:14px}}@media (prefers-reduced-motion:reduce){.wpbc_booking_resource_selector__choice{transition:none}.wpbc_booking_resource_selector__spinner{animation-duration:1.6s}}