.customer-portal .header .buttons_header {
  box-sizing: border-box;
  min-height: 34px;
  padding: 0 10px;
}

.customer-portal .header .buttons_header a {
  height: 100%;
  min-height: 30px;
  width: 100%;
}

.customer-portal .header .buttons_header a p {
  align-items: center;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}

.customer-portal .header .buttons_header a p i {
  flex: 0 0 auto;
  padding: 0 7px 0 0;
}

.customer-portal .header .header-nav .header_top_menu {
  gap: 12px;
}

.customer-portal .header .header-nav .header_top_menu .view_cart,
.customer-portal .header .header-nav .customer_portal {
  margin: 0;
  min-height: 34px;
  width: auto;
}

.customer-portal .header .header-nav .header_top_menu .view_cart {
  min-width: 116px;
}

.customer-portal .header .header-nav .customer_portal {
  min-width: 178px;
}

.customer-portal .portal-hero {
  align-items: center;
  background: url('/img/woman_header.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-bottom: 4px solid #000;
  border-top: 4px solid #000;
  display: flex;
  min-height: 190px;
  margin-bottom: 35px;
  padding: 30px 40px;
}

.customer-portal .portal-hero .portal-hero-message {
  color: #231f20;
  margin-left: 250px;
  max-width: 760px;
  text-align: center;
  width: calc(100% - 250px);
}

.customer-portal .portal-hero .portal-hero-message span {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}

.customer-portal .portal-hero .portal-hero-message strong {
  display: block;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}

.customer-portal .portal-auth-section,
.customer-portal .portal-panel-section {
  border-bottom: 4px solid #231f20;
  margin-bottom: 35px;
  padding: 0 15px 45px;
  text-align: center;
}

.customer-portal .portal-heading {
  background: #231f20;
  border-radius: 12px;
  color: #c1d82f;
  display: inline-block;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 auto 30px;
  padding: 16px 38px 12px;
}

.customer-portal .portal-heading.portal-heading-wide {
  max-width: 100%;
}

.customer-portal .portal-intro {
  font-size: 1.35rem;
  line-height: 1.35;
  margin: 0 auto 28px;
  max-width: 760px;
}

.customer-portal .portal-alert {
  border: 2px solid #000;
  border-radius: 8px;
  font-weight: bold;
  margin: 0 auto 24px;
  max-width: 720px;
  padding: 12px 18px 9px;
  text-align: left;
}

.customer-portal .portal-alert ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.customer-portal .portal-alert-success {
  background: #edf3cf;
}

.customer-portal .portal-alert-error {
  background: #f1b1b1;
}

.customer-portal .portal-enter-icon {
  background: #0073c8;
  border: 3px solid #231f20;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  height: 100px;
  justify-content: center;
  line-height: 1;
  margin: 0 auto 28px;
  width: 120px;
}

.customer-portal .portal-enter-icon .fa {
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.customer-portal .portal-form {
  margin: 0 auto;
  max-width: 560px;
}

.customer-portal .portal-form .portal-form-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 190px 1fr;
  margin-bottom: 18px;
}

.customer-portal .portal-form label {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  margin: 0;
  text-align: right;
}

.customer-portal .portal-form input {
  background: #edf3cf;
  border: 2px solid #231f20;
  border-radius: 5px;
  min-height: 34px;
  padding: 4px 10px 2px;
  width: 100%;
}

.customer-portal .portal-form textarea {
  background: #edf3cf;
  border: 2px solid #231f20;
  border-radius: 5px;
  min-height: 110px;
  padding: 8px 10px;
  width: 100%;
}

.customer-portal .portal-form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
  text-align: left;
}

