.booking {
    padding: 23px;
    width: 100%;
    text-align: -webkit-center;
    min-width: 243px;
    margin-top: 100px;
}

.booking h2 {
    font-weight: 100;
    margin: 0 50px;
    font-size: 37px;
    color: var(--colortitleBookAppt);
}

.booking .book-days {
    font-weight: 300;
    margin: 40px;
    font-size: 20px;
    opacity: 0.7;
}

.booking .book-time, .booking .alert-service, .booking .alert-hours {
    font-weight: 100;
    margin: 4px;
    font-size: 14px;
    opacity: 0.6;
}

.booking #bday {
    width: 300px;
    height: 40px;
    padding: 16px;
    margin-bottom: 20px;
}

.booking .chosen-day {
    margin: 22px;
    font-size: 20px;
}

.booking .content-hours {
    display: flex;
    justify-content: center;
    margin: 20px;
    font-size: 16px;
}

.box-hour-hidden {
    display: none;
}

.booking .book-info {
    width: 60%;
}

.booking .box-hour
 {
    width: 80px;
    height: 34px;
    background-color: rgb(95, 158, 160);
    color: white;
    padding: 5px;
    margin: 4px;
}

.book-info .info-user, .column-flex #area-info-user {
    width: 100%;
    height: 33px;
    padding: 8px;
    margin: 16px;
    display: inline-block;
    border: 2px solid #39393c;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 25px;
    color: #39393c;
}

.book-info #area-info-user, .column-flex #area-info-user
 {
    height: 100px;
    resize: none;
}

@media only screen and (max-width: 1350px) {
    .booking .book-cover-services {
        grid-template-columns: 250px 250px;
    }
}

.booking .book-cover-services {
    display: grid;
    grid-template-columns: 270px 270px 270px;
    justify-items: flex-start;
    justify-content: center;
    opacity: 0.7;
}

.cover-services-columns {
    margin: 10px;
}

.booking .alert-service, .booking .alert-hours {
    color: red;
    font-weight: 900;
}

#available-hours {
    margin-top: 50px;
}

.booking input[type="submit"] {
    height: 40px;
    width: 150px;
    color: white;
    background-color: #161515;
    margin: 30px;
    cursor: pointer;
}

.booking input:disabled, .booking input[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

.logo-spinner {
    width: 70px;
    height: 70px;
    object-fit: contain;
    animation: spin 1.1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Appointment confirmation */
.booking-confirmation-page .booking {
    width: 100%;
    max-width: 1120px;
    min-width: 0;
    margin: 72px auto 0;
    padding: 24px;
    text-align: initial;
}

.booking-confirmation-page .confirmation-shell {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 80px;
}

.booking-confirmation-page .confirmation-header {
    max-width: 680px;
    margin: 0 auto 38px;
    text-align: center;
}

.booking-confirmation-page .confirmation-success-icon,
.booking-confirmation-page .confirmation-error-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    border: 1px solid rgba(57, 57, 60, 0.22);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.62);
    color: var(--colortitleBookAppt);
}

.booking-confirmation-page .confirmation-success-icon span,
.booking-confirmation-page .confirmation-error-icon span {
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
}

.booking-confirmation-page .confirmation-error-icon {
    color: #8c3d3d;
    border-color: rgba(140, 61, 61, 0.3);
}

.booking-confirmation-page .confirmation-eyebrow,
.booking-confirmation-page .confirmation-card__eyebrow,
.booking-confirmation-page .confirmation-help__eyebrow {
    margin: 0 0 8px;
    color: #6d625d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 1.4;
    text-transform: uppercase;
}

.booking-confirmation-page .confirmation-title {
    margin: 0;
    color: var(--colortitleBookAppt);
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 100;
    line-height: 1.13;
}

.booking-confirmation-page .confirmation-introduction {
    max-width: 570px;
    margin: 20px auto 0;
    color: #4b4643;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75;
}

.booking-confirmation-page .confirmation-introduction strong {
    font-weight: 500;
}

.booking-confirmation-page .confirmation-content {
    display: grid;
    gap: 22px;
}

.booking-confirmation-page .confirmation-card {
    padding: 32px;
    border: 1px solid rgba(57, 57, 60, 0.13);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 42px rgba(42, 36, 32, 0.06);
}

.booking-confirmation-page .confirmation-card--contact {
    background: rgba(250, 248, 246, 0.88);
}

.booking-confirmation-page .confirmation-card__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
}

.booking-confirmation-page .confirmation-card__icon {
    display: flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(57, 57, 60, 0.12);
    border-radius: 50%;
    background-color: #fff;
}

.booking-confirmation-page .confirmation-card__icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 0.72;
}

.booking-confirmation-page .confirmation-card__heading h2,
.booking-confirmation-page .confirmation-help h2,
.booking-confirmation-page .confirmation-error-card h2 {
    margin: 0;
    color: var(--colortitleBookAppt);
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25;
}

.booking-confirmation-page .confirmation-card__eyebrow {
    margin-bottom: 4px;
}

.booking-confirmation-page .confirmation-details,
.booking-confirmation-page .confirmation-contact-list {
    margin: 0;
}

