/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Gilroy-Medium";
    color: #000;
}

/* ------------------------------------------------font-famillry------------------------------- */

@font-face {
    font-family: Gilroy-Bold;
    src: url("../fonts/Gilroy-Bold.ttf");
}
@font-face {
    font-family: Gilroy-Heavy;
    src: url("../fonts/Gilroy-Heavy.ttf");
}
@font-face {
    font-family: Gilroy-Regular;
    src: url("../fonts/Gilroy-Regular.ttf");
}
@font-face {
    font-family: Gilroy-Medium;
    src: url("../fonts/Gilroy-Medium.ttf");
}
@font-face {
    font-family: Gilroy-SemiBold;
    src: url("../fonts/Gilroy-SemiBold.ttf");
}
.gil-reg {
    font-family: Gilroy-Regular;
}
.gil-med {
    font-family: Gilroy-Medium;
}
.gil-heavy {
    font-family: Gilroy-Heavy;
}
.gil-semi-bold {
    font-family: Gilroy-SemiBold;
}
/* ---------------------------------------------------------navbar------------------------------------------------------------------------------- */
body {
    background-color: var(--bg-white);
    font-size: 14px;
    font-weight: 400;
    font-family: "Scandia";
    color: #000000;
}
.main-login-one-box,
.main-login-two-box {
    min-height: 100vh;
    max-height: 100vh;
    height: 100%;
}
.width-50 {
    width: 50%;
}
.overflow-hidden {
    overflow: hidden;
}
.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.img-full-box {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.main-card {
    min-height: 450px;
    min-width: 430px;
    max-height: 450px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;
}

.main-login-one-box.setup-active {
    justify-content: flex-start;
    overflow-y: auto;
    max-height: none;
    padding: 40px 0;
}

.totp-setup-card {
    min-height: 0;
    max-height: none;
    height: auto;
    gap: 18px;
}

/* Login now includes reCAPTCHA and an optional Authenticator code. */
.main-card {
    max-height: none;
    height: auto;
}

.login-fild {
    height: 45px;
    border: 0;
    background: #f4f4f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #535353;
}
.login-fild:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.login-headr,
.login-title {
    color: #535353;
}
/* .form-x-box button {
    text-transform: capitalize;
    height: 50px;

    background: #424242;
    color: white;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
} */
.login-headr {
    text-transform: uppercase;
}
.text-salon-black {
    color: #535353;
}
/* .form-x-box button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
} */
.main-login-two-box {
    position: relative;
    height: 100%;
}
.center-title-text {
    position: absolute;
    bottom: 0;
    height: 335px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    border-radius: 0 0 50px 50px;
    background-color: #00000052;
    backdrop-filter: blur(5px);
    width: 100%;
    justify-content: center;
}
.main-title {
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255);
}
.text-contant {
    text-align: center;
    color: white;
    opacity: 0.8;
}
.main-login-two-box {
    padding: 35px;
    width: 94%;
}
.alert-err {
    background: #eeeeee;
    border-radius: 10px;
    min-height: 50px;
    width: 100%;
}
.center-h {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items:center; */
}
.font-alert {
    font-size: 25px;
    color: #424242;
}
.alert-title-salon {
    color: #424242;
}
/* -----------------------------font---------- */
.font-16 {
    font-size: 16px;
}
.font-70 {
    font-size: 70px;
}
.font-30 {
    font-size: 30px;
}
.font-25 {
    font-size: 25px;
}
.font-20 {
    font-size: 20px;
}
.font-21 {
    font-size: 21px;
}
.font-23 {
    font-size: 23px;
}
.font-24 {
    font-size: 24px;
}
.font-22 {
    font-size: 22px;
}
.font-18 {
    font-size: 18px;
}
.main-login-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    height: auto;
}
.form-login-main-box {
    position: relative;
}
.fixed-alert {
    position: absolute;
    top: -70px;
}
/* --------------------------------------------------------------mediaquery--------------------------------------------------------------------------*/

@media screen and (max-width: 576px) {
}

