@import '_content/BlazorColorPicker/BlazorColorPicker.bundle.scp.css';
@import '_content/WMBlazorOverlayScrollbars/WMBlazorOverlayScrollbars.bundle.scp.css';

/* _content/Alexapps.SellCarsOrder.Blazor.Admin/Pages/Auth/ForgotPasswordOtp.razor.rz.scp.css */
.otp-inputs-wrapper[b-7wlotsbksc] {
    display: flex;
    gap: 16px;
    justify-content: center;
    width: 100%;
}

.otp-box[b-7wlotsbksc] {
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #ffffff;
    color: #111c43;
    transition: all 0.2s ease;
}

.otp-box:focus[b-7wlotsbksc] {
    outline: none;
    border-color: #ffc107;
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
}

@media (max-width: 480px) {
    .otp-box[b-7wlotsbksc] {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }
    .otp-inputs-wrapper[b-7wlotsbksc] {
        gap: 10px;
    }
}
/* _content/Alexapps.SellCarsOrder.Blazor.Admin/Pages/Auth/SignUp.razor.rz.scp.css */
.verification-box[b-ef9smpse3r] {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.avatar-picker-container[b-ef9smpse3r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.avatar-circle[b-ef9smpse3r] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease;
}

.avatar-circle:hover[b-ef9smpse3r] {
    border-color: #ffc107;
    background-color: rgba(255, 255, 255, 0.08);
}

.avatar-preview[b-ef9smpse3r] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-overlay[b-ef9smpse3r] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.avatar-circle:hover .avatar-overlay[b-ef9smpse3r] {
    opacity: 1;
}

.avatar-overlay i[b-ef9smpse3r] {
    color: #ffffff;
    font-size: 20px;
}

.avatar-placeholder[b-ef9smpse3r] {
    text-align: center;
    color: #cbd5e1;
    padding: 8px;
}

.avatar-placeholder i[b-ef9smpse3r] {
    font-size: 24px;
    color: #cbd5e1;
}

.avatar-placeholder p[b-ef9smpse3r] {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1.2;
}
/* _content/Alexapps.SellCarsOrder.Blazor.Admin/Pages/Dashboard/Users.razor.rz.scp.css */
body[b-x82xg5zivh] {
}

/* Subscription Badges */
.badge-premium[b-x82xg5zivh] {
    background-color: rgba(var(--primary-rgb), 0.1);
    color: rgb(var(--primary-rgb));
    padding: 0.25rem 0.6rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

.badge-none[b-x82xg5zivh] {
    background-color: #f3f3f3;
    color: #6c757d;
    padding: 0.25rem 0.6rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
}

/* Toggle Switch */
.switch[b-x82xg5zivh] {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

    .switch input[b-x82xg5zivh] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-x82xg5zivh] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider[b-x82xg5zivh]:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
    }

input:checked + .slider[b-x82xg5zivh] {
    background-color: rgb(var(--primary-rgb));
}

input:checked + .slider[b-x82xg5zivh]:before {
    transform: translateX(14px);
}

.slider.round[b-x82xg5zivh] {
    border-radius: 34px;
}

    .slider.round[b-x82xg5zivh]:before {
        border-radius: 50%;
    }
/* _content/Alexapps.SellCarsOrder.Blazor.Admin/Shared/AdminTable/AdminTable.razor.rz.scp.css */
.admin-table-scroll[b-61tnv4cngt] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.admin-table[b-61tnv4cngt] {
    min-width: 100%;
}
/* _content/Alexapps.SellCarsOrder.Blazor.Admin/Shared/AuthFormWrapper.razor.rz.scp.css */
.auth-wrapper-container[b-lazfts0t7o] {
    min-height: 100vh;
    background-color: #f0f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-family: 'Inter', sans-serif;
}

.auth-card[b-lazfts0t7o] {
    width: 100%;
    max-width: 1160px;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(16, 32, 27, 0.05);
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    min-height: 680px;
}

@media (min-width: 1024px) {
    .auth-card[b-lazfts0t7o] {
        grid-template-columns: 1.15fr 1fr;
    }
}

/* Branding Panel (White background) */
.auth-brand-panel[b-lazfts0t7o] {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.brand-content[b-lazfts0t7o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brand-logo[b-lazfts0t7o] {
    max-width: 280px;
    height: auto;
    object-fit: contain;
}

/* Form Panel (Navy blue background) */
.auth-form-panel[b-lazfts0t7o] {
    background-color: #111c43;
    color: #ffffff;
    padding: 48px;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Separation Border Curves - LTR default */
@media (min-width: 1024px) {
    .auth-form-panel[b-lazfts0t7o] {
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    [dir="rtl"] .auth-form-panel[b-lazfts0t7o] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 80px;
        border-bottom-left-radius: 80px;
    }
}

/* Language Toggle styling */
.language-row[b-lazfts0t7o] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
    width: 100%;
}

[dir="rtl"] .language-row[b-lazfts0t7o] {
    justify-content: flex-start;
}

.lang-btn[b-lazfts0t7o] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.lang-btn:hover[b-lazfts0t7o] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
}

/* Mobile Logo Header (Hidden on desktop) */
.mobile-logo-header[b-lazfts0t7o] {
    display: none;
}

@media (max-width: 1023px) {
    .auth-brand-panel[b-lazfts0t7o] {
        display: none;
    }
    .auth-card[b-lazfts0t7o] {
        max-width: 500px;
        min-height: auto;
        border-radius: 20px;
    }
    .auth-form-panel[b-lazfts0t7o] {
        border-radius: 0 !important;
        padding: 32px 24px;
    }
    .mobile-logo-header[b-lazfts0t7o] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 28px;
    }
    .mobile-logo[b-lazfts0t7o] {
        max-width: 160px;
        height: auto;
        object-fit: contain;
    }
}

/* Title and Subtitle */
.form-content-area[b-lazfts0t7o] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.auth-title[b-lazfts0t7o] {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    text-align: start;
}

.auth-subtitle[b-lazfts0t7o] {
    font-size: 14px;
    color: #cbd5e1;
    margin: 0 0 24px 0;
    text-align: start;
    line-height: 1.5;
}

/* Alerts */
.auth-alert[b-lazfts0t7o] {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.alert-error[b-lazfts0t7o] {
    background-color: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.alert-success[b-lazfts0t7o] {
    background-color: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
}

/* Shared Form Field Layouts */
[b-lazfts0t7o] .custom-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

[b-lazfts0t7o] .custom-label {
    font-size: 13px;
    font-weight: 600;
    color: #cbd5e1;
    text-align: start;
}

[b-lazfts0t7o] .custom-input-shell {
    position: relative;
    width: 100%;
}

[b-lazfts0t7o] .custom-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 14px;
    transition: all 0.2s ease;
    text-align: start;
}

[b-lazfts0t7o] .custom-input::placeholder {
    color: #94a3b8;
    opacity: 0.8;
}

[b-lazfts0t7o] .custom-input:focus {
    outline: none;
    border-color: #ffc107;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.25);
}

[b-lazfts0t7o] .custom-input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

[b-lazfts0t7o] .password-toggle-btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #cbd5e1;
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir="rtl"][b-lazfts0t7o]  .password-toggle-btn {
    right: auto;
    left: 14px;
}

/* Submit Button & Actions */
[b-lazfts0t7o] .auth-btn-submit {
    background-color: #e2e8f0 !important;
    color: #111c43 !important;
    font-weight: 700;
    border-radius: 12px;
    height: 48px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

[b-lazfts0t7o] .auth-btn-submit:hover {
    background-color: #cbd5e1 !important;
    transform: translateY(-1px);
}

[b-lazfts0t7o] .auth-btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Gold Accent Button */
[b-lazfts0t7o] .auth-btn-gold {
    background-color: #ffc107 !important;
    color: #111c43 !important;
    font-weight: 700;
    border-radius: 12px;
    height: 48px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

[b-lazfts0t7o] .auth-btn-gold:hover {
    background-color: #e0a800 !important;
    transform: translateY(-1px);
}

[b-lazfts0t7o] .auth-btn-gold:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Footer & Links */
.auth-form-footer[b-lazfts0t7o] {
    margin-top: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

[b-lazfts0t7o] .auth-footer-text {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
}

[b-lazfts0t7o] .auth-footer-link {
    background: none;
    border: none;
    color: #ffc107;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}

[b-lazfts0t7o] .auth-footer-link:hover {
    color: #fbbf24;
}
/* _content/Alexapps.SellCarsOrder.Blazor.Admin/Shared/MainLayout.razor.rz.scp.css */
.page[b-6s628zjev7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6s628zjev7] {
    flex: 1;
}

.sidebar[b-6s628zjev7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6s628zjev7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6s628zjev7]  a, .top-row .btn-link[b-6s628zjev7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6s628zjev7] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6s628zjev7] {
        display: none;
    }

    .top-row.auth[b-6s628zjev7] {
        justify-content: space-between;
    }

    .top-row a[b-6s628zjev7], .top-row .btn-link[b-6s628zjev7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6s628zjev7] {
        flex-direction: row;
    }

    .sidebar[b-6s628zjev7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6s628zjev7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-6s628zjev7], article[b-6s628zjev7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Alexapps.SellCarsOrder.Blazor.Admin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1qjdy2qj9p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1qjdy2qj9p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1qjdy2qj9p] {
    font-size: 1.1rem;
}

.oi[b-1qjdy2qj9p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1qjdy2qj9p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1qjdy2qj9p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1qjdy2qj9p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1qjdy2qj9p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1qjdy2qj9p]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1qjdy2qj9p]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1qjdy2qj9p] {
        display: none;
    }

    .collapse[b-1qjdy2qj9p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-1qjdy2qj9p] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