.booking-confirmation-page .confirmation-details__row,
.booking-confirmation-page .confirmation-contact-list__row {
    display: grid;
    grid-template-columns: minmax(90px, 130px) 1fr;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(57, 57, 60, 0.1);
}

.booking-confirmation-page .confirmation-details__row:first-child,
.booking-confirmation-page .confirmation-contact-list__row:first-child {
    border-top: 1px solid rgba(57, 57, 60, 0.1);
}

.booking-confirmation-page .confirmation-details dt,
.booking-confirmation-page .confirmation-contact-list dt {
    color: #746b66;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.booking-confirmation-page .confirmation-details dd,
.booking-confirmation-page .confirmation-contact-list dd {
    min-width: 0;
    margin: 0;
    color: #262322;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.booking-confirmation-page .confirmation-contact-list a {
    color: inherit;
    text-decoration-color: rgba(38, 35, 34, 0.4);
    text-underline-offset: 4px;
}

.booking-confirmation-page .confirmation-card__description {
    margin: -6px 0 22px;
    color: #5c5551;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

.booking-confirmation-page .confirmation-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    margin-top: 24px;
    padding: 12px 24px;
    border: 1px solid #191817;
    color: #fff;
    background-color: #191817;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.booking-confirmation-page .confirmation-button img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.booking-confirmation-page .confirmation-button:hover {
    color: #191817;
    background-color: transparent;
    transform: translateY(-1px);
}

.booking-confirmation-page .confirmation-button:hover img {
    filter: none;
}

.booking-confirmation-page .confirmation-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 16px;
    border-left: 2px solid rgba(57, 57, 60, 0.35);
    background: rgba(255, 255, 255, 0.62);
}

.booking-confirmation-page .confirmation-notice img {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    object-fit: contain;
    opacity: 0.65;
}

.booking-confirmation-page .confirmation-notice p {
    margin: 0;
    color: #554f4b;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
}

.booking-confirmation-page .confirmation-help {
    padding: 38px 30px;
    text-align: center;
}

.booking-confirmation-page .confirmation-help p:not(.confirmation-help__eyebrow) {
    max-width: 470px;
    margin: 12px auto 0;
    color: #5c5551;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

.booking-confirmation-page .confirmation-button--secondary {
    margin-top: 20px;
    color: #191817;
    background-color: transparent;
}

.booking-confirmation-page .confirmation-button--secondary img {
    filter: none;
}

.booking-confirmation-page .confirmation-button--secondary:hover {
    color: #fff;
    background-color: #191817;
}

.booking-confirmation-page .confirmation-button--secondary:hover img {
    filter: brightness(0) invert(1);
}

.booking-confirmation-page .confirmation-error-card {
    text-align: center;
}

.booking-confirmation-page .confirmation-error-card p {
    margin: 14px auto 0;
    color: #5c5551;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

@media only screen and (max-width: 700px) {
    .booking-confirmation-page .booking {
        margin-top: 46px;
        padding: 18px;
    }

    .booking-confirmation-page .confirmation-shell {
        margin-bottom: 50px;
    }

    .booking-confirmation-page .confirmation-header {
        margin-bottom: 30px;
    }

    .booking-confirmation-page .confirmation-success-icon,
    .booking-confirmation-page .confirmation-error-icon {
        width: 58px;
        height: 58px;
    }

    .booking-confirmation-page .confirmation-title {
        font-size: 35px;
    }

    .booking-confirmation-page .confirmation-introduction {
        font-size: 16px;
    }

    .booking-confirmation-page .confirmation-card {
        padding: 24px 20px;
    }

    .booking-confirmation-page .confirmation-card__heading {
        align-items: flex-start;
        gap: 13px;
    }

    .booking-confirmation-page .confirmation-card__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .booking-confirmation-page .confirmation-card__heading h2,
    .booking-confirmation-page .confirmation-help h2 {
        font-size: 22px;
    }

    .booking-confirmation-page .confirmation-details__row,
    .booking-confirmation-page .confirmation-contact-list__row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 14px 0;
    }

    .booking-confirmation-page .confirmation-button {
        width: 100%;
        box-sizing: border-box;
    }

    .booking-confirmation-page .confirmation-help {
        padding: 30px 12px;
    }
}

@media only screen and (max-width: 390px) {
    .booking-confirmation-page .booking {
        padding: 14px;
    }

    .booking-confirmation-page .confirmation-title {
        font-size: 31px;
    }

    .booking-confirmation-page .confirmation-card {
        padding: 22px 17px;
    }
}

/*Google Rating*/
.google-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 6px 0 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #111;
    text-decoration: none;
}

.google-rating__score {
    font-weight: 400;
}

.google-rating__count {
    font-weight: 400;
    opacity: 0.6;
}

.google-rating__stars {
    display: flex;
    align-items: center;
    gap: 1px;
}

.google-rating__star-icon {
    width: 14px;
    height: 14px;
    fill: #000;
    display: block;
}

.google-rating,
.google-rating * {
    caret-color: transparent;
    outline: none;
}

.booking-cover-title-reviews {
    padding: 15px;
    width: fit-content;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
}

.booking-trust__text {
    opacity: 0.5;
}