@charset "UTF-8";
/* General Variables */
:root {
  --primary: #0052A9;
  --white: #ffffff;
  --pink: #ff007a;
  --gray: #E8E9F1;
  --gray-dark: #8B8B8B;
  --dark: #1F2024;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
}
.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
}
.form-control {
  font-size: 14px;
}
.form-select {
  font-size: 14px;
}
.small, small {
  font-size: 13px;
}
.tooltip {
  font-family: "Inter", sans-serif;
}
input[type=range] {
  width: 100%;
  margin: 7.3px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: rgba(221, 221, 221, 0.78);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 11.4px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -7.3px;
  width: 26px;
  height: 26px;
  background: var(--primary);
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #eaeaea;
}
input[type=range]::-moz-range-track {
  background: rgba(221, 221, 221, 0.78);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 11.4px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  background: var(--primary);
  border: 0;
  border-radius: 15px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 7.3px 0;
  color: transparent;
  width: 100%;
  height: 11.4px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #d0d0d0;
  border: 0;
  border-radius: 50px;
}
input[type=range]::-ms-fill-upper {
  background: rgba(221, 221, 221, 0.78);
  border: 0;
  border-radius: 50px;
}
input[type=range]::-ms-thumb {
  width: 26px;
  height: 26px;
  background: var(--primary);
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  margin-top: 0px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(221, 221, 221, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
  background: #eaeaea;
}
hr {
  margin: 1.5rem 0;
}
.date-time-select {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  overflow: hidden;
  overflow-x: auto;
}
.date-time-select.times {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: unset;
}
.date-time-select.times .date-time-radio-label {
  padding: 12px 5px;
}
@media (min-width: 769px) {
  .date-time-select.admin {
    overflow: unset;
    overflow-x: unset;
    flex-wrap: wrap;
  }
}
.date-time-select .date-time-radio-label {
  display: flex;
  padding: 12px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 16px;
  border: 1px solid #E8E9F1;
  background: #FFF;
  cursor: pointer;
}
.date-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.date-text.weekend * {
  color: var(--pink) !important;
}
.date-text .day, .date-text .date, .date-text .month {
  text-align: center;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}
.date-text .day, .date-text .month {
  font-size: 10px;
  font-weight: 600;
}
.date-text .date {
  font-size: 16px;
  font-weight: 400;
}
.date-time-radio-container.booked {
  text-decoration: line-through;
  opacity: 0.4;
}
.date-time-radio-container input[type="radio"] {
  display: none;
}
.date-time-radio-container input[type="radio"]:checked + label {
  background: #0052A9;
}
.date-time-radio-container input[type="radio"]:checked + label * {
  color: #fff !important;
}
.time-slot-display {
  color: #494A50;
  font-size: 16px;
  font-weight: 400;
}
.workspace-select-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  overflow-x: auto;
}
@media (min-width: 800px) {
  .workspace-select-container {
    flex-direction: row;
  }
}
.workspace-select-container .workspace-select {
  flex: 1;
}
.workspace-select-container .workspace-radio-label {
  display: flex;
  padding: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid var(--gray);
  background: var(--white);
  cursor: pointer;
  height: 100%;
  position: relative;
}
.workspace-select-container .workspace-name {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.workspace-select-container .workspace-name .discount {
  display: block;
  font-weight: 400;
}
.workspace-select-container .workspace-name:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 1px 1px var(--gray-dark);
  margin-right: 10px;
  flex-shrink: 0;
}
.workspace-select-container .workspace-price {
  font-size: 20px;
  font-weight: 800;
  display: block;
  text-align: right;
}
.workspace-select-container .workspace-price-label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: right;
}
.workspace-select-container input[type="radio"] {
  display: none;
}
.workspace-select-container input[type="radio"]:checked + label {
  background: #F8F9FE;
  border: 1px solid var(--primary);
}
.workspace-select-container input[type="radio"]:checked + .workspace-radio-label .workspace-name:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 0 0 5px var(--pink) inset, 0 0 0 1px var(--pink);
  margin-right: 7px;
}
.workspace-select-container .workspace-radio-label.dual-select .workspace-name:before {
  display: none;
}
.workspace-radio-label.dual-select {
  flex-direction: column;
  align-items: flex-start;
}
.workspace-radio-label.dual-select.dual-selected {
  border-color: var(--primary);
}
.workspace-radio-label.dual-select .capacity-discount {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.workspace-radio-label .dual-select-radios {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  margin-top: 1rem;
}
.workspace-radio-label .dual-radio-label {
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #DEE0E6;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  padding: 6px 10px;
  flex: 1;
  cursor: pointer;
}
.workspace-radio-label .dual-radio-label:hover {
  border-color: var(--primary);
}
.workspace-radio-label .dual-radio-label:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  box-shadow: 0 0 1px 1px var(--gray-dark);
  aspect-ratio: 1;
  background: #ffffff;
}
.workspace-radio-label .dual-select-radio:checked + .dual-radio-label {
  border-color: var(--primary);
}
.workspace-radio-label .dual-select-radio:checked + .dual-radio-label:before {
  box-shadow: 0 0 0 5px var(--pink) inset, 0 0 0 1px var(--pink);
}
.coupon-code-label {
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
}
.alert-danger {
  color: #C8102E;
  background-color: rgba(200, 16, 46, 0.1);
  border-radius: var(--bs-border-radius);
}
.benefits-includes {
  color: #0052A9;
  font-size: 11px;
  font-weight: 400;
}
.workspace-star {
  height: 24px;
  width: 24px;
  display: block;
  background-color: var(--pink);
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 24px;
  text-align: center;
}
.location-shop {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.location-area {
  color: #8F9098;
  font-size: 14px;
  font-weight: 700;
}
.location-link {
  text-decoration: none;
  color: #0052A9;
  font-size: 12px;
  font-weight: 600;
}
.welcome-back {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 400;
  text-shadow: 2px 2px 4px #000000;
}
.welcome-back-bold {
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .welcome-back {
    font-size: 20px;
  }
}
.toggle-btn {
  font-size: 14px;
  white-space: nowrap;
  border-radius: 16px;
  border: 2px solid #d9dae1;
}
.toggle-btn-input:checked + .toggle-btn svg * {
  fill: #ffffff;
}
.airoffice-banner {
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.airoffice-logo {
  height: 200px;
}
.sub-banner-heading {
  color: white;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.back-button {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.36);
  color: white;
  padding-top: 3px;
}
.back-button:hover {
  border-radius: 50px;
  background-color: #0052A9;
  color: white;
  padding-top: 3px;
}
.checkout-workspace-info {
  border-radius: 8px;
  background-color: #F8F9FE;
}
.section-heading-sub {
  color: var(--dark);
  font-size: 14px;
  font-weight: 800;
}
.date-info {
  font-size: 12px;
  color: #494A50;
  margin-bottom: 0px;
}
.time-info {
  font-size: 12px;
  color: #494A50;
}
.workspace-info-cost {
  color: #0052A9;
  font-weight: 800;
}
.workspace-info-cost-ph {
  color: #494A50;
  font-size: 12px;
  font-weight: 400;
}
.workspace-info-discount {
  color: #FF44AD;
  font-size: 12px;
}
.checkout-form-heading {
  color: #231F20;
  font-size: 20px;
  font-weight: 800;
}
.checkout-form {
  padding-top: 1.5rem;
  padding-left: 2rem;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}
.checkout-form-label {
  color: #2F3036;
  font-size: 12px;
  font-weight: bold;
}
.coupon-code-success {
  color: #0052A9;
  font-size: 16px;
  font-weight: 800;
}
.coupon-code-success-emphasis {
  color: #FF44AD;
  font-weight: 800;
}
.coupon-check-button {
  color: #0052A9;
  border-color: #0052A9;
}
.coupon-check-button:hover {
  color: #FF44AD;
  border-color: #FF44AD;
}
.coupon-discount-text {
  color: #0052A9;
  font-size: 12px;
  font-weight: 600;
}
.coupon-code-name {
  color: #FF44AD;
  font-weight: 800;
}
.message-error {
  font-size: 14px;
  color: #C8102E;
  background-color: rgba(200, 16, 46, 0.1);
  border-radius: var(--bs-border-radius);
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
.message-success {
  font-size: 14px;
  color: darkgreen;
  background-color: rgba(0, 100, 0, 0.1);
  border-radius: var(--bs-border-radius);
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
.custom-form-heading {
  font-size: 17px !important;
  font-weight: bold !important;
  margin-bottom: 0.2rem;
  margin-top: 1.2rem;
}
.switch-container {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FAFAFA;
  font-size: 16px;
}
.switch-container .form-check.form-switch .form-check-input {
  position: relative;
  top: -3px;
}
.switch-container .form-switch .form-check-input {
  margin-right: -2em;
}
.switch-container .form-switch {
  padding-right: 2.5em;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: unset;
}
.switch-container .checkout-form-label {
  color: #2F3036;
  font-size: 15px;
  font-weight: 400;
  flex: 1;
  cursor: pointer;
}
.range-indicator {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: var(--primary);
}
.img-thumbnail {
  border: none;
  width: 65px;
}
.success-heading {
  color: #231F20;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 34px;
}
.booking-confirmation-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.cancel-heading {
  color: #231F20;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 34px;
}
.booking-cancelled-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.loading-screen {
  background-position: center;
  height: 100vh;
}
.loading-screen-heading {
  color: #231F20;
  font-family: Inter, sans-serif;
  font-weight: 600;
}
.airoffices-admin-banner {
  background-position: center;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
.airoffices-white-logo {
  height: 150px;
}
.no-reservations-header {
  color: #0052A9;
  font-size: 16px;
  font-weight: 800;
}
.no-reservations-message {
  color: #71727A;
  font-size: 14px;
}
.reservation-button {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
  border-radius: 15px;
  padding: 1rem;
}
.reservation-button.collapsed {
  background-color: #FFFFFF;
  border: #E8E9F1 solid 1px;
}
.reservation-button:hover {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.reservation-button:active {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.userName {
  font-size: 12px;
  color: #1F2024;
  font-weight: 700;
}
.details {
  font-size: 12px;
  color: #71727A;
  font-weight: 500;
}
.dropdown-arrow {
  height: 24px;
  width: 24px;
  display: block;
  background-color: #0052A9;
  border-radius: 24px;
  position: relative;
  text-align: center;
}
.card-body {
  background-color: #F8F9FE;
  border: none;
  border-radius: 15px;
  padding: 1rem;
}
.email {
  color: #1F2024;
  font-size: 12px;
  font-weight: 700;
}
.phone {
  color: #1F2024;
  font-size: 12px;
  font-weight: 700;
}
.reservation-id {
  color: #1F2024;
  font-size: 12px;
  font-weight: 700;
}
.booking-details-heading {
  color: #494A50;
  font-size: 12px;
  font-weight: 700;
}
.booking-details-info {
  color: #494A50;
  font-size: 12px;
  font-weight: 500;
}
.reservation-status {
  color: #1F2024;
  font-size: 12px;
  font-weight: 700;
}
.reservation-confirmation {
  color: #FF44AD;
}
.call-service-indicator {
  background: #212529;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 58px;
  border-radius: 40px;
  z-index: 2;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.call-service-indicator.calling-service {
  background: #ff007a;
}
.call-service-indicator.calling-service:before {
  content: "";
  display: block;
  border: 3px solid #ff007a;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.call-service-indicator.calling-service .call-icon {
  animation: ring 2s ease infinite;
  position: relative;
  top: -3px;
  width: 16px;
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%, 20% {
    transform: rotate(0deg);
  }
}
.error-message {
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
}
.confirm-message {
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
}
.deleted-message {
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
}
.error-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.workspace-name-type {
  color: #231F20;
  font-size: 20px;
  font-weight: 800;
}
.workspace-info-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 400;
}
.booking-details-box {
  padding: 1.5rem;
  border-radius: 8px;
  border: none;
  background-color: #F8F9FE;
}
.service-call-message {
  font-size: 16px;
  padding: 1rem;
  color: darkgreen;
  background-color: rgba(0, 100, 0, 0.1);
  border-radius: var(--bs-border-radius);
}
.login-form-heading {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.login-form-label {
  color: #2F3036;
  font-size: 12px;
  font-weight: bold;
}
.timeslot-radio-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 0.5rem;
  border: 1px solid #E8E9F1;
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.increment-hours, .increment-minutes {
  font-size: 12px;
  font-weight: 600;
}
.increment-price {
  font-size: 14px;
  font-weight: 400;
}
.timeslot-radio-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 0.5rem;
  border: 1px solid #E8E9F1;
  background: #FFF;
  color: #000;
  cursor: pointer;
}
.increment-hours, .increment-minutes {
  font-size: 12px;
  font-weight: 600;
}
.increment-price {
  font-size: 14px;
  font-weight: 400;
}
.select2-container--bootstrap-5 .select2-selection--single {
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  background-image: url("/images/svg/arrow-dropdown-circle.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 30px 30px;
  border-radius: 6px;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 400;
  color: #71727A;
  font-size: 14px;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  background-color: #F8F9FE;
  border-color: #0052A9;
  box-shadow: none;
  border-radius: 6px 6px 0px 0px;
}
.select2-container--bootstrap-5 .select2-dropdown {
  color: #1F2024;
  background-color: #F8F9FE;
  border-color: #0052A9;
  border-radius: 0px 0px 6px 6px;
}
.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
  padding-bottom: 0.375rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  border: 1px solid #0052A9;
  border-radius: 6px;
  box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 12px;
  font-weight: 400;
  color: #1F2024;
  background-color: #F8F9FE;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  font-size: 12px;
  font-weight: 600;
  color: #0052A9;
  background-color: #F8F9FE;
}
h5.section-heading.filter-heading {
  color: var(--dark);
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5rem;
}
.location-info-card {
  background-color: #F8F9FE;
  border: none;
  border-radius: 15px;
  padding: 1rem;
}
.location-info {
  margin-left: 25px;
}
@media (max-width: 576px) {
  .location-info {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.location-name {
  font-size: 16px;
  font-weight: 700;
  color: #1F2024;
}
.location-pods {
  font-size: 12px;
  font-weight: 400;
  color: #1F2024;
}
.location-pod-prices {
  font-size: 12px;
  font-weight: 400;
  color: #1F2024;
}
.workspace-heading {
  padding-top: 1rem;
  color: var(--dark);
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
}
.invoice-pop {
  background: #FFFFFF;
  padding: 1rem;
}
@media print {
  .invoice-pop {
    padding: 0 !important;
  }
}
.invoice__container {
  max-width: 1144px;
  margin: 3rem auto;
}
@media print {
  .invoice__container {
    max-width: 100%;
    margin: 0;
  }
}
.invoice__header {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .invoice__header {
    text-align: left;
  }
}
.invoice__header-logo {
  float: none;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .invoice__header-logo {
    float: left;
  }
}
@media print {
  .invoice__header-logo {
    float: left !important;
    width: 300px;
  }
}
.invoice__header-title {
  font-weight: 400;
  font-size: 36px;
  margin-top: 1rem;
  float: none;
}
@media (min-width: 768px) {
  .invoice__header-title {
    font-size: 50px;
    margin-top: 0;
    float: right;
  }
}
@media print {
  .invoice__header-title {
    font-size: 30px;
    text-align: right;
    float: right !important;
  }
}
.invoice__table {
  background: #F9F9F9;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  clear: both;
  overflow: hidden;
}
.invoice__table-heading {
  font-size: 18px;
  font-weight: 400;
  color: #5F5F5F;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media print {
  .invoice__table-heading {
    font-size: 12px;
  }
}
.invoice__table-info {
  font-size: 18px;
  margin-bottom: 0;
}
.invoice__table-info a {
  color: var(--primary);
}
@media print {
  .invoice__table-info {
    font-size: 12px;
  }
}
.invoice__table .invoice__row {
  padding: 20px 26px;
}
@media print {
  .invoice__table .invoice__row {
    padding: 10px 13px;
  }
}
.invoice__table .invoice__col-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .invoice__table .invoice__col-2 {
    width: 50%;
    float: left;
  }
}
@media print {
  .invoice__table .invoice__col-2 {
    width: 49% !important;
    float: left !important;
  }
}
.invoice__table .invoice__col-5 {
  width: 100%;
}
@media (min-width: 768px) {
  .invoice__table .invoice__col-5 {
    width: 20%;
    float: left;
  }
}
.invoice__table .invoice__col-5.add-right-border:last-child {
  border: none !important;
}
.invoice__table .add-bottom-border {
  border-bottom: 2px solid #FFFFFF;
}
.invoice__table .add-top-border {
  border-top: 2px solid #FFFFFF;
}
.invoice__table .add-right-border {
  border-right: 2px solid #FFFFFF;
}
.invoice__row.has-coupon.has-token .invoice__col-5 {
  width: 100%;
}
@media (min-width: 768px) {
  .invoice__row.has-coupon.has-token .invoice__col-5 {
    width: 14.28%;
    float: left;
  }
}
.invoice__row.has-coupon .invoice__col-5, .invoice__row.has-token .invoice__col-5 {
  width: 100%;
}
@media (min-width: 768px) {
  .invoice__row.has-coupon .invoice__col-5, .invoice__row.has-token .invoice__col-5 {
    width: 16.5%;
    float: left;
  }
}
.invoice__table--print {
  display: none;
}
@media print {
  .invoice__table--print {
    display: table !important;
  }
}
.invoice__table--digital {
  display: block;
}
@media print {
  .invoice__table--digital {
    display: none !important;
  }
}
.invoice__info h2 {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .invoice__info h2 {
    text-align: left;
  }
}
@media print {
  .invoice__info h2 {
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 24px;
  }
}
.invoice__info .invoice__table td, .invoice__info .invoice__table th {
  vertical-align: top;
  padding: 10px 13px;
}
.invoice__info .invoice__table th {
  font-weight: 400;
  color: #5F5F5F;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.invoice__info .invoice__table td {
  font-size: 12px;
}
.invoice__summary {
  clear: both;
}
@media print {
  .invoice__summary {
    font-size: 14px;
  }
}
.invoice__summary h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 20px 26px;
  background: #F9F9F9;
  margin-bottom: 1.5rem;
}
@media print {
  .invoice__summary h2 {
    font-size: 14px;
    padding: 10px 13px;
  }
}
.invoice__summary--left {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .invoice__summary--left {
    width: 50%;
  }
}
@media print {
  .invoice__summary--left {
    width: 50% !important;
  }
}
.invoice__summary--left .invoice__summary-img {
  max-width: 128px;
  border-radius: 10px;
  margin-right: 1rem;
  width: 128px;
}
@media print {
  .invoice__summary--left .invoice__summary-img {
    max-width: 86px;
    width: 86px;
    float: left;
  }
}
.invoice__summary--left div {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
@media print {
  .invoice__summary--left div {
    float: left;
    width: 60%;
  }
}
.invoice__summary--left p, .invoice__summary--left a {
  font-size: 18px;
}
@media print {
  .invoice__summary--left p, .invoice__summary--left a {
    font-size: 12px;
  }
}
.invoice__summary--left p {
  margin: 0;
  line-height: 1.8;
}
.invoice__summary--left a {
  color: var(--primary);
  text-decoration: none;
}
.invoice__summary--right {
  float: left;
  text-align: right;
  width: 100%;
}
@media (min-width: 768px) {
  .invoice__summary--right {
    width: 50%;
  }
}
@media print {
  .invoice__summary--right {
    width: 50% !important;
  }
}
.invoice__summary--right p {
  font-size: 18px;
}
@media print {
  .invoice__summary--right p {
    font-size: 12px;
  }
}
.invoice-total__row {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  margin-top: 3rem;
  clear: both;
  overflow: hidden;
}
@media print {
  .invoice-total__row {
    margin-top: 1rem;
  }
}
.invoice-total__total, .invoice-total__price {
  padding: 28px;
  font-weight: 700;
  line-height: 1;
  float: left;
}
@media print {
  .invoice-total__total, .invoice-total__price {
    padding: 18px;
  }
}
.invoice-total__total {
  border-right: 1px solid #888888;
  text-align: right;
  padding-left: 0;
  color: #5F5F5F;
  font-size: 20px;
  text-transform: uppercase;
  width: 50%;
}
@media (min-width: 768px) {
  .invoice-total__total {
    width: 80%;
  }
}
@media print {
  .invoice-total__total {
    font-size: 12px;
    width: 64% !important;
  }
}
.invoice-total__price {
  text-align: right;
  padding-right: 0;
  font-size: 26px;
  width: 50%;
}
@media (min-width: 768px) {
  .invoice-total__price {
    width: 20%;
  }
}
@media print {
  .invoice-total__price {
    font-size: 14px;
    width: 24% !important;
  }
}
.invoice__footer {
  text-align: center;
  margin-top: 3rem;
}
@media print {
  .invoice__footer {
    margin-top: 2rem;
  }
}
.invoice__footer p, .invoice__footer a {
  font-size: 18px;
  margin-bottom: 4px;
}
@media print {
  .invoice__footer p, .invoice__footer a {
    font-size: 12px;
    margin-bottom: 4px !important;
  }
}
.invoice__footer a {
  color: var(--primary);
  text-decoration: underline;
}
.airoffices-logo-location-info {
  height: 125px;
}
.location-info-tabs {
  border-bottom: solid 1px rgba(232, 233, 241, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
}
.tab-heading {
  color: #8F9098;
  font-size: 10px;
  font-weight: 600;
}
@media (max-width: 375px) {
  .tab-heading {
    font-size: 9px;
  }
}
.tab-heading-active {
  color: #0052A9;
  font-size: 10px;
  font-weight: 600;
}
@media (max-width: 375px) {
  .tab-heading-active {
    font-size: 9px;
  }
}
.managing-location-info-box {
  border-radius: 8px;
  border: none;
  background-color: #F8F9FE;
  height: 100%;
}
@media (max-width: 767.98px) {
  .managing-location-info-box {
    height: auto;
  }
}
.location-info-box {
  border-radius: 8px;
  border: none;
  background-color: #F8F9FE;
  height: 100%;
}
@media (max-width: 767.98px) {
  .location-info-box {
    height: auto;
  }
}
.location-info-text {
  font-size: 12px;
  font-weight: 400;
}
.contact-details-heading {
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
  padding-left: 0px;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .contact-details-heading {
    margin-top: 1.5rem;
  }
}
.operating-hours-heading {
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
  padding-left: 0px;
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .operating-hours-heading {
    margin-top: 1.5rem;
  }
}
.contact-details-box {
  border-radius: 8px;
  border: none;
  background-color: #F8F9FE;
  height: 100%;
}
@media (max-width: 767.98px) {
  .contact-details-box {
    height: auto;
  }
}
.extra-details-dropdown {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
}
.extra-details-dropdown.collapsed {
  background-color: #F8F9FE;
  border: #E8E9F1 solid 1px;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .extra-details-dropdown {
    margin-top: 1.5rem;
  }
  .extra-details-dropdown.collapsed {
    margin-top: 1.5rem;
  }
}
.extra-details-dropdown:hover {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.extra-details-dropdown:active {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.menu-details-dropdown {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
}
.menu-details-dropdown.collapsed {
  background-color: #F8F9FE;
  border: #E8E9F1 solid 1px;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .menu-details-dropdown {
    margin-top: 0.5rem;
  }
  .menu-details-dropdown.collapsed {
    margin-top: 0.5rem;
  }
}
.menu-details-dropdown:hover {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.menu-details-dropdown:active {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.info-card-body {
  background-color: #F8F9FE;
  border: none;
  border-radius: 15px;
  padding: 1.5rem;
}
.menu-info-card-body {
  background-color: #F8F9FE;
  border: none;
  border-radius: 15px;
  padding: 1.5rem;
  height: 144px;
}
@media (max-width: 767.98px) {
  .menu-info-card-body {
    height: auto;
  }
}
.menu-link {
  text-decoration: none;
  color: #0052A9;
  font-size: 12px;
  font-weight: 600;
}
.book-now-button-container {
  border-top: 1px solid rgba(232, 233, 241, 0.5);
  background: #FFF;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.05);
}
.table-increment-hours, .table-increment-minutes {
  font-size: 12px;
  font-weight: 600;
}
.table-increment-price {
  font-size: 12px;
  font-weight: 400;
}
th.table-increment-hours {
  background-color: #F8F9FE;
}
td.table-increment-price {
  background-color: #F8F9FE;
  margin-bottom: -10px;
}
.currently-inactive-text {
  color: #FF44AD;
  font-weight: 600;
  font-size: 14px;
}
.review-total-star-rating {
  color: #FF44AD;
  font-size: 18px;
}
.main-review-star-rating {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #ccc;
  line-height: 1;
  /* Stars don't stretch vertically */
}
.main-review-star-rating::before {
  content: "★★★★★";
  /* Outline stars */
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* Appears behind the filled stars */
}
.main-review-star-rating::after {
  content: "★★★★★";
  /* Filled stars */
  color: #FF44AD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /* Appears above the outline stars */
  width: var(--main-fill-width, 40%);
  overflow: hidden;
  white-space: nowrap;
}
.review-star-rating {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ccc;
  line-height: 1;
  /* Stars don't stretch vertically */
}
.review-star-rating::before {
  content: "★★★★★";
  /* Outline stars */
  color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* Appears behind the filled stars */
}
.review-star-rating::after {
  content: "★★★★★";
  /* Filled stars */
  color: #FF44AD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /* Appears above the outline stars */
  width: var(--fill-width, 50%);
  overflow: hidden;
  white-space: nowrap;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
  padding: 0.75rem 0.375rem 0.375rem 0.375rem;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
  font-weight: 800;
  color: #1F2024;
  font-size: 12px;
}
.review-box {
  border-radius: 8px;
  border: none;
  background-color: #F8F9FE;
  height: 100%;
}
.review-name {
  font-weight: 700;
  color: #1F2024;
  font-size: 14px;
}
.review-job-title-company {
  font-weight: 400;
  color: #494A50;
  font-size: 12px;
}
.review-star-rating {
  color: #FF44AD;
  font-size: 14px;
}
.review-date-workspace {
  font-weight: 400;
  color: #71727A;
  font-size: 10px;
}
.review-date {
  font-weight: 600;
}
.review-text {
  font-weight: 400;
  color: #1F2024;
  font-size: 12px;
}
.leave-a-review-button-container {
  border-top: 1px solid rgba(232, 233, 241, 0.5);
  background: #FFF;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.05);
}
.create-account-text {
  color: #71727A;
  font-size: 12px;
}
.small-section-heading {
  color: #1F2024;
  font-size: 14px;
  font-weight: 700;
}
.field-section-heading {
  color: #1F2024;
  font-size: 12px;
  font-weight: 700;
}
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 100px;
  height: 20px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff44ad' d='m8.85 16.825l3.15-1.9l3.15 1.925l-.825-3.6l2.775-2.4l-3.65-.325l-1.45-3.4l-1.45 3.375l-3.65.325l2.775 2.425zM5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625l7.2.625l-5.45 4.725L18.175 21L12 17.275zM12 12.25'/%3E%3C/svg%3E");
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff44ad' d='m5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625l7.2.625l-5.45 4.725L18.175 21L12 17.275z'/%3E%3C/svg%3E");
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i, .star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.star-rating-text {
  font-size: 12px;
  font-weight: 400;
  color: #494A50;
}
.rating-value {
  font-weight: 700;
  color: #1F2024;
}
.form-check-input {
  width: 12px;
  height: 12px;
  margin-top: 0.5em;
}
.form-check-input:checked {
  background-color: #FF44AD;
  border-color: #FF44AD;
}
.form-check.form-switch .form-check-input {
  height: 20px;
}
.faqs-dropdown {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.faqs-dropdown.collapsed {
  background-color: #F8F9FE;
  border: #E8E9F1 solid 1px;
}
.faqs-dropdown:hover {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.faqs-dropdown:active {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.faq-question-heading {
  font-size: 12px;
  font-weight: 700;
  color: #1F2024;
  padding-right: 7px;
}
.faqs-dropdown-arrow {
  height: 24px;
  width: 10px;
  display: block;
  border-radius: 24px;
  position: relative;
  text-align: center;
}
.faq-card-body {
  background-color: #F8F9FE;
  border: none;
  border-radius: 15px;
  padding: 1rem;
}
.terms-conditions-dropdown {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}
.terms-conditions-dropdown.collapsed {
  background-color: #F8F9FE;
  border: #E8E9F1 solid 1px;
}
.terms-conditions-dropdown:hover {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.terms-conditions-dropdown:active {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.ts-cs-list {
  font-size: 12px;
  font-weight: 400;
  color: #1F2024;
}
.ts-cs-list-indent {
  font-size: 12px;
  font-weight: 400;
  color: #1F2024;
  margin-left: 1.5rem;
}
input#customer-name {
  font-size: 14px;
}
input#customer-email {
  font-size: 14px;
}
input#contact-number {
  font-size: 14px;
}
select.form-select.query-select {
  font-size: 14px;
}
.vida-option {
  font-size: 14px;
  font-weight: 700;
}
textarea.form-control.type-query-message {
  font-size: 14px;
}
.token-rule-button {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
  border-radius: 15px;
  padding: 1rem;
}
.token-rule-button.collapsed {
  background-color: #FFFFFF;
  border: #E8E9F1 solid 1px;
}
.token-rule-button:hover {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.token-rule-button:active {
  background-color: #F8F9FE;
  border: 1px solid #0052A9;
}
.rule-id-name {
  font-size: 12px;
  color: #1F2024;
  font-weight: 700;
}
.rule-id-email {
  font-size: 12px;
  color: #71727A;
  font-weight: 500;
}
.rule-heading {
  font-size: 12px;
  color: #1F2024;
  font-weight: 700;
}
.rule-info {
  font-size: 12px;
  color: #71727A;
  font-weight: 500;
}
.create-account-form-heading {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.create-account-form-label {
  color: #2F3036;
  font-size: 12px;
  font-weight: bold;
}
.forgot-password-text {
  color: #71727A;
  font-size: 12px;
}
.sent-verify-email-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.account-verified-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.password-set-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.account-details-form-label {
  color: #2F3036;
  font-size: 12px;
  font-weight: bold;
}
select#billing-address-province {
  color: #595C5F;
}
.account-details-updated-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.reset-password-sent-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.no-reset-password-email-text {
  color: #71727A;
  font-size: 12px;
}
.set-new-password-form-heading {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
.reset-password-success-text {
  color: #231F20;
  font-size: 16px;
  font-weight: 800;
}
th.reservation-stats-table-header {
  background-color: #0052A9;
  color: white;
  border: none;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--dark);
  background: #ffffff;
}
@media (min-width: 800px) {
  body {
    background: #F9F9F9;
  }
}
.main-content-container {
  background: #FFF;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .main-content-container {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  }
}
.section-heading {
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
  padding-left: 0;
}
/* Selected Date Styles */
.date-selector {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.date-selector .date-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--white);
  color: #333;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.date-selector .date-item.selected {
  background-color: var(--primary);
  color: var(--white);
}
.date-selector .date-item:hover {
  background-color: var(--primary);
}
/* Time Slot Styling */
.time-slot-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.time-slot-container .time-slot {
  padding: 0.8rem;
  border-radius: 8px;
  background-color: var(--gray);
  text-align: center;
  cursor: pointer;
  color: #333;
  transition: background-color 0.2s ease-in-out;
}
.time-slot-container .time-slot.selected {
  background-color: var(--primary);
  color: var(--white);
}
.time-slot-container .time-slot:hover {
  background-color: var(--primary);
}
.time-slot-container .time-slot.disabled {
  background-color: var(--gray);
  color: #999;
  cursor: not-allowed;
}
/* Call to Action Button */
.cta-button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease-in-out;
}
.cta-button:hover {
  background-color: var(--primary);
}
/* Benefits Box */
.benefits-box {
  padding: 1.5rem;
  border-radius: 8px;
  border: none;
  background-color: #F8F9FE;
}
.benefits-box .list-group {
  list-style: none;
  padding: 0;
}
.benefits-box .list-group li {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #71727A;
}
.benefits-box .list-group li .text-pink {
  color: var(--pink);
  /* Pink color for stars */
  margin-right: 0.5rem;
}
.text-pink {
  color: var(--pink);
}
.banner-heading {
  color: white;
  font-family: Inter, sans-serif;
  font-weight: 300;
}
.banner-heading-emphasis {
  color: white;
  font-family: Inter, sans-serif;
  font-weight: 800;
}
