.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 20px;
}

.login-card {
    width: 100%;
    max-width: 400px;
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.login-heading {
    display: flex;
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.logo-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.box-logo {
    display: flex;
    justify-content: center;
}

.logo {
    width: 132px;
}
.login-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.login-subtitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 1.5rem;
}

.input-group {
    margin-bottom: 0rem;
}

.input-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}
.Item_box {
    border-radius: 4px !important;
    border: 1px solid #c7c7c7 !important;
    background: #fff;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.input_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.remember-me {
    justify-content: flex-start !important;
    width: 100%;
}
.footer_note {
    color: #54595f;
    font-family: "DM Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.16px;
}

.footer_note a {
    color: #54595f;
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.16px;
    text-decoration: underline;
}

.footer_note a:hover {
    color: #0008ff;
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.16px;
    text-decoration: underline;
}

.footer_container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 0 0 auto;
    position: relative;
    margin-bottom: 20px;
}

.footer_body {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
}

.footer_title {
    position: relative;
    margin-top: -1px;
    color: var(--Title, #333);
    font-family: "DM Sans", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
}

.footer_content {
    position: relative;
    color: var(--Body, #54595f);
    text-align: center;
    font-family: "DM Sans", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.footer_Item_box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.footer_Items {
    align-items: center;
    gap: 28px;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}
.Items_img {
    position: relative;
    height: 24px;

    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 32px 0px rgba(69, 74, 79, 0.04);
}

.Item_box input {
    all: unset; /* Resets all styles */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:-webkit-autofill {
    background-color: white !important; /* Set a custom background */
    color: black !important; /* Change text color */
    box-shadow: 0 0 0px 1000px white inset !important; /* Force background color */
}

.textContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.profile-title {
    color: #333333;
    font-size: 22px;
    font-family: "Anybody", sans-serif;
    font-weight: 700;
    line-height: 28.6px;
    word-wrap: break-word;
}

.subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
    color: #54595f;
}

.welcomeText {
    font-family: "Anybody", sans-serif;
    font-weight: 500;
}

.continueText {
    font-family: "Anybody", sans-serif;
    font-weight: 400;
}

.brandName {
    font-family: "Anybody", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.brandLogo {
    color: #54595f;
    font-family: "Anybody", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.brandAccent {
    font-family: "Anybody", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #289f35;
}

.nav-height {
    height: 88px;
}

/* Ajmal */

.logo-item {
    height: 80px;
    padding: 20px;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0px 4px 32px 0px rgba(69, 74, 79, 0.04);
}

.login-bg-card {
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(69, 74, 79, 0.08);
}

.navbar-toggler {
    background: #289f35;
    padding: 0.25rem 0.45rem !important;
}

.navbar-toggler-icon {
    color: #fff;
}

.w-60 {
    width: 60%;
}

.nav-link {
    color: #333 !important;
}

.nav-link:hover {
    color: #289f35 !important;
    transform: translateY(-8px);
}

.brand-text {
    font-family: "Anybody";
}

.code-prefix {
    background-color: #fcfcfc;
    color: #333333;
}

.icon-bars {
    color: #fff;
}

.partLogo {
    width: 98px;
    height: 40px;
    object-fit: contain;
}

/* Media Query */
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .logo {
        width: 68px !important;
    }

    .login-bg-card {
        border-radius: none;
        background: transparent;
        box-shadow: none;
    }

    .logo-box {
        display: none;
    }

    .w-92 {
        width: 92%;
    }
    .login-subtitle {
        text-align: left;
    }
    .footer_note {
        font-size: 14px;
        width: 80%;
        line-height: 160%;
    }
    .fs-10 {
        font-size: 10px !important;
    }
    .box-logo {
        display: none;
    }
    .z-99 {
        z-index: 99;
    }
    .navbar-light .navbar-toggler {
        color: transparent !important;
        border-color: none !important;
    }
    .bor-btm {
        border-bottom: 1px solid #e5e5e5;
    }

    .nav-mob {
        background: #fff;
    }
    .mps-2 {
        padding-left: 16px;
    }
}

/* phone number code styles */
.phone-prefix {
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 5px;
}

#country-code {
    border: none;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
}
.input-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.auth-container-box {
    margin-top: 121px;
}
