# booking/11.8/includes/page-setup/_src/setup_page.css

Booking Calendar, version 11.8. 543 lines.

- Page: https://pluginprobe.com/plugins/booking/11.8/code/includes/page-setup/_src/setup_page.css
- Raw: https://pluginprobe.com/plugins/booking/11.8/raw/includes/page-setup/_src/setup_page.css
- Modified: 2026-08-04T08:52:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/booking/11.8/code/includes/page-setup/_src/setup_page.css#L10-L20`.

```css
/* ------------------------------------------------------------------------------------------------------------------ */
/* Hide Top Menu bar  for Submenu items,  if we do not use the left navigation  menu */
.wpbc_top_tabs_sub_menu {
  display: none;
}
/* Hide Top Right Banner for purchase with  discount in Setup  page */
.wpbc_header_news {
    display: none !important;
}
/* Loader Spinner and Text for Main Container (including calendar) */
.wpbc_calendar_loading {
    width:95%;
    text-align: center;
    margin:2em 0;
    font-size: 1.2em;
    font-weight: 600;
}
.wpbc_calendar_loading .wpbc_icn_autorenew::before{
    font-size: 1.2em;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/*  ==  Page Sections Structure  ==     */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc_ajx_page__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0 0;
}
  .wpbc_ajx_page__container .wpbc_ajx_page__section_left {
    flex: 0 1 200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 30px 10px 0;
  }
  .wpbc_ajx_page__container .wpbc_ajx_page__section_main {
    flex: 1 1 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 10px;
  }
  .wpbc_ajx_page__container .wpbc_ajx_page__section_right {
    flex: 0 0 280px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 10px 30px;
  }
  .wpbc_ajx_page__container .wpbc_ajx_page__section_footer{
    flex: 1 1 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px 0;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/*  ==  Ordering and Size on Mobile  ==     */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 960px) {
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_left {
        flex: 1 1 100%;
        margin: 20px 0;
        order: 3
    }
}
@media (max-width: 782px) {
    .wpbc_ajx_page__container .wpbc_ajx_page__section {
        flex: 1 1 100%;
        margin: 0 0 20px 0;
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_right {
        order: 1
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_main {
        order: 2
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_left {
        order: 3
    }
    .wpbc_ajx_page__container .wpbc_setup_wizard_page__section_footer{
        order: 99;
    }
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* == Main Section Div == */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc__container_place__footer_buttons,
.wpbc_page_main_section.wpbc_container_booking_form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 85%;

  margin: 0 auto;
  margin-top:-15px;

  font-size: 15px;
  line-height: 175%;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* == Footer Section Div == */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc__container_place__footer_buttons{
    margin-top:10px;
}
.wpbc__container_place__footer_buttons .wpbc__form__div {
    width:100%;
}
/* Keep native WordPress buttons aligned without replacing the active admin color scheme. */
.wpbc_setup_wizard_page__section_footer .wpbc_container .button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* required for rotating around center dot */
.wpbc_setup_wizard_page__section_footer .wpbc_container .button .wpbc_spin{
    line-height: 50%;
    align-self: center;
}

/* Keep full-screen wizard navigation visible while the current step scrolls. */
body.wpbc_admin_full_screen .wpbc_ajx_page__container {
    padding-bottom: 50px;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer {
    position: fixed;
    z-index: 100001;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: auto;
    margin: 0;
    padding: 12px 7.5vw;
    background: #fff;
    border-top: 1px solid #dcdcde;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.08);
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer .wpbc__container_place__footer_buttons {
    margin-top: 0;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer .wpbc__form__div > hr {
    display: none;
}
.wpbc__row.wpbc_setup_wizard_page__section_footer .wpbc_container {
    justify-content: flex-end;
    align-self: center;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer div.wpbc__field {
    margin: 0;
}
/* Keep wizard-level actions on the left and step navigation on the right in every full-screen step. */
body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_row {
    width: 100%;
    align-items: center;
    gap: 16px;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_links {
    flex: 1 1 280px;
    display: flex;
    align-items: center;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_links .wpbc_exit_link_small {
    margin: 0;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px 18px;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_links .wpbc_exit_link_small a {
    margin: 0;
    font-size: 12px;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.71428571;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer #btn__toolbar__buttons_prior {
    margin-left: auto !important;
    margin-right: 10px !important;
}
body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer #btn__toolbar__buttons_next {
    margin: 0 !important;
}
@media screen and (max-width: 782px) {
    .wpbc__container_place__footer_buttons.wpbc_container.wpbc_container_booking_form {
      flex: 1 1 100%;
    }
    body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer {
        max-height: 45vh;
        overflow-y: auto;
        padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    }
    body.wpbc_admin_full_screen .wpbc_setup_wizard_page__section_footer .button {
        min-height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }
    body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_row {
        gap: 8px;
    }
    body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_links,
    body.wpbc_admin_full_screen .wpbc_setup_wizard_navigation_actions {
        flex: 1 1 100%;
    }
}

.wpbc_setup_wizard_page_note {
    font-size: 11px;
    line-height: 2;
}
.wpbc__row.wpbc_setup_wizard_accept_send_row {
	max-width: 100%;
	align-items: flex-start;
}
.wpbc__row.wpbc_setup_wizard_accept_send_row .wpbc__field.wpbc_setup_wizard_accept_send_actions .wpbc_exit_link_small a{
   font-size: 11px;
}
.wpbc_setup_wizard_accept_send_row > .wpbc__field:first-child {
	flex: 1 1 440px;
}
.wpbc_setup_wizard_accept_send_row .wpbc_setup_wizard_accept_send_actions {
	flex: 1 1 50% !important;
	margin: 0;
}
.wpbc_setup_wizard_accept_send_row .wpbc_setup_wizard_accept_send_actions .wpbc_exit_link_small {
	margin: 0;
	padding: 0;
	flex-flow: row wrap;
	gap: 10px;
	justify-content: flex-end;
	align-items: flex-start;
}
.wpbc_setup_wizard_page_container .wpbc_container_booking_form .wpbc__field .wpbc_ui_radio_choice label:not(.wpbc_static_text):hover {
	display: inline;

}

.wpbc_setup_wizard_accept_send_row .wpdev-list-item {
    display: flex;
    align-items: flex-start;
}
.wpbc_setup_wizard_accept_send_row .wpdev-checkbox {
    margin-top: 3px !important;
}
div.wpbc_container.wpbc_form .wpbc_setup_wizard_accept_send_row .wpdev-list-item {
   display:flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start
}
div.wpbc_container.wpbc_form .wpbc_setup_wizard_accept_send_row .wpdev-list-item > input[type="checkbox"] + .wpdev-list-item-label,
div.wpbc_container.wpbc_form .wpbc_setup_wizard_accept_send_row label.wpdev-list-item-label {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 2;
}

/* Small  links at  the bottom  of the wizard */
.wpbc_exit_link_small {
    width:100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}
.wpbc_exit_link_small a {
  font-size:14px;
  color:#888;
  text-decoration:underline;
}
.wpbc_exit_link_small a:active,
.wpbc_exit_link_small a:hover {
  color:#555;
  text-decoration:underline;
}
.wpbc_exit_link_small a.wpbc_button_danger {
  color: #c18e8e;
}
.wpbc_exit_link_small a.wpbc_button_danger:active,
.wpbc_exit_link_small a.wpbc_button_danger:hover {
  color:#e65d59;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Timeline Steps: moved  -> ../includes/__css/client/form__steps_timeline.css */
/* ------------------------------------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------------------------------------ */
/* Sections Content: */
/* ------------------------------------------------------------------------------------------------------------------ */

.wpbc_swp_section h1.wpbc_swp_section_header {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
    width: 100%;
}

.wpbc_swp_section p.wpbc_swp_section_header_description {
    font-size: 12px;
    margin-top: 0;
}

.wpbc_swp_section__welcome h1.wpbc_swp_section_header {
    text-align: center;
    margin: 0 auto 10px;
}
div.wpbc_container.wpbc_form .wpbc_swp_section label {
    margin: 15px 0 8px;
}
.wpbc_swp_section__welcome  .wpbc_container_booking_form .wpbc__field label:not(.wpbc_static_text),
.wpbc_swp_section__welcome .wpbc_container_booking_form .wpbc__field label:not(.wpbc_static_text):hover {
  display: inline-flex;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* TODO: delete this */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ==  Section  Windows  ==  */
/* ------------------------------------------------------------------------------------------------------------------ */

.wpbc_widgets {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.wpbc_widgets .wpbc_widget {
    margin: 0 0 20px;
    width: 100%;
    flex: 1 1 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 2px 2px;
}
.wpbc_widget .wpbc_widget_header {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-weight: 600;
  text-shadow: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.wpbc_widget .wpbc_widget_header .wpbc_widget_header_text {
  flex: 1 1 auto;
  padding: 0 15px;
}
.wpbc_widget .wpbc_widget_header .wpbc_widget_header_settings_link {
  flex: 0 0 auto;
  margin-left: auto;
  border-left: 1px solid #ccc;
  padding: 5px 10px;
  color: #0e70b7;
}
.wpbc_widget .wpbc_widget_content {
  padding: 10px 15px;
}
.wpbc_widget_preview_booking_form.wpbc_widget .wpbc_widget_content {
  padding-bottom: 70px;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* ==  Container for shortcodes      ==     e.g.:   [booking resource_id=1]     */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc_shortcode_container {
    width: 100%;
    max-width: 880px;
    min-width: 341px;
    margin: auto;
    /*margin-top: calc(-1.7em - calc(0.25em + 8px));*/
}
/* Stripes Background */
.wpbc_widget_preview_booking_form .wpbc_widget_content {
    /*background: repeating-linear-gradient(135deg, #fff, #fff 4px, #eaeaeb 4px, #eaeaeb 8px);*/
    /*background: repeating-linear-gradient(135deg, #fff, #fff 4px, #f5f5ef 4px, #f5f5cf 8px);*/
    /*background: repeating-linear-gradient(-45deg, #eee 0 3px, var(--wpbc_cal-main-background-color,#fff) 3px 8px);*/
    /*background: repeating-linear-gradient(-45deg, #f9f8f7 0 7px, var(--wpbc_cal-main-background-color,#fff) 7px 12px);*/
    /*background: repeating-linear-gradient(-45deg, #f9f9f8 0 3px, var(--wpbc_cal-main-background-color,#fff) 3px 5px);*/
    background: repeating-linear-gradient(-45deg,#f9f9f8 0 3px, #fff 3px 5px);
}
/* Mobile Buttons */
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_a{
    text-decoration: none;
    outline: none;
    box-shadow: none;
    margin: 0 5px;
    color: #6b96ce;
}
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_a.active,
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_a.active:focus{
    color: #52595f;
}
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_a:hover,
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_a:focus {
    color: #2f76d3;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_icon::before{
    font-size: 20px;
}
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_icon.wpbc-bi-display::before,
.wpbc_section_preview_mobile_btn_bar .wpbc_preview_icon.wpbc_icn_computer::before{
    font-size: 21px;
}
.wpbc_message_wrapper.wpbc__version__free {
  /*display: none;*/
}
/* Dark  theme */
.wpbc_center_preview.wpbc_theme_dark_1,
.wpbc_widget_preview_booking_form .wpbc_widget_content.wpbc_theme_dark_1     {
    /*Black Color*/
    background: #272727;
    background: repeating-linear-gradient(-45deg, #383838 0 3px,#2f2f2f 3px 5px);
    color:#fff;
}

.wpbc_widget_preview_booking_form .wpbc_widget_content.wpbc_theme_dark_1 .wpbc-settings-notice {
    color: #d7d7ca;
    background: #595959;
    box-shadow: 0 1px 3px #313131;
    border: 0;
    border-left: 4px solid #9580aa;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ==  Section  for Appointment type selection  at Step #4 ==  */
/* ------------------------------------------------------------------------------------------------------------------ */
.wpbc_swp_section__bookings_types {
	width: 100%;
}
.wpbc_setup_wizard_page_container .wpbc_swp_section__bookings_types {
	max-width: 960px;
}
.wpbc_setup_mode_choices {
	gap: 16px;
}
.wpbc_setup_mode_choice {
	display: flex;
	flex: 1 1 260px;
	max-width: 300px;
}
.wpbc_setup_mode_choice > .wpbc_ui_radio_container {
	width: 100%;
	max-width: none;
	margin: 10px 0;
}
.wpbc_setup_preferences_heading_row {
	margin-top: 28px;
}
.wpbc_swp_section h2.wpbc_setup_preferences_heading {
	width: 100%;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
}
.wpbc_setup_booking_type_choices {
	gap: 16px;
}
.wpbc_setup_booking_type_choice {
	display: flex;
	flex: 1 1 420px;
	max-width: 440px;
}
.wpbc_setup_booking_type_choice > .wpbc_ui_radio_container {
	width: 100%;
	max-width: none;
	margin: 10px 0;
}
.wpbc_setup_appointment_mode_configuration {
	display: flex;
	justify-content: center;
	width: 100%;
}
.wpbc_setup_appointment_summary_plate {
	width: 100%;
	max-width: 440px;
	margin: 10px 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 0 2px var(--wp-admin-theme-color, #007cba);
}
.wpbc_setup_appointment_summary_copy {
	padding: 16px;
}
.wpbc_setup_appointment_summary_copy strong {
	font-size: 15px;
}
.wpbc_setup_appointment_summary_copy p {
	margin: 8px 0 0;
}
.wpbc_setup_appointment_summary_plate .booking_timeslot_picker__get_on_off {
	padding-top: 16px;
	border-top: 1px solid #e8e8e8;
}
.wpbc_setup_appointment_summary_plate .booking_timeslot_picker__get_on_off select {
	width: 100%;
}
.wpbc_container_booking_form .wpbc__field .wpbc_ui_booking_timeslot_picker__get_on_off__div {
	padding-left: 15px;
}

.wpbc_container_booking_form .wpbc__field .booking_appointments_type__get_on_off label.wpbc-form-radio,
.wpbc_container_booking_form .wpbc__field .booking_appointments_type__get_on_off label.wpbc-form-radio:hover{
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0;
	font-weight: 400;
}
.wpbc_container_booking_form .wpbc__field .booking_appointments_type__get_on_off .wpbc-form-radio input {
	margin: 0 10px 0 5px;
}

```
