/* ----------------------------------------------------------------------------
 * Easy!Appointments - Online Appointment Scheduler
 *
 * @package     EasyAppointments
 * @author      A.Tselegidis <alextselegidis@gmail.com>
 * @copyright   Copyright (c) Alex Tselegidis
 * @license     https://opensource.org/licenses/GPL-3.0 - GPLv3
 * @link        https://easyappointments.org
 * @since       v1.5.0
 * ---------------------------------------------------------------------------- */
root {
  display: block;
}

html,
body {
  height: 100%;
}

#main {
  min-height: 100%;
}

/* BOOK APPOINTMENT WIZARD
 ------------------------------------------------------------------------------ */
#book-appointment-wizard {
  min-height: 480px;
  padding: 0;
  margin: auto;
}

#book-appointment-wizard #header {
  overflow: auto;
  height: auto;
  padding: 20px 15px;
  background: #429a82;
}

#book-appointment-wizard #company-name {
  float: none;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
  margin: 20px 0;
}
#book-appointment-wizard #company-name #company-logo {
  display: block;
  margin: 14px auto;
  max-height: 56px;
}
#book-appointment-wizard #company-name .display-booking-selection {
  color: #225d4d;
  border-right-color: #225d4d !important;
  font-size: 60%;
  font-weight: normal;
}

#book-appointment-wizard #steps {
  float: none;
  display: block;
  overflow: auto;
  margin: 15px auto;
  width: 190px;
}

#book-appointment-wizard #book-appointment-form #book-appointment-submit {
  width: 100%;
  margin-right: 0;
}

#book-appointment-wizard #form-message {
  text-align: center;
  margin-bottom: 30px;
}

#book-appointment-wizard .wizard-frame {
  height: auto;
  padding: 15px;
}

#book-appointment-wizard .wizard-frame .frame-container {
  height: auto;
  min-height: 500px;
  padding: 15px 0;
}

#book-appointment-wizard .frame-container .frame-title {
  font-weight: lighter;
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}

#book-appointment-wizard .frame-container .frame-content {
  float: none;
}

#book-appointment-wizard .wizard-frame .command-buttons {
  float: none;
  margin: 15px auto;
  text-align: center;
}

#book-appointment-wizard .wizard-frame .command-buttons .btn {
  min-width: 120px;
  margin-right: 10px;
}

#book-appointment-wizard .wizard-frame .command-buttons .btn:last-child {
  margin-right: 0;
}

#book-appointment-wizard .wizard-frame .flatpickr-calendar {
  margin: 25px auto;
}

#book-appointment-wizard .wizard-frame #select-time {
  max-width: 288px;
  margin: auto;
  padding: 15px 0;
}

#book-appointment-wizard .book-step {
  display: inline-block;
  height: 35px;
  width: 35px;
  float: left;
  background: #225d4d;
  padding: 8px;
  margin-right: 12px;
  margin-top: 6px;
  border-radius: 0.25rem;
  transition: all 0.3s linear;
}

#book-appointment-wizard .book-step:last-child {
  margin-right: 0;
}

#book-appointment-wizard .book-step strong {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #0bb98d;
  transition: all 0.3s linear;
  cursor: default;
}

#book-appointment-wizard .active-step {
  display: inline-block;
  height: 45px;
  width: 45px;
  float: left;
  background: #fff;
  padding: 7px;
  margin-right: 13px;
  margin-top: 0;
}

#book-appointment-wizard .active-step strong {
  color: #429a82;
  font-size: 21px;
}

#book-appointment-wizard #frame-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #ebeef1;
}

#book-appointment-wizard #available-hours {
  overflow: auto;
  margin: 15px 0;
  padding-right: 10px;
  width: auto;
  max-height: 250px;
}

#book-appointment-wizard #available-hours div {
  margin-right: 30px;
}

#book-appointment-wizard #available-hours .available-hour {
  margin-bottom: 10px;
}

#book-appointment-wizard #available-hours .selected-hour {
  background-color: #439a82;
  border-color: #439a82;
  color: white;
}

#wizard-frame-2 .booking-date-feedback {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #e3ebf5;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 45, 107, 0.06);
  text-align: left;
}

#wizard-frame-2 .booking-date-feedback[hidden] {
  display: none !important;
}

