<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accordion {
  display: none;
  background: #ececec;
  padding: 12px 25px 12px 16px;
  margin: 6px 0;
  align-items: center;
  cursor: pointer;
}

.accordion-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  font-style: unset !important;
}

.accordion-icon:before {
  transform: scale(1.6) translate(0px, 3px);
  display: inline-block;
}

.desktop-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  font-style: unset !important;
}

.desktop-icon:before {
  transform: scale(1) translate(0px, 3px);
  display: inline-block;
}

.accordion-title {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #ccc;
}

.accordion-title.enabled {
  color: black;
}

.accordion-button {
  font-weight: bold;
  color: #ccc;
  white-space: pre;
}

.accordion-button.active {
  color: #00adef;
}

.form-card {
  box-shadow: 0px 0px 10px 0px #dfdfdf;
  /* padding: 25px 15px 20px; */
  padding: 18px 15px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form-main {
  display: inline-block;
  margin-right: 0.5rem;
}

.form-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.form-content {
  line-height: 18px;
  margin-top: 4px !important;
}

.location-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  grid-gap: 15px;
  padding: 15px 0 20px;
}

.location-card {
  box-shadow: 0px 0px 10px 0px #dfdfdf;
  /* padding: 25px 15px 20px; */
  padding: 18px 15px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.location-main {
  display: inline-block;
  margin-right: 0.5rem;
}

.location-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.location-address {
  line-height: 18px;
  margin-top: 4px !important;
}

.location-tag {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  padding: 0 6px;
  font-size: 0.9rem;
  color: #000;
}

.location-info-tag {
  position: relative;
  display: inline-block;
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.location-tag-icon {
  width: 20px;
  margin: 0 5px 0 -5px;
}

.staff-list {
  display: grid;
  grid-auto-flow: column;
  /* grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr)); */
  grid-gap: 15px;
  padding: 15px 0;
  line-height: 25px;
}

.staff-card {
  /* box-shadow: 0px 0px 10px 0px #dfdfdf; */
  /* padding: 18px 15px; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.staff-title {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.staff-info {
  line-height: 18px;
  margin-top: 4px !important;
  cursor: pointer;
}

.staff-radio.promotion-selected {
  width: 25px;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 0.7rem;
}

.staff-radio.promotion-selected:after {
  width: 15px;
  height: 15px;
  background-size: 15px;
}

.desktop-date-content {
  /* display: flex; */
  display: none;
  align-items: center;
}

.desktop-date-list {
  width: 100%;
  display: flex;
  padding: 0 5px;
}

.desktop-date-card {
  width: 100%;
  box-shadow: 0px 0px 5px #dddddd;
  padding: 10px;
  margin: 5px;
}

.location-card,
/* .staff-card, */
.desktop-date-card,
.time-card {
  border: 2px solid transparent;
  cursor: pointer;
}

.location-card:hover,
/* .staff-card:hover, */
.desktop-date-card:hover,
.time-card:hover {
  border: 2px solid #00adef;
}

.selected {
  border: 2px solid #00adef;
}

.selected.time-card {
  border: 2px solid #00adef;
  background: #00adef;
  color: white;
}

.booking-disabled {
  opacity: 0.3;
  cursor: default;
}

.booking-disabled:hover {
  border: 2px solid transparent !important;
  cursor: default;
}

.unavailable {
  opacity: 0.3;
  cursor: default !important;
}

.desktop-date-card-top {
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.desktop-date-title {
  font-size: 30px;
}

.desktop-date-tag {
  font-size: 16px;
}

.date-status-list {
  margin: 8px 0 0;
  display: flex;
}

.date-status {
  display: block;
  width: 100%;
  height: 5px;
  margin: 0 2px;
  border-radius: 15px;
  background-color: lightgrey;
}

.date-status.active {
  background-color: #86bc86;
}

.mobile-date {
  display: block;
  box-shadow: 0px 0px 10px 0px #dfdfdf;
  padding: 8px 8px;
}

.mobile-date-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid #dfdfdf;
}

.mobile-date-header-title {
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.arrow.right {
  transform: rotate(180deg);
}

.mobile-date-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0;
}

.mobile-date-list {
  width: 100%;
  display: flex;
  padding: 0 5px;
}

.mobile-date-card {
  flex: 1;
  text-align: center;
  font-size: 0.9rem;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.mobile-date-tag {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0px 0 0 0;
}

.mobile-date-tag.active {
  background: #00adef;
  color: white;
}

.time-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 8px;
  padding: 15px 0;
}

.time-card {
  box-shadow: 0px 0px 5px #dddddd;
  display: inline-block;
  padding: 5px 10px;
  margin: 2px 2px;
  text-align: center;
}

.back-btn {
  cursor: pointer;
}

.back-btn:before {
  transform: rotate(180deg);
}

.error-text {
  display: none;
}

.error-text.active {
  display: block;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.5);
  box-shadow: 0 0 5px #ccc;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #555;
  width: 50px;
  height: 50px;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

@media (min-width: 375px) {
  .mobile-date-tag {
    width: 32px;
    height: 32px;
  }

  .staff-list {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (min-width: 576px) {
  .mobile-date-tag {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .mobile-date {
    padding: 8px 15px;
  }
}

@media (max-width: 405px) {
  .mobile-date-card {
    padding: 5px 0 !important;
  }

  .mobile-date-list {
    padding: 0 2px !important;
  }
}

@media (max-width: 768px) {
  .desktop-title {
    display: none !important;
  }

  .accordion {
    display: flex;
  }

  .location-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 15px;
  }

  .staff-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    padding: 0 15px;
  }

  .desktop-date-content {
    display: none;
  }

  .mobile-date {
    display: block;
  }

  .time-list {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
}

@media (max-width: 992px) {
  .location-list {
    grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
  }

  .desktop-date-card {
    padding: 5px;
  }

  .desktop-date-title {
    font-size: 22px;
  }

  .desktop-date-card-top {
    flex-direction: column;
  }

  .date-status {
    margin: 0 0.5px;
  }
}

@media (min-width: 992px) {
  .booking-main {
    padding-right: 80px;
  }

  .mobile-date-tag {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }
}

@media (max-width: 1280px) {
  .desktop-date-card {
    padding: 5px;
  }

  .desktop-date-title {
    font-size: 22px;
  }

  .desktop-date-tag {
    font-size: 14px;
  }

  .date-status {
    margin: 0 1.5px;
  }
}</pre></body></html>