/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./components/DateTimeSelector.vue?vue&type=style&index=0&id=5687b4f5&scoped=true&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Aggiungi questi stili per evidenziare lo slot dell'appuntamento corrente */
.time-slot.current-appointment[data-v-5687b4f5] {
  background-color: #f0f0f0;
  border: 1px dashed #aaa;
  color: #777;
}
.time-slot.current-appointment.selected[data-v-5687b4f5] {
  background-color: #e0e0e0;
  border: 1px solid #999;
  color: #555;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./components/common/NoticeDialog.vue?vue&type=style&index=0&id=f4c8e9ce&lang=scss&scoped=true ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notice-dialog[data-v-f4c8e9ce] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.notice-dialog.is-visible[data-v-f4c8e9ce] {
  opacity: 1;
  visibility: visible;
}
.notice-dialog .notice-backdrop[data-v-f4c8e9ce] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.notice-dialog .notice-content[data-v-f4c8e9ce] {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
  transition: transform 0.3s;
}
.is-visible .notice-dialog .notice-content[data-v-f4c8e9ce] {
  transform: translateY(0);
}
.notice-dialog .notice-header[data-v-f4c8e9ce] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.notice-dialog .notice-header .notice-title[data-v-f4c8e9ce] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.notice-dialog .notice-header .notice-close[data-v-f4c8e9ce] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.notice-dialog .notice-header .notice-close[data-v-f4c8e9ce]:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.notice-dialog .notice-header .notice-close .icon-close[data-v-f4c8e9ce] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.notice-dialog .notice-body[data-v-f4c8e9ce] {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
}
.notice-dialog .notice-body .notice-message[data-v-f4c8e9ce] {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
.notice-dialog .notice-body .notice-message p[data-v-f4c8e9ce] {
  margin-top: 0;
  margin-bottom: 1rem;
}
.notice-dialog .notice-body .notice-message p[data-v-f4c8e9ce]:last-child {
  margin-bottom: 0;
}
.notice-dialog .notice-footer[data-v-f4c8e9ce] {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e5e5e5;
}
.notice-dialog .notice-footer button[data-v-f4c8e9ce] {
  min-width: 100px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}
.notice-dialog .notice-footer button[data-v-f4c8e9ce]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.notice-dialog .notice-footer button.btn-cancel[data-v-f4c8e9ce] {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #666;
  margin-right: 0.5rem;
}
.notice-dialog .notice-footer button.btn-cancel[data-v-f4c8e9ce]:hover:not(:disabled) {
  background-color: #f5f5f5;
}
.notice-dialog .notice-footer button[data-v-f4c8e9ce] {
  /* Stile per il nuovo pulsante secondario */
}
.notice-dialog .notice-footer button.btn-secondary[data-v-f4c8e9ce] {
  background-color: #217867;
  border: 1px solid #217867;
  color: white;
  margin-right: 0.5rem;
}
.notice-dialog .notice-footer button.btn-secondary[data-v-f4c8e9ce]:hover:not(:disabled) {
  background-color: rgb(27.5, 100, 85.8333333333);
}
.notice-dialog .notice-footer button.btn-confirm[data-v-f4c8e9ce] {
  background-color: #0a5741;
  border: 1px solid #0a5741;
  color: white;
}
.notice-dialog .notice-footer button.btn-confirm[data-v-f4c8e9ce]:hover:not(:disabled) {
  background-color: rgb(7.3711340206, 64.1288659794, 47.912371134);
}
@media (max-width: 576px) {
.notice-dialog .notice-content[data-v-f4c8e9ce] {
    max-width: 90%;
    margin: 0 20px;
}
.notice-dialog .notice-footer button[data-v-f4c8e9ce] {
    min-width: 80px;
    font-size: 0.875rem;
}
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./components/common/CalendarPickerDialog.vue?vue&type=style&index=0&id=78c3f8a6&scoped=true&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.calendar-options[data-v-78c3f8a6] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}
.calendar-option[data-v-78c3f8a6] {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: all 0.2s;
}
.calendar-option[data-v-78c3f8a6]:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.calendar-icon[data-v-78c3f8a6] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: white;
  font-weight: bold;
}
.calendar-icon.google[data-v-78c3f8a6] {
  background-color: #4285F4;
}
.calendar-icon.outlook[data-v-78c3f8a6] {
  background-color: #0078D4;
}
.calendar-icon.ical[data-v-78c3f8a6] {
  background-color: #FF7700;
}
.calendar-name[data-v-78c3f8a6] {
  font-size: 16px;
}
@media (max-width: 576px) {
.calendar-options[data-v-78c3f8a6] {
    gap: 12px;
}
.calendar-option[data-v-78c3f8a6] {
    padding: 10px;
}
.calendar-icon[data-v-78c3f8a6] {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
.calendar-name[data-v-78c3f8a6] {
    font-size: 14px;
}
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./components/AppointmentConfirmation.vue?vue&type=style&index=0&id=181f2c2e&scoped=true&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.notification-status[data-v-181f2c2e] {
  padding: 10px;
  margin-top: 40px;
}
.status-pending[data-v-181f2c2e] {
  background-color: #f8f9fa;
  color: #6c757d;
}
.status-success[data-v-181f2c2e] {
  background-color: #d4edda;
  color: #155724;
}
.status-error[data-v-181f2c2e] {
  background-color: #f8d7da;
  color: #721c24;
}
.status-info[data-v-181f2c2e] {
  background-color: #e2e3e5;
  color: #383d41;
}
.disabled-label[data-v-181f2c2e] {
  color: #6c757d;
  cursor: not-allowed;
}
input[type=checkbox]:disabled + label[data-v-181f2c2e] {
  cursor: not-allowed;
}
.btn-disabled[data-v-181f2c2e] {
  opacity: 0.65;
  cursor: not-allowed;
}
button[data-v-181f2c2e]:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./components/AppointmentWizard.vue?vue&type=style&index=0&id=4498fd1f&lang=css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Stili per l'overlay di elaborazione */
.processing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(10, 87, 65, 0.3);
  border-radius: 50%;
  border-top: 4px solid #0a5741;
  animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./assets/scss/main.scss ***!
  \****************************************************************************************************************************************/
/**
 * Rolex Appointment Calendar
 * Main SCSS file
 */
/**
 * Rolex Appointment Calendar
 * Variables
 */
/**
 * Wizard component styles
 */
@media (max-width: 768px) {
  #rolex-appointment-calendar .container-bespoke-v2 {
    padding: 0 17px;
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
  }
}

.rolex-appointment-wizard {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard {
    max-width: 100%;
  }
}
.rolex-appointment-wizard.step-1 {
  margin-top: 10vh;
}
.rolex-appointment-wizard.step-2, .rolex-appointment-wizard.step-3, .rolex-appointment-wizard.step-4, .rolex-appointment-wizard.step-5, .rolex-appointment-wizard.step-6, .rolex-appointment-wizard.step-7 {
  margin-top: 5vh;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard.step-2, .rolex-appointment-wizard.step-3, .rolex-appointment-wizard.step-4, .rolex-appointment-wizard.step-5, .rolex-appointment-wizard.step-6, .rolex-appointment-wizard.step-7 {
    margin-bottom: 10vh;
  }
}
.rolex-appointment-wizard.step-2 .wizard-container, .rolex-appointment-wizard.step-3 .wizard-container, .rolex-appointment-wizard.step-4 .wizard-container, .rolex-appointment-wizard.step-5 .wizard-container, .rolex-appointment-wizard.step-6 .wizard-container, .rolex-appointment-wizard.step-7 .wizard-container {
  padding-top: 44px;
}
.rolex-appointment-wizard.step-4 .wizard-body {
  margin-top: 60px;
}
.rolex-appointment-wizard .back-button-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.rolex-appointment-wizard .back-button-container .btn-back {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.rolex-appointment-wizard .back-button-container .btn-back span {
  margin-left: 6px;
}
.rolex-appointment-wizard .wizard-container {
  overflow: hidden;
}
.rolex-appointment-wizard .wizard-header {
  text-align: center;
}
.rolex-appointment-wizard .wizard-body {
  margin-top: 30px;
  min-height: 300px;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard .wizard-body {
    min-height: 100%;
  }
}
.rolex-appointment-wizard .wizard-body .body20-light {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.rolex-appointment-wizard .wizard-body .body20-bold {
  max-width: 768px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.rolex-appointment-wizard .wizard-body .intro-text {
  margin-bottom: 80px;
}
.rolex-appointment-wizard .wizard-body .selection-text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 32px;
}
.rolex-appointment-wizard .wizard-footer {
  margin-top: 40px;
  margin-bottom: 10vh;
  background-color: #F9F7F4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard .wizard-footer {
    margin-bottom: 0;
  }
}
.rolex-appointment-wizard .appointment-purpose {
  margin-bottom: 10vh;
}
.rolex-appointment-wizard .purpose-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard .purpose-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}
.rolex-appointment-wizard .purpose-options .purpose-option {
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard .purpose-options .purpose-option {
    height: 100%;
  }
}
.rolex-appointment-wizard .purpose-options .purpose-option .purpose-image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard .purpose-options .purpose-option .purpose-image {
    aspect-ratio: 25/32;
  }
}
.rolex-appointment-wizard .purpose-options .purpose-option .purpose-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rolex-appointment-wizard .purpose-options .purpose-option .purpose-content {
  margin-top: 10px;
}
.rolex-appointment-wizard .appointment-confirmation {
  max-width: 600px;
  margin: 0 auto;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-message {
  text-align: center;
  margin-bottom: 48px;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-message .confirmation-title {
  margin-top: 30px;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-message .confirmation-instructions {
  margin-top: 20px;
  margin-bottom: 40px;
}
.rolex-appointment-wizard .appointment-confirmation .appointment-details {
  background-color: #FFFFFF;
  max-width: 600px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.rolex-appointment-wizard .appointment-confirmation .appointment-details .details-title {
  margin-bottom: 40px;
}
.rolex-appointment-wizard .appointment-confirmation .appointment-details .purpose-content {
  margin-bottom: 30px;
}
.rolex-appointment-wizard .appointment-confirmation .appointment-details .purpose-date {
  margin-bottom: 30px;
}
.rolex-appointment-wizard .appointment-confirmation .appointment-details .details-grid .detail-item .body20-bold,
.rolex-appointment-wizard .appointment-confirmation .appointment-details .details-grid .detail-item .body20-light {
  text-align: left !important;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions {
  margin-top: 40px;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-item {
  margin-bottom: 20px;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-item .btn-add-calendar {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: auto;
  background: transparent !important;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-item .btn-add-calendar span {
  color: #0A5741;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-item .btn-add-calendar img {
  width: 16px;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .notification-option {
  display: flex;
  align-items: center;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-buttons {
  display: flex;
  justify-content: space-between;
  width: 76%;
  gap: 30px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10vh;
}
@media (max-width: 768px) {
  .rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-buttons {
    margin-bottom: 0;
    flex-direction: column;
    width: 70%;
  }
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-buttons .btn-homepage {
  font-weight: bold;
}
.rolex-appointment-wizard .appointment-confirmation .confirmation-actions .action-buttons .btn-modify {
  background: transparent;
  color: #0A5741;
  font-weight: bold;
}

.store-selector .country-selector {
  appearance: none;
  /* rimuove lo stile nativo */
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000000;
  margin-bottom: 40px;
}
.store-selector .country-selector label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
.store-selector .country-selector .select-wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 33.33%;
}
@media (max-width: 768px) {
  .store-selector .country-selector .select-wrapper {
    width: 60%;
  }
}
.store-selector .country-selector .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #452c1e;
  pointer-events: none;
}
.store-selector .country-selector .select-wrapper select {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid rgba(69, 44, 30, 0.4);
  padding: 10px 0;
}
.store-selector .country-selector .select-wrapper select:focus, .store-selector .country-selector .select-wrapper select:focus-visible {
  outline: none;
  box-shadow: none;
}
.store-selector .country-selector .select-wrapper select::-ms-expand {
  display: none;
}
.store-selector .country-selector .select-wrapper select option {
  color: #000000;
  text-align: left;
}
.store-selector .country-selector .select-wrapper select option:checked {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.store-selector .store-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
@media (max-width: 1440px) {
  .store-selector .store-options {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .store-selector .store-options {
    display: flex;
  }
}
.store-selector .store-options:has(.store-card:only-child) {
  grid-template-columns: repeat(4, 1fr);
}
.store-selector .store-options:has(.store-card:only-child) .store-card:only-child {
  grid-column: 2/4;
}
@media (max-width: 1440px) {
  .store-selector .store-options:has(.store-card:only-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  .store-selector .store-options:has(.store-card:only-child) .store-card:only-child {
    grid-column: 2/3;
  }
}
@media (max-width: 768px) {
  .store-selector .store-options:has(.store-card:only-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-selector .store-options:has(.store-card:only-child) .store-card:only-child {
    grid-column: 1/3;
  }
}
.store-selector .store-options .store-card {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid rgba(69, 44, 30, 0.4);
  padding: 40px 10%;
  max-width: 527px;
  margin: 0 auto;
}
.store-selector .store-options .store-card:hover {
  border-color: #0A5741;
}
.store-selector .store-options .store-card.selected {
  background-color: #006039;
}
.store-selector .store-options .store-card.selected .store-header {
  text-align: center;
}
.store-selector .store-options .store-card.selected .store-header .legend16-bold,
.store-selector .store-options .store-card.selected .store-header .headline30 {
  color: #FFFFFF;
}
.store-selector .store-options .store-card.selected .body20-light {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .store-selector .store-options .store-card {
    width: 100%;
    border: none;
  }
}
.store-selector .store-options .store-card .store-header {
  text-align: center;
  margin-bottom: 16px;
}
.store-selector .store-options .store-card .store-header .store-type {
  font-size: 14px;
  color: #999999;
  margin-bottom: 4px;
}
.store-selector .store-options .store-card .store-header .store-name {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.store-selector .store-options .store-card .store-address {
  font-size: 14px;
  color: #333333;
}
.store-selector .store-options .store-card .store-address p {
  margin: 0 0 4px;
}
.store-selector .store-options .store-card .store-address p:last-child {
  margin-bottom: 0;
}

.date-time-selector {
  width: 50%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .date-time-selector {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .date-time-selector {
    width: 100%;
  }
}
.date-time-selector .date-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 50px;
}
.date-time-selector .date-navigation button {
  background: transparent;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.date-time-selector .date-navigation button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.date-time-selector .calendar-days {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.date-time-selector .calendar-days .calendar-day {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.15s ease-in-out;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .date-time-selector .calendar-days .calendar-day {
    width: 31%;
    padding: 20px;
  }
}
.date-time-selector .calendar-days .calendar-day.available {
  cursor: pointer;
}
.date-time-selector .calendar-days .calendar-day.available:hover {
  background: rgba(255, 255, 255, 0.5);
}
.date-time-selector .calendar-days .calendar-day.available:hover .day-number,
.date-time-selector .calendar-days .calendar-day.available:hover .day-name {
  color: #8d8c8a;
}
.date-time-selector .calendar-days .calendar-day.available.selected {
  background: linear-gradient(90deg, #0b3e27, #197149);
}
.date-time-selector .calendar-days .calendar-day.available.selected .day-number,
.date-time-selector .calendar-days .calendar-day.available.selected .day-name {
  color: #FFFFFF;
}
.date-time-selector .calendar-days .calendar-day.unavailable {
  background: rgba(255, 255, 255, 0.5);
}
.date-time-selector .calendar-days .calendar-day.unavailable .day-number,
.date-time-selector .calendar-days .calendar-day.unavailable .day-name {
  color: #8d8c8a;
}
.date-time-selector .calendar-days .calendar-day.unavailable {
  cursor: not-allowed;
}
.date-time-selector .time-slots .time-slots-title {
  margin-bottom: 40px;
  text-align: center;
}
.date-time-selector .time-slots .time-slots-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .date-time-selector .time-slots .time-slots-grid {
    gap: 10px;
  }
}
.date-time-selector .time-slots .time-slots-grid .time-slot {
  width: 31%;
  padding: 16px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  background: #FFFFFF;
  color: #000000;
}
@media (max-width: 768px) {
  .date-time-selector .time-slots .time-slots-grid .time-slot {
    padding: 10px;
    width: 31%;
  }
}
.date-time-selector .time-slots .time-slots-grid .time-slot:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #8d8c8a;
}
.date-time-selector .time-slots .time-slots-grid .time-slot.selected {
  background: linear-gradient(90deg, #0b3e27, #197149);
  color: #FFFFFF;
}

/**
 * Button component styles
 */
.container-bespoke-v2 button {
  outline: none;
  border: 0;
}
.container-bespoke-v2 button.no-hover:hover span {
  color: #000000;
}
.container-bespoke-v2 button.no-hover:hover img.on-over {
  display: none;
}
.container-bespoke-v2 button.no-hover:hover img.no-over {
  display: inline;
}
.container-bespoke-v2 .btn-black span {
  color: #000000;
}
.container-bespoke-v2 .btn-back img {
  transform: rotate(180deg);
}

/**
 * Form component styles
 */
select {
  appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 16px 24px;
  font-size: 16px;
  width: 100%;
  height: 44px;
  background-color: rgba(249, 247, 244, 0.4);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
select:focus {
  outline: none;
  border-color: #0A5741;
  box-shadow: 0 0 0 2px rgba(10, 87, 65, 0.2);
}
select:disabled {
  background-color: #E5E5E5;
  cursor: not-allowed;
  opacity: 0.7;
}
select option {
  padding: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=date],
input[type=time] {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  text-align: left !important;
  max-width: 100% !important;
  margin: 0 !important;
  width: 100% !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus {
  outline: none;
  background: transparent;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled {
  background-color: #E5E5E5;
  cursor: not-allowed;
  opacity: 0.7;
}

textarea {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  resize: vertical;
  min-height: 100px;
}
textarea:focus {
  outline: none;
  border-color: #0A5741;
  box-shadow: 0 0 0 2px rgba(10, 87, 65, 0.2);
}
textarea:disabled {
  background-color: #E5E5E5;
  cursor: not-allowed;
  opacity: 0.7;
}

.form-group {
  border-bottom: 1px solid rgba(69, 44, 30, 0.4);
  padding: 10px 0 0 0;
}
.form-group .help-text {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #999999;
}
.form-group.required label::after {
  content: "*";
  color: #A37E2C;
  margin-left: 4px;
}
.form-group label {
  opacity: 0.5;
  margin-bottom: 4px;
}
.form-group .select-wrapper {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .form-group .select-wrapper {
    width: 100%;
  }
}
.form-group .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #452c1e;
  pointer-events: none;
}
.form-group .select-wrapper select {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 35px;
}
.form-group .select-wrapper select:focus, .form-group .select-wrapper select:focus-visible {
  outline: none;
  box-shadow: none;
}
.form-group .select-wrapper select::-ms-expand {
  display: none;
}
.form-group .select-wrapper select option {
  color: #000000;
  text-align: left !important;
}
.form-group .select-wrapper select option:checked {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.is-valid {
  border-color: #28a745 !important;
}
.is-valid:focus {
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2) !important;
}

.is-invalid {
  border-color: #dc3545 !important;
}
.is-invalid:focus {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2) !important;
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
  color: #dc3545;
}

.customer-info-form {
  max-width: 800px;
  margin: 0 auto;
}

.form-group.required .form-label::after {
  content: "*";
  color: #A37E2C;
  margin-left: 4px;
}
.form-group .form-label {
  opacity: 0.5;
  margin-bottom: 4px;
}

.form-control,
.form-select {
  border: 0;
  border-bottom: 1px solid rgba(69, 44, 30, 0.4);
  border-radius: 0;
  padding: 0 0 8px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  background-color: transparent;
}
.form-control:focus,
.form-select:focus {
  border-color: rgba(69, 44, 30, 0.4);
  box-shadow: none;
  outline: none;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.checkbox-wrapper.form-check {
  padding-left: 0;
}
.checkbox-wrapper .form-check-input {
  appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background-color: white;
  margin-top: 0;
  margin-left: 0 !important;
}
.checkbox-wrapper .form-check-input:checked {
  background-color: #0A5741;
  border-color: #0A5741;
}
.checkbox-wrapper .form-check-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url(../images/check-white-icon.svg?f0ed6f45a2449a7578fee6a8ca02ddc3);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-wrapper .form-check-input:focus {
  box-shadow: none;
  border-color: #d1d5db;
}
.checkbox-wrapper .form-check-label {
  cursor: pointer;
  user-select: none;
  color: #000000;
  flex: 1;
}
.checkbox-wrapper .form-check-label a {
  color: #0A5741;
  text-decoration: underline;
}
.checkbox-wrapper .form-check-label a:hover {
  text-decoration: none;
}

.mandatory-notice {
  margin-top: 30px;
}

/**
 * Notice component styles
 */
.appointment-notice {
  margin: 0 auto;
}
.appointment-notice .notice-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

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