/* ---- Loading logo screen at the first ----------- */
/* Theme Color section  */
:root {
    --text-gold: #E7D7B6;
    --text-white: #ffffff;
    --text-red: #ff0000;
    --loading-white: #ffffff24;
}

.firstLogo {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #12273C;
    position: fixed;
    z-index: 100000;
}

.firstLogo img {
    max-height: 50vh;
    object-fit: contain;
}

.text-center {
    text-align: center;
}

/* home page  */
/* .home-services-header {
    margin-bottom: 15px;
} */
.saving-up-text {
    font-size: 24px;
}

.loading-wrapper-back {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-back-container {
    width: 100%;
    height: 100%;
    background-color: var(--loading-white);
}

/* --------------------------------- */
.u-image {
    margin-right: 5px;
    border-radius: 50% !important;
}

.contacts_main select {
    background: #12273C;
    color: white;
    border: none;
    border-bottom: 1px solid gray;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border-left: 1px solid gray;
}

.success-message {
    background-color: rgb(202, 255, 202);
    color: green;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.error-message {
    background-color: rgb(255, 202, 196);
    color: rgb(128, 0, 0);
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.contacts_main-form .btn {
    margin-top: 20px !important;
}

.captcha-message {
    width: 100%;
}

.captcha-message>.captcha-wrrong-code {
    color: var(--text-red);
}

.captcha-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.captcha-wrapper>i {
    cursor: pointer;
    margin-left: 15px;
    font-size: 20px;
}

#captcha {
    min-width: 100px;
    padding: 8px 0 0 10px;
    background-color: var(--text-gold);
    height: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cpatchaTextBox {
    max-width: 125px;
    height: 100%;
    border: 1px solid var(--text-white);
    padding: 5px;
    font-size: 20px;
}

.contact-send-button:disabled {
    cursor: not-allowed;
    opacity: .5;
}

/* ======= Book Page ============== */
/* -------- step design ------------------- */
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    color: black;
}

.stepper-item.active {
    font-weight: bold;
}

.alert {
    color: red;
}

.stepper-item.completed .step-counter {
    background-color: #4bb543;
}

.stepper-item.active .step-counter {
    background-color: #4bb543;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.otp-send-message {
    text-align: center;
    color: white;
    font-size: 20px;
}

#phone_number {
    color: var(--text-gold);
}

.otp-number {
    border-bottom: 1px solid var(--text-gold);
    margin-right: 20px;
    text-align: center;
    width: 40px;
}

.otp-number>input {
    width: 100%;
    font-size: 30px;
    text-align: center;
}

.resendButt {
    color: red;
    border-bottom: 1px solid red;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
}

.resendButt:hover {
    color: var(--text-gold);
    border-bottom: 1px solid var(--text-gold);
}

.disable-resend {
    cursor: not-allowed;
}

.disable-resend>.resendButt {
    color: gray;
    border-bottom: 1px solid gray;
    pointer-events: none;
}

.resendTime {
    color: var(--text-gold);
    font-weight: bold;
    margin-left: 10px;
}

/* --------- Calendar ------------ */
#calendarContainer {
    margin-bottom: 30px;
}

.ui-widget-content {
    background: inherit !important;
    color: inherit !important;
    margin: 0 auto;
}

.ui-state-highlight {
    border: 1px solid #d1e8ff !important;
    background: #12273C !important;
    color: white !important;
}

.ui-state-default.ui-state-active {
    border: 1px solid #d1e8ff !important;
    background: white !important;
    color: black !important;
}

.ui-state-default {
    border: 1px solid #d1e8ff !important;
    background: #12273C !important;
    color: white !important;
}

.ui-state-hover {
    border: 1px solid #d1e8ff !important;
    background: white !important;
    color: black !important;
}

.ui-widget-header {
    border: inherit !important;
    background: inherit !important;
    color: inherit !important;
}

/* -------- employee --------------- */
.employeeWrapper {
    display: flex;
    flex-wrap: wrap;
}

.employeeBtn {
    padding: 6px 18px;
    /* background-color: #8d8d8d; */
    border: 1px solid #8d8d8d;
    font-weight: 600;
    /* color: black; */
    margin: 0px 10px 10px 0px;
    cursor: pointer;
}

.employeeBtn:hover {
    color: white;
}

.employeeBtn.active {
    background-color: #8d8d8d;
    /* background: initial; */
    color: black;
    border: 1px solid white;
}

.stepWrapper .custom-select-option.is-selected {
    background: #202020;
}

.bookResult {
    margin-top: 30px;
}

.nameTime {
    display: flex;
    flex-direction: column;
}

.book-error {
    color: rgb(128, 0, 0);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.book-success {
    color: green;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

/* MeetUs */
.square-photo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.meet-name {
    text-align: left;
}

/* Responsive  */
@media (max-width: 992px) {

    /* home page responsive */
    .saving-up-text {
        margin-left: 35px;
    }
}

@media (max-width: 768px) {

    /* home page responsive */
    .home-services-header {
        margin-bottom: 10px;
    }

    .saving-up-text {
        margin-left: 0;
    }

    /* MeetUs */
    .square-photo-wrapper {
        justify-content: center;
    }

    .meet-name {
        text-align: center;
    }
}
