.bg-booker-strong {
    background-color: var(--sc-brand-blue-strong-primary);
}

.bg-booker-white {
    background-color: var(--sc-white);
}

.booker-title {
    color: var(--sc-white);
}

.contact-box {
    background-color: #F2F2F2;
}

.form-box {
    background-color: var(--sc-brand-orange-primary);
}

.form-background-overlay {
    background-image: url("/assets/images/textura.webp");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.fs-24px {
    font-size: 24px;
}

.svg-orange {
    fill: var(--sc-brand-orange-primary);
    color: var(--sc-brand-orange-primary);
}

.contact-text {
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 23px;
    color: #000000;
}

.z-idx-100 {
    z-index: 0;
}


.stiky-book {
    box-shadow: 0px 8px 32px -8px rgba(0, 0, 0, 0.1);
}

.sticky-top {
    z-index: 444 !important;
}


.form-floating .autoComplete_wrapper {
    width: 100%;
    display: block;
}

.form-floating .autoComplete_wrapper ul {
    z-index: 999;
    padding-top: 16px;
    min-width: 350px;
}

.form-floating .autoComplete_wrapper ul p {
    color: #333;
}

.form-floating .autoComplete_wrapper input {
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
    height: calc(3.5rem + calc(var(--bs-border-width) * 2)) !important;
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2)) !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    background-position: right 0.75rem bottom 1rem !important;
    padding-left: 0.75rem;
}


.form-floating .autoComplete_wrapper+label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating .autoComplete_wrapper+label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    border-radius: var(--bs-border-radius);
}

.top-booking .form-floating select,
.top-booking .form-floating input {
    background-color: transparent !important;
    border: 1px solid var(--sc-brand-orange-primary) !important;
    color: var(--sc-brand-orange-primary) !important;
    border-radius: 8px !important;
}

.top-booking .form-floating select option {
    color: #333 !important;
}

.top-booking .form-floating label {
    color: var(--sc-white) !important;
}

.top-booking .autoComplete_wrapper>input {
    background-image: url(../../images/svg/search-orange.svg) !important;
}

.top-booking .autoComplete_wrapper>input::placeholder,
.top-booking .autoComplete_wrapper>input:read-only {
    color: var(--sc-brand-orange-200);
    transition: all .3s ease;
    -webkit-transition: all -webkit-transform .3s ease
}


.top-booking .autoComplete_wrapper>input:hover::placeholder {
    color: var(--sc-brand-orange-300);
    transition: all .3s ease;
    -webkit-transition: all -webkit-transform .3s ease
}

.top-booking .autoComplete_wrapper>input:focus::placeholder {
    padding: .1rem .6rem;
    font-size: .95rem;
    color: var(--sc-brand-orange-primary) !important;
}

.top-booking .form-floating select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.book-service-title {
    font-size: 21px;
    font-weight: 600;
}

.time-service-cancel {
    background-color: white !important;
    color: #ff0000a8 !important;
}

.time-service-confirm {
    background-color: white !important;
    border: 1px solid var(--sc-brand-sea-blue-primary) !important;
    color: var(--sc-brand-sea-blue-primary) !important;
}

.custom-time .vanilla-calendar-time {
    border-top: none;
    margin: 0;
    padding: 0;
}

.form-control.is-invalid {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}


.error-blink {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.stiky-book.bg-booker-white .booker-title {
    color: var(--sc-brand-sea-blue-primary) !important;
}

.stiky-book.bg-booker-white .form-floating label {
    /* color: var(--sc-brand-sea-blue-primary) !important; */
    color: var(--sc-secondary-primary) !important;
}