# booking/11.8.4/includes/page-setup/_out/setup_first_run_popup.css

Booking Calendar, version 11.8.4. 334 lines.

- Page: https://pluginprobe.com/plugins/booking/11.8.4/code/includes/page-setup/_out/setup_first_run_popup.css
- Raw: https://pluginprobe.com/plugins/booking/11.8.4/raw/includes/page-setup/_out/setup_first_run_popup.css
- Modified: 2026-09-12T17:01:30+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.4/code/includes/page-setup/_out/setup_first_run_popup.css#L10-L20`.

```css
.wpbc_setup_wizard_first_run_popup .modal-dialog {
  box-sizing: border-box;
  margin: 8vh auto 30px;
  max-width: calc(100vw - 30px);
  width: 825px
}
.wpbc_setup_wizard_first_run_popup .modal-content {
  border: 0;
  border-radius: 9px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  overflow: hidden;
  position: relative
}
.wpbc_setup_wizard_first_run_popup__close {
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  color: #50575e;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 40px;
  z-index: 2
}
.wpbc_setup_wizard_first_run_popup__close:hover {
  color: var(--wp-admin-theme-color-darker-10)
}
.wpbc_setup_wizard_first_run_popup__close span {
  font-size: 30px
}
.wpbc_setup_wizard_first_run_popup__close:focus-visible {
  box-shadow: 0 0 0 2px #fff,0 0 0 4px #2271b1;
  outline: transparent solid 2px
}
.rtl .wpbc_setup_wizard_first_run_popup__close {
  left: 14px;
  right: auto
}
.wpbc_setup_wizard_first_run_popup .wpbc_setup_wizard_first_run_popup__body {
  background: #fff;
  box-sizing: border-box;
  padding: 34px 54px 40px;
  text-align: center
}
.wpbc_setup_wizard_first_run_popup__logo {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 18px;
  min-height: 96px;
  min-width: 96px
}
.wpbc_setup_wizard_first_run_popup h2 {
  color: #101517;
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.2;
  margin: 0 0 13px
}
.wpbc_setup_wizard_first_run_popup__description {
  color: #3c434a;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 auto 22px;
  padding: 5px 0 35px
}
.wpbc_setup_wizard_first_run_popup__notice {
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f3f7ff;
  border: 1px solid #d7e3fb;
  border-radius: 5px;
  box-sizing: border-box;
  color: #2c3338;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 12px;
  line-height: 1.55;
  margin: 0 auto 24px;
  max-width: 620px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 16px
}
.wpbc_setup_wizard_first_run_popup__notice .wpbc_icn_info_outline {
  color: #3858e9
}
.wpbc_setup_wizard_first_run_popup__actions {
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dcdcde;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 12px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 565px;
  padding: 24px 0 0
}
.wpbc_setup_wizard_first_run_popup__actions .button-hero {
  font-size: 16px;
  line-height: 2.45;
  min-width: 190px;
  padding: 0 24px
}
.wpbc_setup_wizard_first_run_popup__later {
  color: #646970;
  font-size: 12px;
  line-height: 1.5;
  margin: 20px auto 0;
  padding: 20px 0 0
}
.wpbc_setup_wizard_booking_pages_popup .modal-dialog {
  margin-top: 2vh;
  width: 1180px
}
.wpbc_setup_wizard_booking_pages_popup .wpbc_setup_wizard_booking_pages_popup__body {
  max-height: calc(96vh - 30px);
  overflow-y: auto;
  padding: 28px 46px 34px
}
.wpbc_setup_wizard_booking_pages_popup__brand {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px
}
.wpbc_setup_wizard_booking_pages_popup__brand_text {
  -ms-flex-align: start;
  align-items: flex-start;
  color: #41464b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  line-height: 1;
  text-align: left
}
.wpbc_setup_wizard_booking_pages_popup__brand_name {
  font-size: 20px
}
.wpbc_setup_wizard_booking_pages_popup__brand_prefix {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .04em;
  margin: 3px 0 0 1px
}
.rtl .wpbc_setup_wizard_booking_pages_popup__brand_text {
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right
}
.wpbc_setup_wizard_booking_pages_popup h2 {
  font-size: 32px;
  margin-bottom: 12px
}
.wpbc_setup_wizard_booking_pages_popup .wpbc_setup_wizard_first_run_popup__description {
  margin-bottom: 24px
}
.wpbc_setup_wizard_booking_pages_popup__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 0 auto 24px;
  max-width: 1088px;
  text-align: left
}
.wpbc_setup_wizard_booking_pages_popup__card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  overflow: hidden
}
.wpbc_setup_wizard_booking_pages_popup__image {
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 16/9;
  background: #f8f9fa;
  border-bottom: 1px solid #dcdcde;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
  width: 100%
}
.wpbc_setup_wizard_booking_pages_popup__image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  width: 100%
}
.wpbc_setup_wizard_booking_pages_popup__card_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 150px;
  padding: 20px 22px 22px
}
.wpbc_setup_wizard_booking_pages_popup__card h3 {
  color: #1d2327;
  font-size: 19px;
  font-weight: 550;
  line-height: 1.3;
  margin: 0 0 8px
}
.wpbc_setup_wizard_booking_pages_popup__card p {
  color: #50575e;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 18px
}
.wpbc_setup_wizard_booking_pages_popup__card .button {
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto auto 0
}
.wpbc_setup_wizard_booking_pages_popup__card .button > [aria-hidden=true] {
  margin-left: 5px
}
.rtl .wpbc_setup_wizard_booking_pages_popup__card .button > [aria-hidden=true] {
  margin-left: 0;
  margin-right: 5px
}
.wpbc_setup_wizard_booking_pages_popup__notice {
  margin-bottom: 22px;
  max-width: 1088px
}
.wpbc_setup_wizard_booking_pages_popup__actions {
  max-width: 1088px;
  padding-top: 22px
}
.wp-admin .modal-backdrop.wpbc_setup_wizard_first_run_popup__backdrop.in {
  background: #111820;
  display: block;
  opacity: .58
}
@media (max-width:1100px) and (min-width:783px) {
  .wpbc_setup_wizard_booking_pages_popup__cards {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
}
@media (max-width:782px) {
  .wpbc_setup_wizard_first_run_popup .modal-dialog {
    margin: 20px auto;
    width: calc(100vw - 24px)
  }
  .wpbc_setup_wizard_first_run_popup .wpbc_setup_wizard_first_run_popup__body {
    padding: 30px 22px 32px
  }
  .wpbc_setup_wizard_first_run_popup__close {
    right: 8px;
    top: 8px
  }
  .wpbc_setup_wizard_first_run_popup h2 {
    font-size: 25px
  }
  .wpbc_setup_wizard_first_run_popup__description {
    font-size: 15px
  }
  .wpbc_setup_wizard_first_run_popup__actions {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .wpbc_setup_wizard_first_run_popup__actions .button-hero {
    width: 100%
  }
  .wpbc_setup_wizard_booking_pages_popup .modal-dialog {
    margin: 12px auto
  }
  .wpbc_setup_wizard_booking_pages_popup .wpbc_setup_wizard_booking_pages_popup__body {
    max-height: calc(100vh - 24px);
    padding: 24px 14px 26px
  }
  .wpbc_setup_wizard_booking_pages_popup__brand {
    margin-bottom: 16px
  }
  .wpbc_setup_wizard_booking_pages_popup__cards {
    gap: 16px;
    grid-template-columns: minmax(0,1fr)
  }
  .wpbc_setup_wizard_booking_pages_popup__image {
    padding: 12px
  }
  .wpbc_setup_wizard_booking_pages_popup__card_content {
    min-height: 0;
    padding: 18px
  }
}
@media (prefers-reduced-motion:reduce) {
  .wpbc_setup_wizard_first_run_popup,
  .wpbc_setup_wizard_first_run_popup__backdrop {
    transition: none!important
  }
}
```