#wizard-frame-2 .booking-date-feedback-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(26, 115, 232, 0.12);
  color: #174ea6;
  line-height: 1;
}

#wizard-frame-2 .booking-date-feedback-icon svg,
#wizard-frame-2 .booking-date-feedback-icon i {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

#wizard-frame-2 .booking-date-feedback-copy {
  min-width: 0;
}

#wizard-frame-2 .booking-date-feedback-title {
  margin-bottom: 3px;
  color: #202124;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

#wizard-frame-2 .booking-date-feedback-text {
  margin: 0;
  color: #5f6368;
  font-size: 0.84rem;
  line-height: 1.5;
}

#wizard-frame-2 .booking-date-feedback-meta {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(26, 115, 232, 0.08);
  color: #174ea6;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

#wizard-frame-2 .booking-date-feedback.is-warning {
  background: #fffaf0;
  border-color: #f3ddab;
  box-shadow: none;
}

#wizard-frame-2 .booking-date-feedback.is-warning .booking-date-feedback-icon {
  background: rgba(234, 134, 0, 0.12);
  color: #b06000;
}

#wizard-frame-2 .booking-date-feedback.is-warning .booking-date-feedback-meta {
  background: rgba(234, 134, 0, 0.12);
  color: #8a4b00;
}

#wizard-frame-2 #select-date .flatpickr-day.booking-available-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):not(.selected) {
  position: relative;
  border-color: rgba(0, 71, 204, 0.18);
  background: rgba(0, 71, 204, 0.08);
  color: #0047cc;
  font-weight: 700;
}

#wizard-frame-2 #select-date .flatpickr-day.booking-available-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):not(.selected)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 999px;
  background: #0047cc;
  box-shadow: 0 0 0 3px rgba(0, 71, 204, 0.12);
}

#wizard-frame-2 #select-date .flatpickr-day.booking-available-day:hover:not(.flatpickr-disabled):not(.selected) {
  background: rgba(0, 71, 204, 0.14);
  border-color: rgba(0, 71, 204, 0.26);
}

#wizard-frame-2 #select-date .flatpickr-day.booking-available-day.today:not(.selected) {
  border-color: #0047cc;
  box-shadow: inset 0 0 0 1px rgba(0, 71, 204, 0.22);
}

#wizard-frame-2 #select-date .flatpickr-day.booking-unavailable-day.flatpickr-disabled:not(.prevMonthDay):not(.nextMonthDay) {
  color: #b3bdc8;
  background: rgba(32, 33, 36, 0.03);
}

#book-appointment-wizard .span3 {
  min-width: 270px; /* This is especially needed for ie8 */
}

#book-appointment-wizard #select-timezone {
  margin-bottom: 15px;
}

#book-appointment-wizard #appointment-details p,
#book-appointment-wizard #customer-details p {
  font-size: 16px;
  line-height: 28px;
}

#book-appointment-wizard #wizard-frame-1 label {
  font-size: 19px;
  margin-bottom: 12px;
}

#book-appointment-wizard #wizard-frame-1 select {
  margin-bottom: 25px;
}

#book-appointment-wizard .captcha-title {
  float: left;
  margin: 7px 0 10px 0;
}

#book-appointment-wizard .captcha-title .fa-sync-alt {
  cursor: pointer;
  transition: all 0.3s linear;
}

#book-appointment-wizard .captcha-title .fa-sync-alt:hover {
  color: #1a865f;
}

#book-appointment-wizard .captcha-image {
  float: left;
  margin-bottom: 20px;
  border-radius: 3px;
}

#book-appointment-wizard .captcha-text {
  width: 100%;
  margin-bottom: 20px;
}

#book-appointment-wizard #service-description {
  overflow-y: auto;
  clear: both;
  max-height: 153px;
  box-shadow: none;
}

#book-appointment-wizard #select-language,
#book-appointment-wizard .backend-link {
  display: block;
  min-width: 120px;
  margin: 15px auto;
  padding: 5px;
}

.popover .popover-title {
  text-align: center;
}

.popover .popover-content #language-list .language {
  margin: 15px 0;
}

#book-appointment-wizard #wizard-frame-4 .frame-container .frame-content {
  max-width: 630px;
}

