.booking-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.booking-container * {
  box-sizing: border-box;
}

.mdl-border {
  border-top: 1px solid #ffd740;
  margin-top: 0;
  margin-bottom: 0;
}

.ge-content h3 {
  margin-top: 24px;
  margin-bottom: 6px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .ge-content h3 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .ge-content h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 16px;
  }
}
.ge-content h4 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .ge-content h4 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .ge-content h4 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.ge-footer {
  padding-left: 40px;
  background-color: black !important;
}
.ge-footer .mdl-mini-footer--link-list a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .ge-footer {
    padding-left: 16px;
  }
}

#telephone-support {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 900;
}
@media (max-width: 991px) {
  #telephone-support {
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #telephone-support {
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    padding: 8px;
  }
}

@media (max-width: 991px) {
  .mdl-grid {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .mdl-grid {
    padding: 8px 0;
  }
}

.mdl-grid.items-center {
  align-items: center;
}
@media (max-width: 991px) {
  .mdl-grid.items-center {
    flex-direction: column;
    align-items: flex-start;
  }
  .mdl-grid.items-center > div {
    width: 100%;
    margin-bottom: 8px;
  }
}
.mdl-grid.content-spread {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mdl-grid.content-spread {
    flex-direction: column;
  }
  .mdl-grid.content-spread > div {
    width: 100%;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .mdl-cell--4-col,
.mdl-cell--6-col,
.mdl-cell--8-col,
.mdl-cell--12-col {
    width: 100%;
    margin: 8px 0;
    max-width: 100%;
  }
}
.mdl-white-button {
  display: flex;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  background: white;
  padding: 12px;
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.mdl-white-button:hover {
  display: flex;
  justify-content: center;
  background: #646464;
  padding: 12px;
  color: white;
}
@media (max-width: 991px) {
  .mdl-white-button {
    width: 100%;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .mdl-white-button {
    padding: 10px;
    font-size: 14px;
  }
}

.text-gold {
  color: #e8c05f;
}

@media (max-width: 991px) {
  .mdl-typography--text-right {
    text-align: left;
  }
}
.step-scheduling, .step-bookinginfo {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .step-scheduling p, .step-bookinginfo p {
    background-color: rgba(232, 192, 95, 0.1);
    padding: 10px;
    border-left: 3px solid #e8c05f;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .step-scheduling p, .step-bookinginfo p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .step-scheduling.mdl-grid {
    display: block;
  }
  .step-scheduling.mdl-grid .mdl-cell--6-col {
    width: 100%;
    margin: 8px 0;
    padding: 0;
  }

  .mdl-cell--4-col[style*="margin-left: 20px"] {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mdl-chip--deletable {
    display: none;
  }
}
#datepicker-container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  #datepicker-container {
    margin-bottom: 16px;
    border: 1px solid rgba(232, 192, 95, 0.2);
    border-radius: 4px;
    padding: 8px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #datepicker-container {
    width: 100%;
    max-width: 100%;
    margin: 0 0 8px 0;
    padding: 8px;
    border: 1px solid rgba(232, 192, 95, 0.3);
    border-radius: 4px;
  }
}

.pika-single {
  border: 0;
  background-color: transparent;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
}
.pika-single.pika-single {
  left: 0 !important;
  width: 100% !important;
  position: relative !important;
}

.pika-lendar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.pika-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 2px;
  color: white;
  background: transparent;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0 40px;
  height: 30px !important;
  line-height: 30px !important;
}
@media (max-width: 991px) {
  .pika-title {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .pika-title {
    font-size: 18px;
  }
}

.pika-label {
  background: transparent;
  display: inline-block !important;
  margin: 0 5px !important;
  line-height: 30px !important;
}

.pika-prev,
.pika-next {
  position: absolute !important;
  top: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 15px 15px !important;
  cursor: pointer !important;
  border: none !important;
  outline: none !important;
  text-indent: -9999px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  opacity: 1 !important;
  filter: invert(100%) brightness(100%) !important;
}
@media (max-width: 767px) {
  .pika-prev,
.pika-next {
    width: 24px !important;
    height: 24px !important;
    background-size: 12px 12px !important;
  }
}

.pika-prev {
  left: 0 !important;
  right: auto !important;
}

.pika-next {
  right: 0 !important;
  left: auto !important;
}

.pika-prev::after,
.pika-next::after,
.pika-prev::before,
.pika-next::before {
  display: none !important;
}

.pika-table {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}
.pika-table th {
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .pika-table th {
    font-size: 12px;
    padding: 2px 0;
  }
}
.pika-table td {
  padding: 4px;
  width: calc(100% / 7) !important;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .pika-table td {
    padding: 1px;
  }
}
.pika-table td > button {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-align: center;
  background: transparent;
  border-radius: 0;
  color: #e8c05f;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  min-height: 34px;
}
@media (max-width: 991px) {
  .pika-table td > button {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pika-table td > button {
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.pika-table td.is-selected > button {
  background: #e8c05f;
  border: #e8c05f;
  box-shadow: inset 0 1px 3px #e8c05f;
  border-radius: 0;
}
.pika-table td.is-disabled > button {
  background: transparent;
  opacity: 0.1;
}
.pika-table td.is-today > button {
  font-weight: 400;
  color: #f39c12;
}
.pika-table td.is-today.is-selected > button {
  color: white;
}
.pika-table td > button:hover {
  text-align: center;
  background: rgba(232, 192, 95, 0.2);
  box-shadow: none;
  border-radius: 0;
}

#timeslots {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  #timeslots {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #timeslots {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  #timeslots .mdl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #timeslots .mdl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}

.ge-date {
  margin: 20px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .ge-date {
    margin: 10px 0;
    text-align: center;
    display: block;
    padding: 8px 0;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .ge-date {
    font-size: 14px;
  }
}

.ge-slot {
  color: white;
  font-weight: 200;
  text-transform: lowercase;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
}
@media (max-width: 991px) {
  .ge-slot {
    padding: 8px 4px;
    min-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ge-slot {
    padding: 8px 4px;
    min-height: 44px;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 2px;
  }
}
.ge-slot:hover {
  border: 1px solid gold;
}
.ge-slot.highlighted {
  border: 1px solid gold;
  color: white;
  background-color: rgba(255, 215, 0, 0.1);
}
.ge-slot.selected {
  border: 1px solid limegreen;
  color: white;
  background-color: rgba(50, 205, 50, 0.1);
}

.duration-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  gap: 16px;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 991px) {
  .duration-selector {
    margin: 16px auto;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .duration-selector {
    margin: 8px auto;
    gap: 8px;
  }
}

.duration-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.33);
  color: white;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .duration-btn {
    min-height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 767px) {
  .duration-btn {
    min-height: 44px;
    min-width: 44px;
  }
}
.duration-btn:hover:not(:disabled) {
  border-color: #e8c05f;
  color: #e8c05f;
}
.duration-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.duration-btn i {
  font-size: 20px;
}

.hours-display {
  font-size: 18px;
  min-width: 60px;
  text-align: center;
  color: white;
  font-weight: 500;
}
@media (max-width: 991px) {
  .hours-display {
    font-size: 16px;
    min-width: 50px;
  }
}
@media (max-width: 767px) {
  .hours-display {
    font-size: 14px;
    min-width: 40px;
  }
}

.booking-details h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.booking-details p {
  margin: 8px 0;
}
@media (max-width: 767px) {
  .booking-details p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .booking-details {
    width: 100%;
  }
}

.textfield {
  display: flex;
  flex-direction: column;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .textfield {
    margin-bottom: 16px;
  }
}
.textfield ~ .textfield {
  margin-left: 25px;
}
@media (max-width: 991px) {
  .textfield ~ .textfield {
    margin-left: 0;
  }
}
.textfield > input, .textfield textarea {
  color: white;
  margin: 10px 0;
  letter-spacing: 3px;
  font-size: 14px;
  border: 1px solid white;
  background: transparent;
  padding: 12px 10px;
}
@media (max-width: 991px) {
  .textfield > input, .textfield textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .textfield > input, .textfield textarea {
    padding: 8px 6px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.textfield > input[readonly] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
  cursor: not-allowed;
}

.validation-error {
  color: #ff6a6a;
}
@media (max-width: 767px) {
  .validation-error {
    font-size: 14px;
    padding: 5px 0;
  }
}

.info {
  margin: 10px 2px;
  padding: 12px;
  background: rgba(232, 192, 95, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.info a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .info {
    padding: 8px;
    font-size: 14px;
  }
}

.ge-toc {
  display: flex;
  align-items: center;
}
.ge-toc > * {
  margin-left: 10px;
  color: white;
}
.ge-toc > div > a {
  color: white;
}

.ge-toc-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  margin: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  user-select: none;
  transition: none;
}
@media (max-width: 991px) {
  .ge-toc-checkbox {
    margin: 8px 5px;
  }
}
@media (max-width: 767px) {
  .ge-toc-checkbox {
    font-size: 14px;
    gap: 5px;
  }
}
.ge-toc-checkbox > div {
  margin-left: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .ge-toc-checkbox > div {
    margin-left: 5px;
    line-height: 20px;
  }
}
.ge-toc-checkbox input {
  display: none;
}
.ge-toc-checkbox .checkmark {
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
}
@media (max-width: 767px) {
  .ge-toc-checkbox .checkmark {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px;
  }
}
.ge-toc-checkbox:hover .checkmark {
  box-shadow: 0 0 1px white;
}
.ge-toc-checkbox input:checked + .checkmark {
  background-color: transparent;
  border-color: white;
}
.ge-toc-checkbox .checkmark::after {
  content: "";
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}
@media (max-width: 767px) {
  .ge-toc-checkbox .checkmark::after {
    width: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
  }
}
.ge-toc-checkbox input:checked + .checkmark::after {
  display: block;
}

.form-footer {
  display: flex;
  flex-direction: column;
}

.phone-input-wrapper {
  display: flex;
  gap: 0;
}
@media (max-width: 767px) {
  .phone-input-wrapper {
    flex-wrap: wrap;
  }
}
.phone-input-wrapper select.country-code {
  color: white;
  letter-spacing: 3px;
  font-size: 14px;
  border: 1px solid white;
  background: transparent;
  margin: 10px 0;
  padding: 12px 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  width: 100px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .phone-input-wrapper select.country-code {
    width: 80px;
    font-size: 16px;
  }
}
.phone-input-wrapper select.country-code option {
  background-color: #1a1a1a;
  color: white;
  width: 200px;
}
.phone-input-wrapper select.country-code option:checked {
  background-color: #1a1a1a;
  color: white;
}
.phone-input-wrapper input[type=tel] {
  flex: 1;
  color: white;
  letter-spacing: 3px;
  font-size: 14px;
  border: 1px solid white;
  background: transparent;
  margin: 10px 0;
  padding: 12px 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .phone-input-wrapper input[type=tel] {
    font-size: 16px;
  }
}
.phone-input-wrapper select[disabled],
.phone-input-wrapper input[readonly] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
  cursor: not-allowed;
}
.phone-input-wrapper select.country-code:focus {
  color-scheme: dark;
}

@media (max-width: 991px) {
  .mdl-grid .textfield.mdl-cell--6-col,
.mdl-grid .textfield.mdl-cell--12-col {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
    font-size: 16px;
  }
}
.modal {
  background-color: #2A2A2A;
  color: #F5F5F5;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .modal {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .modal {
    padding: 15px;
    max-height: 90vh;
    overflow-y: auto;
  }
}
.modal .form-control {
  background-color: #333333;
  border: 1px solid #F5F5F5;
  color: #F5F5F5;
}
.modal .btn-primary {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #FFFFFF;
}
.modal .btn-primary:hover {
  background-color: #e8c05f;
  color: #1F1F1F;
}
.modal .validation-error {
  color: #ff6a6a;
}
.modal .ge-toc-checkbox .checkmark {
  border-color: #e8c05f;
}
.modal .ge-toc-checkbox input:checked + .checkmark {
  background-color: #e8c05f;
}
@media (max-width: 767px) {
  .modal h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .modal h5 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .modal #login-form input {
    padding: 8px 6px !important;
  }
}

.payment-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.payment-overlay.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}

.spinner-container {
  text-align: center;
  max-width: 80%;
}
@media (max-width: 991px) {
  .spinner-container {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .spinner-container {
    max-width: 95%;
  }
}
.spinner-container p {
  margin-top: 20px;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .spinner-container p {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.spinner-container .error-message {
  color: #ff6a6a;
  margin-top: 10px;
  font-size: 16px;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
}
@media (max-width: 767px) {
  .spinner-container .error-message {
    font-size: 14px;
  }
}
.spinner-container .error-message.active {
  opacity: 1;
  max-height: 200px;
}

.spinner {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 5px solid rgba(232, 192, 95, 0.3);
  border-radius: 50%;
  border-top-color: #e8c05f;
  animation: spin 1s ease-in-out infinite;
}
@media (max-width: 767px) {
  .spinner {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
}
.spinner.error {
  border-top-color: #ff6a6a;
  animation-duration: 1.5s;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.accordion {
  width: 100%;
}
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-top: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .accordion-title {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .accordion-title {
    margin-top: 8px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.accordion-content {
  padding: 8px 16px;
  display: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .accordion-content {
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .accordion-content {
    padding: 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.accordion-content p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .accordion-content p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.accordion.active .accordion-content {
  display: block;
}
.accordion.active .chevron {
  transform: rotate(270deg);
}
.accordion hr {
  margin-top: 10px;
  border: none;
  height: 1px;
  background-color: #e8c05f;
}
@media (max-width: 767px) {
  .accordion hr {
    margin-top: 5px;
  }
}

.chevron {
  transition: transform 0.7s ease;
}
.chevron.down {
  transform: rotate(90deg);
}

:focus {
  outline: 2px solid #e8c05f;
  outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #e8c05f;
  outline-offset: 0;
  border-color: #e8c05f;
}

@media (max-width: 767px) {
  .ge-slot,
.duration-btn,
select,
input[type=checkbox],
.accordion-title,
.mdl-white-button,
button {
    min-width: 44px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.button-loading-indicator {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

[data-attach-loading].loading {
  opacity: 0.7;
  position: relative;
}
[data-attach-loading].loading:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 3px solid rgba(232, 192, 95, 0.3);
  border-top-color: #e8c05f;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/*# sourceMappingURL=booking.css.map */