.customer-portal .portal-form-grid .portal-field label {
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.customer-portal .portal-form-grid .portal-field-wide {
  grid-column: 1 / -1;
}

.customer-portal .portal-submit {
  background: #f8aa00;
  border: 2px solid #231f20;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  margin-top: 12px;
  padding: 5px 22px 3px;
}

.customer-portal .portal-small-link {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  margin: 28px 0 0;
}

.customer-portal .portal-small-link.portal-small-link-tight {
  margin-top: 10px;
}

.customer-portal .portal-small-link a {
  color: #009fe3;
}

.customer-portal .portal-password-help {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin: 4px auto 0;
  max-width: 520px;
}

.customer-portal .portal-summary {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 35px;
  max-width: 780px;
}

.customer-portal .portal-summary div {
  background: #edf3cf;
  border: 3px solid #231f20;
  border-radius: 8px;
  padding: 14px 10px 10px;
}

.customer-portal .portal-summary strong {
  display: block;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.customer-portal .portal-summary span {
  display: block;
  font-size: 1rem;
  margin-top: 6px;
}

.customer-portal .portal-summary-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
}

.customer-portal .portal-facilities {
  display: grid;
  gap: 36px 58px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1080px;
}

.customer-portal .portal-facility-form {
  margin: 0;
}

.customer-portal .portal-facility {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

.customer-portal .portal-facility:hover {
  color: inherit;
  text-decoration: none;
}

.customer-portal .portal-facility:hover .portal-facility-title {
  background: #000;
}

.customer-portal .portal-facility-title {
  align-items: center;
  background: #231f20;
  border-radius: 8px;
  color: #c1d82f;
  display: flex;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  justify-content: center;
  line-height: 1.15;
  min-height: 62px;
  padding: 8px 10px 5px;
  text-align: center;
}

.customer-portal .portal-facility-icon {
  align-items: center;
  background: #c1d82f;
  border: 3px solid #231f20;
  border-radius: 8px;
  color: #231f20;
  display: flex;
  height: 170px;
  justify-content: center;
  position: relative;
}

.customer-portal .portal-facility-icon .fa {
  font-size: 4.6rem;
}

.customer-portal .portal-facility-icon img {
  display: block;
  max-height: 88%;
  max-width: 88%;
  object-fit: contain;
}

.customer-portal .portal-facility-inactive {
  cursor: default;
}

.customer-portal .portal-facility-inactive:hover .portal-facility-title {
  background: #686868;
}

.customer-portal .portal-facility-inactive .portal-facility-title {
  background: #686868;
  color: #e6e6e6;
}

.customer-portal .portal-facility-inactive .portal-facility-icon {
  background: #d9d9d9;
  color: #555;
}

.customer-portal .portal-facility-inactive .portal-facility-icon .fa {
  opacity: 0.45;
}

.customer-portal .portal-facility-inactive .portal-facility-icon img {
  filter: grayscale(1);
  opacity: 0.42;
}

.customer-portal .portal-coming-soon {
  background: #231f20;
  border: 2px solid #231f20;
  border-radius: 6px;
  color: #c1d82f;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  left: 50%;
  line-height: 1;
  padding: 7px 10px 5px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.customer-portal .portal-facility-meta {
  background: #fff;
  border: 2px solid #231f20;
  border-radius: 5px;
  bottom: 10px;
  color: #231f20;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  left: 50%;
  line-height: 1;
  padding: 6px 10px 4px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.customer-portal .portal-subheading {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin: 8px 0 18px;
  text-align: center;
}

.customer-portal .portal-content-grid,
.customer-portal .portal-action-grid {
  display: grid;
  gap: 24px;
  margin: 0 auto 28px;
  max-width: 980px;
}

.customer-portal .portal-content-grid {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-portal .portal-action-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-portal .portal-action-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customer-portal .portal-action-card,
.customer-portal .portal-copy-card,
.customer-portal .portal-note-card {
  background: #edf3cf;
  border: 3px solid #231f20;
  border-radius: 8px;
  padding: 22px 20px 18px;
  text-align: center;
}

.customer-portal .portal-action-card {
  color: #231f20;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  text-decoration: none;
}

.customer-portal .portal-action-card:hover {
  color: #231f20;
  text-decoration: none;
}

.customer-portal .portal-action-card h3 {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 10px 0 12px;
}

.customer-portal .portal-action-card p {
  flex: 1 1 auto;
  line-height: 1.3;
  margin-bottom: 16px;
}

.customer-portal .portal-payment-option-form {
  margin: 0 0 12px;
}

.customer-portal .portal-payment-option-form:last-child {
  margin-bottom: 0;
}

.customer-portal .portal-payment-option {
  align-items: center;
  border-top: 2px solid #231f20;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 12px;
  text-align: left;
}

.customer-portal .portal-payment-option span {
  flex: 1 1 auto;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  line-height: 1.15;
}

.customer-portal .portal-payment-option small {
  display: block;
  font-family: BloggerSans, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  margin-top: 4px;
}

.customer-portal .portal-payment-option .portal-submit {
  flex: 0 0 auto;
  margin-top: 0;
}

.customer-portal .portal-action-icon {
  color: #231f20;
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}

.customer-portal .portal-note,
.customer-portal .portal-note-card {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  line-height: 1.35;
}

.customer-portal .portal-note-card {
  margin: 0 auto 28px;
  max-width: 760px;
}

.customer-portal .portal-copy-card {
  margin: 0 auto 30px;
  max-width: 760px;
  text-align: left;
}

.customer-portal .portal-copy-card label {
  display: block;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  margin-bottom: 8px;
}

.customer-portal .portal-copy-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
}

.customer-portal .portal-copy-row input {
  background: #fff;
  border: 2px solid #231f20;
  border-radius: 5px;
  min-height: 36px;
  padding: 5px 10px 3px;
  width: 100%;
}

.customer-portal .portal-copy-row .portal-submit {
  margin-top: 0;
}

.customer-portal .portal-leaderboard-block {
  margin-bottom: 24px;
}

.customer-portal .portal-leaderboard-block h3 {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  margin: 0 0 10px;
  text-align: left;
}

.customer-portal .portal-table-wrap {
  overflow-x: auto;
}

.customer-portal .portal-table {
  margin: 0 auto 20px;
  max-width: 100%;
  text-align: left;
  width: 100%;
}

.customer-portal .portal-table th,
.customer-portal .portal-table td {
  border: 2px solid #231f20;
  padding: 10px 12px 7px;
  vertical-align: top;
}

.customer-portal .portal-table th {
  background: #c1d82f;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
}

.customer-portal .portal-table ul {
  margin-bottom: 0;
  padding-left: 18px;
}

.customer-portal .portal-status {
  background: #edf3cf;
  border: 2px solid #231f20;
  border-radius: 5px;
  display: inline-block;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  padding: 3px 8px 1px;
}

.customer-portal .portal-status-unpaid,
.customer-portal .portal-status-expired,
.customer-portal .portal-status-failed {
  background: #f1b1b1;
}

.customer-portal .portal-status-active,
.customer-portal .portal-status-completed {
  background: #edf3cf;
}

.customer-portal .portal-empty {
  background: #edf3cf;
  border: 3px solid #231f20;
  border-radius: 8px;
  margin: 0 auto 20px;
  max-width: 620px;
  padding: 24px 20px;
}

.customer-portal .portal-empty p {
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.customer-portal .portal-empty-compact {
  padding: 16px 14px 12px;
}

.customer-portal .portal-empty-compact p {
  font-size: 1rem;
  margin-bottom: 0;
}

.customer-portal .portal-tabs {
  display: inline-flex;
  gap: 8px;
  margin: 0 auto 24px;
}

.customer-portal .portal-tab {
  background: #edf3cf;
  border: 2px solid #231f20;
  border-radius: 5px;
  color: #231f20;
  cursor: pointer;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  padding: 7px 18px 5px;
}

.customer-portal .portal-tab-active {
  background: #c1d82f;
}

.customer-portal .portal-tab-panel-hidden {
  display: none;
}

.customer-portal .portal-calendar-nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
}

.customer-portal .portal-calendar-nav a,
.customer-portal .portal-calendar-nav strong {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
}

.customer-portal .portal-calendar {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(90px, 1fr));
  margin: 0 auto 20px;
  max-width: 980px;
  overflow-x: auto;
}

.customer-portal .portal-calendar-head,
.customer-portal .portal-calendar-day {
  border: 2px solid #231f20;
  padding: 8px;
  text-align: left;
}

.customer-portal .portal-calendar-head {
  background: #231f20;
  color: #c1d82f;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  text-align: center;
}

.customer-portal .portal-calendar-day {
  background: #fff;
  min-height: 96px;
}

.customer-portal .portal-calendar-day span {
  display: block;
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
}

.customer-portal .portal-calendar-day small {
  background: #c1d82f;
  border: 1px solid #231f20;
  border-radius: 4px;
  display: block;
  font-size: 0.78rem;
  line-height: 1.1;
  margin-bottom: 4px;
  padding: 4px;
}

.customer-portal .portal-calendar-day-muted {
  background: #f4f4f4;
  color: #888;
}

.customer-portal .portal-calendar-day-active {
  background: #edf3cf;
}

.customer-portal .portal-cancellation-form {
  max-width: 900px;
}

.customer-portal .portal-choice-list {
  display: grid;
  gap: 14px;
  margin: 0 auto 26px;
  max-width: 820px;
  text-align: left;
}

.customer-portal .portal-choice-list-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-portal .portal-choice-card {
  align-items: flex-start;
  background: #edf3cf;
  border: 3px solid #231f20;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  margin: 0;
  padding: 14px 16px 11px;
}

.customer-portal .portal-choice-card input {
  margin-top: 4px;
}

.customer-portal .portal-choice-card strong,
.customer-portal .portal-choice-card small {
  display: block;
}

.customer-portal .portal-choice-card strong {
  font-family: BloggerSans-Bold, Helvetica, Arial, sans-serif;
  line-height: 1.15;
}

.customer-portal .portal-choice-card small {
  line-height: 1.25;
  margin-top: 4px;
}

.customer-portal .portal-check-row {
  align-items: flex-start;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  margin: 0 auto 14px;
  max-width: 620px;
  text-align: left;
}

.customer-portal .portal-check-row input {
  margin-top: 4px;
}

.customer-portal .portal-confirm-form {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .customer-portal .container .menu .header_top_menu {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center !important;
  }

  .customer-portal .container .menu .header_top_menu .tel {
    flex-basis: 100%;
    text-align: center;
  }

  .customer-portal .container .menu .header_top_menu .tel p.banner_opening_times {
    text-align: center;
  }

  .customer-portal .container .menu .view_cart,
  .customer-portal .container .menu .customer_portal {
    margin: 0 !important;
    min-height: 34px;
    padding: 0 10px;
    text-align: center;
    width: auto;
  }

  .customer-portal .container .menu .view_cart {
    min-width: 116px;
  }

  .customer-portal .container .menu .view_cart a:before {
    display: none;
  }

  .customer-portal .container .menu .view_cart a p {
    display: flex;
  }

  .customer-portal .container .menu .customer_portal {
    min-width: 178px;
  }

  .customer-portal .portal-hero {
    background: #c1d82f;
    justify-content: center;
    min-height: 150px;
  }

  .customer-portal .portal-hero .portal-hero-message {
    background: #fff;
    border: 3px solid #231f20;
    border-radius: 8px;
    margin-left: 0;
    padding: 18px 20px 12px;
    width: 100%;
  }

  .customer-portal .portal-facilities {
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-portal .portal-content-grid,
  .customer-portal .portal-action-grid,
  .customer-portal .portal-action-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .customer-portal .portal-hero {
    margin-bottom: 25px;
    padding: 20px 15px;
  }

  .customer-portal .portal-hero .portal-hero-message span {
    font-size: 1.5rem;
  }

  .customer-portal .portal-hero .portal-hero-message strong {
    font-size: 1.9rem;
  }

  .customer-portal .portal-heading {
    font-size: 1.45rem;
    padding: 14px 18px 10px;
  }

  .customer-portal .portal-intro {
    font-size: 1.1rem;
  }

  .customer-portal .portal-form .portal-form-row {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .customer-portal .portal-form label {
    text-align: left;
  }

  .customer-portal .portal-form-grid,
  .customer-portal .portal-summary,
  .customer-portal .portal-facilities,
  .customer-portal .portal-content-grid,
  .customer-portal .portal-action-grid,
  .customer-portal .portal-action-grid-four {
    grid-template-columns: 1fr;
  }

  .customer-portal .portal-copy-row {
    grid-template-columns: 1fr;
  }

  .customer-portal .portal-payment-option {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .customer-portal .portal-choice-list-two {
    grid-template-columns: 1fr;
  }

  .customer-portal .portal-facility-icon {
    height: 145px;
  }

  .customer-portal .portal-calendar {
    grid-template-columns: repeat(7, minmax(72px, 1fr));
  }
}