@media (min-width: 768px) {
  .wrapper {
    min-height: 100vh;
  }
  #book-appointment-wizard {
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: rgba(138, 195, 255, 0.12) 0 1px 5px 0;
  }
  #book-appointment-wizard #company-name {
    text-align: left;
    display: inline-block;
    float: left;
    margin: 0 auto;
    min-width: 400px;
    line-height: 1.4;
  }
  #book-appointment-wizard #company-name #company-logo {
    display: inline-block;
    float: left;
    margin-right: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #book-appointment-wizard #steps {
    display: inline-block;
    float: right;
    margin: 5px auto;
  }
  #book-appointment-wizard .wizard-frame {
    padding: 10px 20px;
  }
  #book-appointment-wizard .wizard-frame .command-buttons {
    display: flex;
    justify-content: space-between;
  }
  #book-appointment-wizard .captcha-title {
    margin-right: 20px;
    margin-top: 7px;
  }
  #book-appointment-wizard .captcha-image {
    float: right;
  }
  #book-appointment-wizard #select-language {
    width: 100px;
    padding: 5px;
    margin: 5px auto;
  }
  #book-appointment-wizard #frame-footer small {
    display: flex;
  }
  #book-appointment-wizard .footer-powered-by,
  #book-appointment-wizard .footer-options {
    width: 50%;
  }
  #book-appointment-wizard .footer-powered-by {
    text-align: left;
    padding: 5px 5px 5px 0;
  }
  #book-appointment-wizard .footer-options {
    text-align: right;
  }
  #book-appointment-wizard #select-language {
    display: inline-block;
  }
  #book-appointment-wizard .backend-link {
    display: inline-block;
    min-width: 120px;
    padding: 5px;
    margin: 5px 0;
  }
}
/* BOOK SUCCESS & MESSAGE
   ------------------------------------------------------------------------- */
#message-frame,
#success-frame {
  background: var(--bs-body-bg);
  text-align: center;
  height: auto;
  border: none;
  padding: 35px;
}

#message-frame .alert,
#success-frame .alert {
  margin-top: 20px;
}

#message-frame #message-icon,
#success-frame #success-icon {
  margin-top: 20px;
  margin-right: 20px;
  width: 64px;
  display: block;
  margin: auto;
  float: none !important;
}

#success-frame .btn {
  margin-bottom: 10px;
  width: 80%;
  max-width: 300px;
}

/* Public Booking Action Colors
   ------------------------------------------------------------------------- */
#book-appointment-wizard .btn-primary,
#message-frame .btn-primary,
#success-frame .btn-primary {
  background-color: #0047CC;
  border-color: #0047CC;
  color: #fff;
}

#book-appointment-wizard .btn-primary:hover,
#book-appointment-wizard .btn-primary:focus,
#book-appointment-wizard .btn-primary:active,
#message-frame .btn-primary:hover,
#message-frame .btn-primary:focus,
#message-frame .btn-primary:active,
#success-frame .btn-primary:hover,
#success-frame .btn-primary:focus,
#success-frame .btn-primary:active {
  background-color: #003399;
  border-color: #003399;
  color: #fff;
  box-shadow: none;
}

#book-appointment-wizard .btn-outline-primary,
#message-frame .btn-outline-primary,
#success-frame .btn-outline-primary {
  background-color: transparent;
  border-color: #0047CC;
  color: #0047CC;
}

#book-appointment-wizard .btn-outline-primary:hover,
#book-appointment-wizard .btn-outline-primary:focus,
#book-appointment-wizard .btn-outline-primary:active,
#message-frame .btn-outline-primary:hover,
#message-frame .btn-outline-primary:focus,
#message-frame .btn-outline-primary:active,
#success-frame .btn-outline-primary:hover,
#success-frame .btn-outline-primary:focus,
#success-frame .btn-outline-primary:active {
  background-color: #E8F0FE;
  border-color: #0047CC;
  color: #003399;
  box-shadow: none;
}

@media (min-width: 768px) {
  #message-frame,
  #success-frame {
    height: 100%;
  }
}
/* PUBLIC MESSAGE EXPERIENCE
   ------------------------------------------------------------------------- */