@media screen and (max-width: 480px) {
    .main-card {
        min-height: 300px !important;
        min-width: 290px !important;
        width: 290px !important;
        max-height: 300px !important;
        height: 300px !important;
        padding: 20px !important;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .font-30 {
        font-size: 20px !important;
    }
    .font-24 {
        font-size: 18px !important;
    }

    .font-21 {
        font-size: 14px !important;
    }
    .font-20 {
        font-size: 14px !important;
    }
    .login-fild {
        height: 34px !important;
    }
    .form-x-box button {
        text-transform: capitalize;
        height: 40px;
        background: #424242;
        color: white;
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        -ms-border-radius: 5px !important;
        -o-border-radius: 5px !important;
    }
    .form-x-box button p {
        font-size: 12px !important;
    }
    .main-login-one-box,
    .main-login-two-box {
        min-height: 90vh;
    }
}

@media screen and (max-width: 770px) {
    .font-16 {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
}

@media screen and (max-width: 1045px) {
}

@media screen and (max-width: 1200px) {
    .main-login-two-box {
        display: none;
    }
    .width-50 {
        width: 100%;
    }
    .main-login-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .font-30 {
        font-size: 25px;
    }
    .font-24 {
        font-size: 20px;
    }

    .font-21 {
        font-size: 18px;
    }
    .login-fild {
        height: 40px;
    }
    .form-sub-box button {
        height: 45px;
    }
    .main-card {
        min-height: 410px;
        min-width: 390px;
        max-height: 410px;

        padding: 35px;
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1670px) {
}

@media screen and (max-width: 1550px) {
}

@media screen and (min-width: 1600px) {
    .main-login-one-box,
    .main-login-two-box {
        min-height: 100vh;
        /* min-height: 900px; */
        max-height: 100vh;
        height: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 1300px) {
}

/* Main Admin login: centered portal layout shared with the Hub Staff Portal. */
body:has(#loginForm) {
    background: #f7f9fb;
    font-family: Tajawal, system-ui, sans-serif;
}

body:has(#loginForm) .main-login-one-box,
body:has(#loginForm) .main-login-one-box * {
    font-family: Tajawal, system-ui, sans-serif;
}

body:has(#loginForm) .main-login-row {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 16px;
}

body:has(#loginForm) .main-login-row > .width-50:first-child {
    display: none;
}

body:has(#loginForm) .main-login-row > .width-50:last-child {
    width: 100%;
}

body:has(#loginForm) .main-login-one-box {
    min-height: 0;
    max-height: none;
    height: auto;
    padding: 0;
}

body:has(#loginForm) .main-login-one-box > .center {
    height: auto;
}

body:has(#loginForm) .form-login-main-box {
    width: min(100%, 448px);
}

body:has(#loginForm) .portal-header {
    text-align: center;
    margin-bottom: 28px;
}

body:has(#loginForm) .portal-header img {
    display: block;
    width: auto;
    max-width: 224px;
    height: 56px;
    margin: 0 auto 12px;
    object-fit: contain;
}

body:has(#loginForm) .portal-header h1 {
    margin: 0;
    color: #162733;
    font-family: Tajawal, system-ui, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

body:has(#loginForm) .main-card {
    min-width: 0;
    width: 100%;
    padding: 32px;
    border: 1px solid #dce4e9;
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(22, 39, 51, .10);
}

body:has(#loginForm) .main-card label {
    color: #162733;
    font-size: 14px;
    font-family: Tajawal, system-ui, sans-serif;
    font-weight: 500;
    line-height: 1;
    display: inline;
    margin-bottom: 6px;
}

body:has(#loginForm) .main-card input,
body:has(#loginForm) .main-card button {
    font-family: Tajawal, system-ui, sans-serif;
}

body:has(#loginForm) .main-card input {
    font-size: 14px;
    line-height: 20px;
}

body:has(#loginForm) .main-card button {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

body:has(#loginForm) .main-card .form-control {
    height: 36px;
    min-height: 36px;
    border: 1px solid #d9e0e6;
    border-radius: 12px;
    background: transparent;
    padding: 4px 12px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .10), 0 1px 2px -1px rgba(0, 0, 0, .10);
    transition: none;
}

body:has(#loginForm) .main-card .theme-btn {
    height: 36px;
    min-height: 36px;
    padding: 8px 16px;
    border: 0;
    border-radius: 12px;
    background: oklch(0.74 0.126 213);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .10), 0 1px 2px -1px rgba(0, 0, 0, .10);
    color: #fff;
    transition: none;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body:has(#loginForm) .main-card .theme-btn:hover,
body:has(#loginForm) .main-card .theme-btn:focus,
body:has(#loginForm) .main-card .theme-btn:active {
    background: color-mix(in oklab, oklch(0.74 0.126 213) 90%, transparent);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .10), 0 1px 2px -1px rgba(0, 0, 0, .10);
    transform: none;
}

body:has(#loginForm) .admin-language-toggle {
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 0;
    color: #64727d;
    font-family: Tajawal, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
}

body:has(#loginForm) .admin-language-toggle:hover,
body:has(#loginForm) .admin-language-toggle:focus {
    color: #64727d;
    text-decoration: underline;
}

body:has(#loginForm) .main-card .form-control:focus {
    border-color: #5bbfd7;
    box-shadow: 0 0 0 1px #5bbfd7;
    outline: none;
}

body:has(#loginForm) .g-recaptcha {
    overflow: hidden;
    border-radius: 4px;
}

@media screen and (max-width: 1300px) {
}