body.message-shell {
  min-height: 100%;
  background: radial-gradient(circle at top left, rgba(26, 115, 232, 0.18), transparent 26rem), radial-gradient(circle at top right, rgba(15, 45, 107, 0.12), transparent 24rem), linear-gradient(180deg, #f7faff 0%, #f5f7fb 100%);
  color: #202124;
  font-family: "Roboto", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.message-shell .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

body.message-shell #main {
  min-height: auto;
}

.message-layout {
  position: relative;
  min-height: 100vh;
  padding: 28px 16px 40px;
  overflow: hidden;
}

.message-shell-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.message-shell-orb-start {
  top: 20px;
  left: -100px;
  width: 260px;
  height: 260px;
  background: rgba(26, 115, 232, 0.14);
}

.message-shell-orb-end {
  top: 40px;
  right: -80px;
  width: 220px;
  height: 220px;
  background: rgba(15, 45, 107, 0.12);
}

.message-topbar {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.message-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.message-brand-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(219, 227, 238, 0.9);
  box-shadow: 0 12px 30px rgba(15, 45, 107, 0.08);
}

.message-brand-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.message-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.message-brand-label {
  color: #5f6368;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.message-brand-copy strong {
  color: #202124;
  font-size: 1.08rem;
  font-weight: 600;
}

.message-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #1a73e8;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #dbe3ee;
  box-shadow: 0 8px 18px rgba(15, 45, 107, 0.06);
  transition: all 0.2s ease;
}

.message-topbar-link:hover {
  color: #1558b0;
  background: #ffffff;
  transform: translateY(-1px);
}

body.message-shell #message-frame,
body.message-shell #success-frame {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none !important;
  box-shadow: none;
  text-align: left;
}

.public-message-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dbe3ee;
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(15, 45, 107, 0.08), 0 8px 20px rgba(32, 33, 36, 0.05);
}

.public-message-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #0f2d6b 0%, #1a73e8 70%, #8ab4f8 100%);
}

.public-message-hero {
  padding: 32px 32px 26px;
  background: linear-gradient(180deg, rgba(232, 240, 254, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

.public-message-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #dbe3ee;
  color: #174ea6;
  font-size: 0.9rem;
  font-weight: 600;
}

.public-message-badge .material-symbols-outlined {
  font-size: 20px;
}

.public-message-hero-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.95fr);
  gap: 20px;
  align-items: start;
}

.public-message-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.public-message-heading-copy h1 {
  margin: 0 0 12px;
  color: #202124;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.public-message-lead {
  margin: 0;
  color: #3c4043;
  font-size: 1rem;
  line-height: 1.7;
}

.public-message-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  padding: 14px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  box-shadow: 0 12px 28px rgba(15, 45, 107, 0.08);
}

.public-message-icon-wrap #success-icon,
.public-message-icon-wrap #message-icon {
  width: 56px;
  height: 56px;
  margin: 0;
}

.public-message-body {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.9fr);
  gap: 24px;
  padding: 0 32px 32px;
}

.public-message-section,
.public-message-support-card {
  border-radius: 24px;
}

.public-message-section {
  padding: 24px;
  background: #f8fafd;
  border: 1px solid #e8edf5;
}

.public-message-section-header {
  margin-bottom: 18px;
}

.public-message-section-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  color: #174ea6;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-message-section-header p {
  margin: 0;
  color: #5f6368;
  line-height: 1.7;
}

.public-message-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.public-message-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 20px;
}

.public-message-detail .material-symbols-outlined {
  font-size: 22px;
  color: #1a73e8;
}

.public-message-detail-label {
  display: block;
  margin-bottom: 4px;
  color: #5f6368;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-message-detail-value {
  display: block;
  color: #202124;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.public-message-actions-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.public-message-support-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  border: 1px solid #dbe3ee;
}

.public-message-support-card .material-symbols-outlined {
  font-size: 24px;
  margin-top: 2px;
}

.public-message-support-card h2 {
  margin: 0 0 6px;
  color: #202124;
  font-size: 1.05rem;
  font-weight: 600;
}

.public-message-support-card p {
  margin: 0;
  color: #5f6368;
  line-height: 1.7;
}

.public-message-support-card-soft {
  background: rgba(255, 255, 255, 0.86);
}

.public-message-support-card-soft .material-symbols-outlined {
  color: #1a73e8;
}

.public-message-support-card-strong {
  background: linear-gradient(135deg, #0f2d6b 0%, #17438f 100%);
  border-color: transparent;
}

.public-message-support-card-strong h2,
.public-message-support-card-strong p,
.public-message-support-card-strong .material-symbols-outlined {
  color: #ffffff;
}

.public-message-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.public-message-actions-center {
  align-items: center;
}

body.message-shell #message-frame .btn,
body.message-shell #success-frame .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 22px;
  border-radius: 18px;
  font-size: 0.98rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

body.message-shell #message-frame .btn .material-symbols-outlined,
body.message-shell #success-frame .btn .material-symbols-outlined {
  font-size: 20px;
}

body.message-shell #message-frame .btn-primary,
body.message-shell #success-frame .btn-primary {
  box-shadow: 0 10px 24px rgba(26, 115, 232, 0.18);
}

body.message-shell #message-frame .btn-primary:hover,
body.message-shell #message-frame .btn-primary:focus,
body.message-shell #success-frame .btn-primary:hover,
body.message-shell #success-frame .btn-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(21, 88, 176, 0.22);
}

body.message-shell #message-frame .btn-light,
body.message-shell #success-frame .btn-light {
  color: #202124;
  background: #ffffff;
  border: 1px solid #dbe3ee;
}

body.message-shell #message-frame .btn-light:hover,
body.message-shell #message-frame .btn-light:focus,
body.message-shell #success-frame .btn-light:hover,
body.message-shell #success-frame .btn-light:focus {
  color: #174ea6;
  background: #e8f0fe;
  border-color: #aecbfa;
  box-shadow: 0 12px 24px rgba(26, 115, 232, 0.08);
}

.public-message-card-simple {
  max-width: 760px;
  margin: 0 auto;
}

.public-message-simple-inner {
  padding: 48px 36px;
  text-align: center;
}

.public-message-simple-inner .public-message-badge {
  margin: 20px auto 0;
}

.public-message-simple-inner h1 {
  margin: 18px 0 14px;
  color: #202124;
  font-size: 1.92rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.public-message-simple-inner .public-message-lead {
  max-width: 36rem;
  margin: 0 auto;
}

.public-message-simple-inner .public-message-actions {
  max-width: 360px;
  margin: 28px auto 0;
}

@media (max-width: 991.98px) {
  .message-topbar {
    margin-bottom: 22px;
  }
  .public-message-hero-grid,
  .public-message-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .message-layout {
    padding: 18px 12px 28px;
  }
  .message-topbar {
    flex-direction: column;
    align-items: stretch;
  }
  .message-topbar-link {
    justify-content: center;
  }
  .public-message-card {
    border-radius: 24px;
  }
  .public-message-hero,
  .public-message-body {
    padding-left: 18px;
    padding-right: 18px;
  }
  .public-message-hero {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .public-message-body {
    padding-bottom: 20px;
  }
  .public-message-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .public-message-heading-copy h1,
  .public-message-simple-inner h1 {
    font-size: 1.52rem;
  }
  .public-message-summary-grid {
    grid-template-columns: 1fr;
  }
  .public-message-simple-inner {
    padding: 34px 20px;
  }
}
/* CANCEL APPOINTMENT
   ------------------------------------------------------------------------- */
.booking-header-bar {
  padding: 15px 0;
  margin: 0;
  background: #f3f2e7;
  border-bottom: 1px solid #e4e1c9;
  text-align: center;
}

.ui-dialog .ui-dialog-title {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .booking-header-bar {
    padding: 15px 0;
    margin: 0;
    background: #f3f2e7;
    border-bottom: 1px solid #e4e1c9;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  #wizard-frame-2 .booking-date-feedback {
    gap: 10px;
    padding: 12px 13px;
    border-radius: 14px;
  }
  #wizard-frame-2 .booking-date-feedback-icon {
    width: 30px;
    height: 30px;
  }
  #wizard-frame-2 .booking-date-feedback-title {
    font-size: 0.88rem;
  }
  #wizard-frame-2 .booking-date-feedback-text {
    font-size: 0.8rem;
  }
  #wizard-frame-2 .booking-date-feedback-meta {
    font-size: 0.72rem;
  }
}
