/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q4ocslw9lv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q4ocslw9lv] {
    flex: 1;
}

.sidebar[b-q4ocslw9lv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-q4ocslw9lv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q4ocslw9lv]  a, .top-row[b-q4ocslw9lv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q4ocslw9lv]  a:hover, .top-row[b-q4ocslw9lv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q4ocslw9lv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-q4ocslw9lv] {
        justify-content: space-between;
    }

    .top-row[b-q4ocslw9lv]  a, .top-row[b-q4ocslw9lv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q4ocslw9lv] {
        flex-direction: row;
    }

    .sidebar[b-q4ocslw9lv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q4ocslw9lv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q4ocslw9lv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q4ocslw9lv], article[b-q4ocslw9lv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-q4ocslw9lv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-q4ocslw9lv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-aj1uj59zek],
.components-reconnect-repeated-attempt-visible[b-aj1uj59zek],
.components-reconnect-failed-visible[b-aj1uj59zek],
.components-pause-visible[b-aj1uj59zek],
.components-resume-failed-visible[b-aj1uj59zek],
.components-rejoining-animation[b-aj1uj59zek] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-retrying[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-failed[b-aj1uj59zek],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-aj1uj59zek] {
    display: block;
}


#components-reconnect-modal[b-aj1uj59zek] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-aj1uj59zek 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-aj1uj59zek 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-aj1uj59zek 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-aj1uj59zek]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-aj1uj59zek 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-aj1uj59zek {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-aj1uj59zek {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-aj1uj59zek {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-aj1uj59zek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-aj1uj59zek] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-aj1uj59zek] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-aj1uj59zek] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-aj1uj59zek] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-aj1uj59zek] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-aj1uj59zek] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-aj1uj59zek 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-aj1uj59zek] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-aj1uj59zek {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminLayout.razor.rz.scp.css */
.vendor-shell[b-ceuvd4cnzt] {
    display: flex;
    min-height: 100vh;
    background: #f6f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

.vendor-sidebar[b-ceuvd4cnzt] {
    width: 250px;
    background: linear-gradient(180deg, #08142f 0%, #07112a 100%);
    color: white;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.brand[b-ceuvd4cnzt] {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.brand-icon[b-ceuvd4cnzt] {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 7px 2px 7px 2px;
    transform: rotate(-25deg);
}

.vendor-menu[b-ceuvd4cnzt] {
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-item[b-ceuvd4cnzt] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #d9e0f0;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.98rem;
    transition: 0.2s ease;
}

    .menu-item:hover[b-ceuvd4cnzt] {
        background: rgba(255,255,255,0.08);
        color: #fff;
    }

    .menu-item.active[b-ceuvd4cnzt] {
        background: rgba(255,255,255,0.12);
        color: white;
    }

.menu-icon[b-ceuvd4cnzt] {
    width: 20px;
    text-align: center;
}

.vendor-main[b-ceuvd4cnzt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vendor-topbar[b-ceuvd4cnzt] {
    height: 64px;
    background: white;
    border-bottom: 1px solid #e7ebf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.topbar-actions[b-ceuvd4cnzt] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-btn[b-ceuvd4cnzt] {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
}

.vendor-content[b-ceuvd4cnzt] {
    padding: 28px 26px 40px;
}

@media (max-width: 900px) {
    .vendor-sidebar[b-ceuvd4cnzt] {
        width: 88px;
    }

    .brand span[b-ceuvd4cnzt],
    .menu-item span:last-child[b-ceuvd4cnzt] {
        display: none;
    }

    .menu-item[b-ceuvd4cnzt] {
        justify-content: center;
    }
}

[b-ceuvd4cnzt] .vendor-sidebar .menu-item,
[b-ceuvd4cnzt] .vendor-sidebar .menu-item:link,
[b-ceuvd4cnzt] .vendor-sidebar .menu-item:visited {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #d9e0f0 !important;
    text-decoration: none !important;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 16px;
}

    [b-ceuvd4cnzt] .vendor-sidebar .menu-item:hover {
        background: rgba(255,255,255,0.08);
        color: #fff !important;
    }

    [b-ceuvd4cnzt] .vendor-sidebar .menu-item.active {
        background: rgba(255,255,255,0.12);
        color: #fff !important;
    }


.menu-icon[b-ceuvd4cnzt] {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-icon svg[b-ceuvd4cnzt] {
        width: 20px;
        height: 20px;
        stroke: #cfd6e6;
        stroke-width: 1.8;
    }

/* عند hover */
.menu-item:hover .menu-icon svg[b-ceuvd4cnzt] {
    stroke: white;
}

/* العنصر النشط */
.menu-item.active .menu-icon svg[b-ceuvd4cnzt] {
    stroke: white;
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-dashboard[b-4afhro5jz8] {
    color: #1f2940;
}

.welcome-banner[b-4afhro5jz8] {
    min-height: 110px;
    background: white;
    border: 1px solid #e7ebf3;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 28px;
    margin-bottom: 28px;
}

.welcome-icon[b-4afhro5jz8] {
    font-size: 2.8rem;
    color: #7b8599;
}

.welcome-banner h1[b-4afhro5jz8] {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}

.dashboard-tabs[b-4afhro5jz8] {
    border-bottom: 1px solid #e7ebf3;
    margin-bottom: 18px;
}

.tab[b-4afhro5jz8] {
    display: inline-block;
    padding: 0 22px 12px;
    color: #5f61ff;
    font-size: 0.96rem;
    text-decoration: none;
    border-bottom: 3px solid #5f61ff;
}

.top-cards[b-4afhro5jz8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.stat-card[b-4afhro5jz8],
.chart-card[b-4afhro5jz8] {
    background: white;
    border: 1px solid #edf0f6;
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 2px 8px rgba(21, 31, 56, 0.03);
}

.card-head[b-4afhro5jz8],
.chart-head[b-4afhro5jz8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1f2940;
    font-weight: 600;
    margin-bottom: 18px;
}

.stat-number[b-4afhro5jz8] {
    text-align: center;
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1;
    background: transparent !important;
}

.stat-label[b-4afhro5jz8] {
    text-align: center;
    font-size: 1.05rem;
    margin-top: 6px;
    font-weight: 500;
    background: transparent !important;
}

.stat-foot[b-4afhro5jz8] {
    text-align: center;
    margin-top: 24px;
    color: #77809a;
    font-size: 0.95rem;
}

.chart-grid[b-4afhro5jz8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.chart-card[b-4afhro5jz8] {
    min-height: 300px;
}

.chip-group[b-4afhro5jz8] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.chip[b-4afhro5jz8] {
    padding: 8px 14px;
    border-radius: 999px;
    background: #f2f5fb;
    color: #7c88a1;
    font-size: 0.9rem;
}

    .chip.active[b-4afhro5jz8] {
        background: #e8edf7;
        color: #1f2940;
    }

.bar-chart[b-4afhro5jz8] {
    height: 220px;
    display: flex;
    align-items: end;
    gap: 28px;
    padding: 8px 18px 0;
}

.bar-col[b-4afhro5jz8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.bar[b-4afhro5jz8] {
    width: 48px;
    background: #aeb8c9;
    border-radius: 6px 6px 0 0;
}

.bar-col span[b-4afhro5jz8] {
    text-align: center;
    font-size: 0.78rem;
    color: #667085;
}

.pie-wrapper[b-4afhro5jz8] {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 220px;
}

.pie-chart[b-4afhro5jz8] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient( #2cb34a 0 100% );
    position: relative;
}

    .pie-chart[b-4afhro5jz8]::after {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 2px;
        height: 100px;
        background: white;
        top: 0;
        bottom: 0;
    }

.legend[b-4afhro5jz8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.9rem;
    color: #667085;
}

.dot[b-4afhro5jz8] {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.line-placeholder[b-4afhro5jz8] {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.grid-line[b-4afhro5jz8] {
    border-top: 1px solid #e7ebf3;
    width: 100%;
}

.radar-placeholder[b-4afhro5jz8] {
    height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radar-circle[b-4afhro5jz8] {
    position: absolute;
    border: 1px solid #d8e0ec;
    border-radius: 50%;
}

.c1[b-4afhro5jz8] {
    width: 70px;
    height: 70px;
}

.c2[b-4afhro5jz8] {
    width: 120px;
    height: 120px;
}

.c3[b-4afhro5jz8] {
    width: 170px;
    height: 170px;
}

.radar-shape[b-4afhro5jz8] {
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-bottom: 110px solid rgba(114, 149, 196, 0.45);
    position: absolute;
    bottom: 22px;
}

.blue[b-4afhro5jz8] {
    color: #4285f4;
}

.red[b-4afhro5jz8] {
    color: #ef4444;
}

.orange[b-4afhro5jz8] {
    color: #f59e0b;
}

.green[b-4afhro5jz8] {
    color: #22c55e;
}

.yellow[b-4afhro5jz8] {
    background: #f5b800;
}

.gray[b-4afhro5jz8] {
    background: #7a7a7a;
}

@media (max-width: 1200px) {
    .top-cards[b-4afhro5jz8] {
        grid-template-columns: repeat(2, 1fr);
    }

    .chart-grid[b-4afhro5jz8] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .top-cards[b-4afhro5jz8] {
        grid-template-columns: 1fr;
    }

    .welcome-banner h1[b-4afhro5jz8] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Admin/Employees.razor.rz.scp.css */
.employee-wrapper[b-q6smpotmeg] {
    display: flex;
    min-height: calc(100vh - 70px);
    background: #f8f9fc;
}

.employee-main[b-q6smpotmeg] {
    flex: 1;
    padding: 18px 22px 0 22px;
    transition: all .25s ease;
    overflow: hidden;
}

    .employee-main.shrink[b-q6smpotmeg] {
        width: calc(100% - 450px);
    }

.page-title[b-q6smpotmeg] {
    margin: 0 0 18px 0;
    font-size: 28px;
    font-weight: 700;
    color: #1e2a44;
}

.toolbar[b-q6smpotmeg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.toolbar-actions[b-q6smpotmeg] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-circle-btn[b-q6smpotmeg] {
    width: 54px;
    height: 40px;
    border-radius: 22px;
    border: 1px solid #dce2ee;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
}

.dark-btn[b-q6smpotmeg],
.purple-btn[b-q6smpotmeg] {
    height: 40px;
    padding: 0 22px;
    border: none;
    border-radius: 22px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

.dark-btn[b-q6smpotmeg] {
    background: #182543;
}

.purple-btn[b-q6smpotmeg] {
    background: #5b52f6;
}

.btn-icon[b-q6smpotmeg] {
    margin-right: 6px;
}

.table-card[b-q6smpotmeg] {
    background: #fff;
    border: 1px solid #e6ebf3;
    overflow-x: auto;
}

.employee-table[b-q6smpotmeg] {
    width: 100%;
    border-collapse: collapse;
}

    .employee-table thead[b-q6smpotmeg] {
        background: #f4f7fb;
    }

    .employee-table th[b-q6smpotmeg] {
        text-align: left;
        padding: 16px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #67748d;
        border-bottom: 1px solid #e8edf5;
    }

    .employee-table td[b-q6smpotmeg] {
        padding: 15px 20px;
        font-size: 15px;
        color: #27324a;
        border-bottom: 1px solid #eef2f7;
    }

.email-cell[b-q6smpotmeg] {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-badge[b-q6smpotmeg] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

    .status-badge.active[b-q6smpotmeg] {
        background: #daf5e3;
        color: #249851;
    }

    .status-badge.inactive[b-q6smpotmeg] {
        background: #ffe0e0;
        color: #cc4343;
    }

.action-select[b-q6smpotmeg] {
    height: 34px;
    min-width: 60px;
    border-radius: 18px;
    border: 1px solid #dce3ef;
    background: #fff;
    padding: 0 10px;
    cursor: pointer;
}

.pagination-bar[b-q6smpotmeg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e6ebf3;
    border-top: none;
    padding: 14px 16px;
    font-size: 14px;
    color: #67748d;
}

.items-per-page[b-q6smpotmeg] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .items-per-page select[b-q6smpotmeg] {
        height: 36px;
        border: 1px solid #dbe2ec;
        border-radius: 6px;
        padding: 0 10px;
        background: #fff;
    }

.page-info[b-q6smpotmeg] {
    flex: 1;
    text-align: center;
}

.pager-buttons[b-q6smpotmeg] {
    display: flex;
    gap: 6px;
}

.pager-btn[b-q6smpotmeg] {
    width: 32px;
    height: 32px;
    border: 1px solid #dbe2ec;
    background: #f8fafd;
    color: #a1aabc;
    border-radius: 6px;
}

.right-panel[b-q6smpotmeg] {
    width: 450px;
    min-width: 450px;
    background: #fff;
    border-left: 1px solid #e6ebf3;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 70px);
}

.right-panel-header[b-q6smpotmeg] {
    height: 58px;
    padding: 0 24px;
    border-bottom: 1px solid #e8edf5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .right-panel-header h3[b-q6smpotmeg] {
        margin: 0;
        font-size: 18px;
        color: #27324a;
    }

.close-btn[b-q6smpotmeg] {
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    color: #7a879d;
}

.right-panel-body[b-q6smpotmeg] {
    flex: 1;
    padding: 18px 24px;
    overflow-y: auto;
}

.upload-box[b-q6smpotmeg] {
    width: 110px;
    height: 110px;
    background: #cfd6e2;
    border-radius: 14px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-actions[b-q6smpotmeg] {
    display: flex;
    gap: 14px;
    font-size: 20px;
    color: #fff;
}

.form-group[b-q6smpotmeg] {
    margin-bottom: 16px;
}

    .form-group label[b-q6smpotmeg] {
        display: block;
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: 600;
        color: #2d3951;
    }

.form-input[b-q6smpotmeg] {
    width: 100%;
    height: 44px;
    border: 1px solid #dce2ee;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
}

.switch-row[b-q6smpotmeg] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3951;
}

.right-panel-footer[b-q6smpotmeg] {
    border-top: 1px solid #e8edf5;
    padding: 16px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #fff;
}

.cancel-btn[b-q6smpotmeg] {
    border: none;
    background: transparent;
    color: #2f3b54;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 14px;
}

.save-btn[b-q6smpotmeg] {
    min-width: 90px;
    height: 38px;
    border: none;
    border-radius: 20px;
    background: #e4e8f2;
    color: #94a0b5;
    font-weight: 700;
    cursor: pointer;
}

    .save-btn:hover[b-q6smpotmeg] {
        background: #5b52f6;
        color: #fff;
    }
/* /Components/Pages/Admin/Merchants.razor.rz.scp.css */
.registrations-page[b-tc6gs2pqr7] {
    color: #1f2940;
    font-family: Arial, Helvetica, sans-serif;
}

.registrations-header[b-tc6gs2pqr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 16px;
}

.page-title[b-tc6gs2pqr7] {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .page-title h1[b-tc6gs2pqr7] {
        margin: 0;
        font-size: 2.3rem;
        font-weight: 800;
    }

.menu-icon-title[b-tc6gs2pqr7] {
    font-size: 1.8rem;
    color: #6c7b93;
}

.page-actions[b-tc6gs2pqr7] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.refresh-btn[b-tc6gs2pqr7] {
    width: 72px;
    height: 44px;
    border: 1px solid #d8e0ec;
    border-radius: 24px;
    background: white;
    font-size: 1.3rem;
    color: #667085;
    cursor: pointer;
}

.message-box[b-tc6gs2pqr7] {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e7ebf3;
    background: white;
    color: #44526b;
}

.table-wrapper[b-tc6gs2pqr7] {
    overflow-x: auto;
    background: white;
    border: 1px solid #e8edf5;
}

.registrations-table[b-tc6gs2pqr7] {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

    .registrations-table thead th[b-tc6gs2pqr7] {
        text-align: left;
        padding: 18px 20px;
        color: #6c7b93;
        background: #f8fafc;
        border-bottom: 1px solid #e8edf5;
        font-size: 1rem;
        font-weight: 700;
    }

    .registrations-table tbody td[b-tc6gs2pqr7] {
        padding: 16px 20px;
        border-bottom: 1px solid #edf1f7;
        font-size: 1rem;
        color: #1f2940;
    }

.empty-cell[b-tc6gs2pqr7] {
    text-align: center;
    color: #667085;
    padding: 30px 20px !important;
}

.status-badge[b-tc6gs2pqr7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 95px;
    height: 30px;
    border-radius: 999px;
    padding: 0 14px;
    font-size: 0.9rem;
    font-weight: 700;
}

    .status-badge.approved[b-tc6gs2pqr7] {
        background: #28b446;
        color: white;
    }

    .status-badge.pending[b-tc6gs2pqr7] {
        background: #f5b700;
        color: #1f2940;
    }

    .status-badge.rejected[b-tc6gs2pqr7] {
        background: #ef4444;
        color: white;
    }
/* /Components/Pages/Admin/Registrations.razor.rz.scp.css */
.registrations-page[b-t6eyhtsnuz] {
    color: #1f2940;
    font-family: Arial, Helvetica, sans-serif;
}

.registrations-header[b-t6eyhtsnuz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 16px;
}

.page-title[b-t6eyhtsnuz] {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .page-title h1[b-t6eyhtsnuz] {
        margin: 0;
        font-size: 2.3rem;
        font-weight: 800;
    }

.menu-icon-title[b-t6eyhtsnuz] {
    font-size: 1.8rem;
    color: #6c7b93;
}

.page-actions[b-t6eyhtsnuz] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.refresh-btn[b-t6eyhtsnuz] {
    width: 72px;
    height: 44px;
    border: 1px solid #d8e0ec;
    border-radius: 24px;
    background: white;
    font-size: 1.3rem;
    color: #667085;
    cursor: pointer;
}

.message-box[b-t6eyhtsnuz] {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e7ebf3;
    background: white;
    color: #44526b;
}

.table-wrapper[b-t6eyhtsnuz] {
    overflow-x: auto;
    background: white;
    border: 1px solid #e8edf5;
}

.registrations-table[b-t6eyhtsnuz] {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

    .registrations-table thead th[b-t6eyhtsnuz] {
        text-align: left;
        padding: 18px 20px;
        color: #6c7b93;
        background: #f8fafc;
        border-bottom: 1px solid #e8edf5;
        font-size: 1rem;
        font-weight: 700;
    }

    .registrations-table tbody td[b-t6eyhtsnuz] {
        padding: 16px 20px;
        border-bottom: 1px solid #edf1f7;
        font-size: 1rem;
        color: #1f2940;
    }

.empty-cell[b-t6eyhtsnuz] {
    text-align: center;
    color: #667085;
    padding: 30px 20px !important;
}

.status-badge[b-t6eyhtsnuz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 95px;
    height: 30px;
    border-radius: 999px;
    padding: 0 14px;
    font-size: 0.9rem;
    font-weight: 700;
}

    .status-badge.approved[b-t6eyhtsnuz] {
        background: #28b446;
        color: white;
    }

    .status-badge.pending[b-t6eyhtsnuz] {
        background: #f5b700;
        color: #1f2940;
    }

    .status-badge.rejected[b-t6eyhtsnuz] {
        background: #ef4444;
        color: white;
    }

.action-buttons[b-t6eyhtsnuz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.approve-btn[b-t6eyhtsnuz],
.reject-btn[b-t6eyhtsnuz] {
    min-width: 92px;
    height: 34px;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.92rem;
}

.approve-btn[b-t6eyhtsnuz] {
    background: #28b446;
    color: white;
}

.reject-btn[b-t6eyhtsnuz] {
    background: #ef4444;
    color: white;
}

    .approve-btn:disabled[b-t6eyhtsnuz],
    .reject-btn:disabled[b-t6eyhtsnuz] {
        opacity: 0.55;
        cursor: not-allowed;
    }



.preview-btn[b-t6eyhtsnuz] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f1f5f9;
    color: #334155;
    cursor: pointer;
    font-size: 16px;
}

    .preview-btn:hover[b-t6eyhtsnuz] {
        background: #e0e7ff;
        color: #4f46e5;
    }

.right-panel[b-t6eyhtsnuz] {
    width: 390px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #e5e7eb;
    box-shadow: -8px 0 30px rgba(15, 23, 42, 0.08);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
}

.right-panel-header[b-t6eyhtsnuz] {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn[b-t6eyhtsnuz] {
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}

.right-panel-body[b-t6eyhtsnuz] {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
}

.preview-section[b-t6eyhtsnuz] {
    margin-bottom: 18px;
}

    .preview-section label[b-t6eyhtsnuz] {
        display: block;
        font-size: 12px;
        color: #64748b;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .preview-section p[b-t6eyhtsnuz] {
        margin: 0;
        font-size: 15px;
        color: #0f172a;
    }

.right-panel-footer[b-t6eyhtsnuz] {
    display: flex;
    gap: 12px;
    padding: 16px;
}

    /* كل زر يأخذ نفس المساحة */
    .right-panel-footer button[b-t6eyhtsnuz] {
        flex: 1;
        height: 50px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        cursor: pointer;
    }

/* الألوان */
.reject-btn[b-t6eyhtsnuz] {
    background: #ef4444;
    color: white;
}

.suspend-btn[b-t6eyhtsnuz] {
    background: #f59e0b;
    color: white;
}

.approve-btn[b-t6eyhtsnuz] {
    background: #22c55e;
    color: white;
}

.approve-btn[b-t6eyhtsnuz] {
    background: #22c55e;
    color: white;
}

.reject-btn[b-t6eyhtsnuz] {
    background: #ef4444;
    color: white;
}

.suspend-btn[b-t6eyhtsnuz] {
    background: #f59e0b;
    color: white;
}

.approve-btn[b-t6eyhtsnuz],
.reject-btn[b-t6eyhtsnuz],
.suspend-btn[b-t6eyhtsnuz] {
    border: none;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
.users-page[b-x8er9mv8m7] {
    color: #1f2940;
}

.page-header[b-x8er9mv8m7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .page-header h1[b-x8er9mv8m7] {
        margin: 0;
        font-size: 2.2rem;
        font-weight: 800;
    }

.header-actions[b-x8er9mv8m7] {
    display: flex;
    gap: 12px;
}

.refresh-btn[b-x8er9mv8m7],
.filter-btn[b-x8er9mv8m7],
.add-btn[b-x8er9mv8m7] {
    height: 42px;
    border: none;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 700;
    cursor: pointer;
}

.refresh-btn[b-x8er9mv8m7] {
    background: white;
    border: 1px solid #d8e0ec;
}

.filter-btn[b-x8er9mv8m7] {
    background: #17233d;
    color: white;
}

.add-btn[b-x8er9mv8m7] {
    background: #5b4df2;
    color: white;
}

.table-card[b-x8er9mv8m7] {
    background: white;
    border: 1px solid #e8edf5;
    overflow-x: auto;
}

.users-table[b-x8er9mv8m7] {
    width: 100%;
    border-collapse: collapse;
}

    .users-table th[b-x8er9mv8m7] {
        background: #f6f8fb;
        color: #607089;
        text-align: left;
        padding: 16px 20px;
    }

    .users-table td[b-x8er9mv8m7] {
        padding: 16px 20px;
        border-bottom: 1px solid #eef2f6;
    }

.status-badge[b-x8er9mv8m7] {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 999px;
    font-weight: 700;
}

    .status-badge.active[b-x8er9mv8m7] {
        background: #dcfce7;
        color: #16a34a;
    }

    .status-badge.inactive[b-x8er9mv8m7] {
        background: #f3f4f6;
        color: #6b7280;
    }

.action-select[b-x8er9mv8m7] {
    height: 36px;
    border: 1px solid #d8e0ec;
    border-radius: 999px;
    padding: 0 14px;
    background: white;
}

.panel-overlay[b-x8er9mv8m7] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.20);
    z-index: 50;
}

.side-panel[b-x8er9mv8m7] {
    position: fixed;
    right: 0;
    top: 0;
    width: 430px;
    height: 100vh;
    background: white;
    z-index: 60;
    display: flex;
    flex-direction: column;
}

.panel-header[b-x8er9mv8m7] {
    height: 64px;
    padding: 0 24px;
    border-bottom: 1px solid #e8edf5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .panel-header h3[b-x8er9mv8m7] {
        margin: 0;
    }

.close-btn[b-x8er9mv8m7] {
    border: none;
    background: transparent;
    font-size: 2rem;
    cursor: pointer;
}

.panel-body[b-x8er9mv8m7] {
    padding: 22px 24px;
    overflow-y: auto;
    flex: 1;
}

.form-group[b-x8er9mv8m7] {
    margin-bottom: 16px;
}

    .form-group label[b-x8er9mv8m7] {
        display: block;
        margin-bottom: 7px;
        font-weight: 700;
    }

.form-input[b-x8er9mv8m7] {
    width: 100%;
    height: 46px;
    border: 1px solid #d8e0ec;
    border-radius: 10px;
    padding: 0 14px;
    box-sizing: border-box;
}

.permissions-box[b-x8er9mv8m7] {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #e8edf5;
    border-radius: 12px;
}

    .permissions-box h4[b-x8er9mv8m7] {
        margin: 0 0 12px;
    }

    .permissions-box label[b-x8er9mv8m7] {
        display: block;
        margin-bottom: 10px;
    }

.switch-row[b-x8er9mv8m7] {
    margin-top: 18px;
    display: flex;
    gap: 12px;
    font-weight: 700;
}

.panel-footer[b-x8er9mv8m7] {
    border-top: 1px solid #e8edf5;
    padding: 16px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.cancel-btn[b-x8er9mv8m7],
.save-btn[b-x8er9mv8m7] {
    height: 42px;
    border: none;
    border-radius: 999px;
    padding: 0 26px;
    font-weight: 700;
    cursor: pointer;
}

.cancel-btn[b-x8er9mv8m7] {
    background: transparent;
}

.save-btn[b-x8er9mv8m7] {
    background: #5b52f6;
    color: white;
}

.message-box[b-x8er9mv8m7] {
    margin-bottom: 14px;
    padding: 12px 14px;
    background: white;
    border: 1px solid #e8edf5;
    border-radius: 10px;
}
/* /Components/Pages/Admin/Vendors.razor.rz.scp.css */
.registrations-page[b-d7s3clu01z] {
    color: #1f2940;
    font-family: Arial, Helvetica, sans-serif;
}

.registrations-header[b-d7s3clu01z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    gap: 16px;
}

.page-title[b-d7s3clu01z] {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .page-title h1[b-d7s3clu01z] {
        margin: 0;
        font-size: 2.3rem;
        font-weight: 800;
    }

.menu-icon-title[b-d7s3clu01z] {
    font-size: 1.8rem;
    color: #6c7b93;
}

.page-actions[b-d7s3clu01z] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.refresh-btn[b-d7s3clu01z] {
    width: 72px;
    height: 44px;
    border: 1px solid #d8e0ec;
    border-radius: 24px;
    background: white;
    font-size: 1.3rem;
    color: #667085;
    cursor: pointer;
}

.message-box[b-d7s3clu01z] {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e7ebf3;
    background: white;
    color: #44526b;
}

.table-wrapper[b-d7s3clu01z] {
    overflow-x: auto;
    background: white;
    border: 1px solid #e8edf5;
}

.registrations-table[b-d7s3clu01z] {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

    .registrations-table thead th[b-d7s3clu01z] {
        text-align: left;
        padding: 18px 20px;
        color: #6c7b93;
        background: #f8fafc;
        border-bottom: 1px solid #e8edf5;
        font-size: 1rem;
        font-weight: 700;
    }

    .registrations-table tbody td[b-d7s3clu01z] {
        padding: 16px 20px;
        border-bottom: 1px solid #edf1f7;
        font-size: 1rem;
        color: #1f2940;
    }

.empty-cell[b-d7s3clu01z] {
    text-align: center;
    color: #667085;
    padding: 30px 20px !important;
}

.status-badge[b-d7s3clu01z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 95px;
    height: 30px;
    border-radius: 999px;
    padding: 0 14px;
    font-size: 0.9rem;
    font-weight: 700;
}

    .status-badge.approved[b-d7s3clu01z] {
        background: #28b446;
        color: white;
    }

    .status-badge.pending[b-d7s3clu01z] {
        background: #f5b700;
        color: #1f2940;
    }

    .status-badge.rejected[b-d7s3clu01z] {
        background: #ef4444;
        color: white;
    }
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-wnz8yamoh9] {
    background: #f6f8fc;
    color: #1d2940;
    min-height: 100vh;
}

.container[b-wnz8yamoh9] {
    width: min(1200px, 92%);
    margin: 0 auto;
}

/* Hero */
.contact-hero[b-wnz8yamoh9] {
    position: relative;
    min-height: 240px;
    background: url('/images/contact-hero.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.contact-hero-overlay[b-wnz8yamoh9] {
    position: absolute;
    inset: 0;
    background: rgba(11, 24, 49, 0.55);
}

.contact-hero-content[b-wnz8yamoh9] {
    position: relative;
    z-index: 2;
    color: #fff;
}

    .contact-hero-content h1[b-wnz8yamoh9] {
        font-size: 3rem;
        font-weight: 800;
        margin: 0 0 12px;
        letter-spacing: 1px;
    }

    .contact-hero-content p[b-wnz8yamoh9] {
        margin: 0;
        font-size: 1rem;
        color: #e8edf8;
    }

/* Section */
.contact-section[b-wnz8yamoh9] {
    padding: 70px 0;
}

.contact-grid[b-wnz8yamoh9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Left */
.contact-image-card[b-wnz8yamoh9] {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    margin-bottom: 22px;
}

    .contact-image-card img[b-wnz8yamoh9] {
        width: 100%;
        height: 430px;
        object-fit: cover;
        display: block;
    }

.contact-info-box[b-wnz8yamoh9] {
    background: #fff;
    border-radius: 18px;
    padding: 24px 26px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border-bottom: 3px solid #d9e2f2;
}

    .contact-info-box h4[b-wnz8yamoh9] {
        margin: 0 0 12px;
        font-size: 1.1rem;
        color: #12213f;
        font-weight: 800;
    }

    .contact-info-box p[b-wnz8yamoh9] {
        margin: 0;
        font-size: 1rem;
       
    }

/* Right */
.contact-right[b-wnz8yamoh9] {
    background: #fff;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

    .contact-right h2[b-wnz8yamoh9] {
        margin: 0;
        font-size: 2rem;
        color: #12213f;
        font-weight: 800;
    }

.title-underline[b-wnz8yamoh9] {
    width: 70px;
    height: 4px;
    background: #1149bc;
    border-radius: 999px;
    margin: 14px 0 20px;
}

.contact-desc[b-wnz8yamoh9] {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 26px;
    font-size: 1rem;
}

/* Form */
.form-group[b-wnz8yamoh9] {
    margin-bottom: 20px;
}

    .form-group label[b-wnz8yamoh9] {
        display: block;
        margin-bottom: 10px;
        font-weight: 700;
        color: #12213f;
        font-size: 1rem;
    }

.form-control[b-wnz8yamoh9] {
    width: 100%;
    height: 54px;
    border: 1px solid #d7deea;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 1rem;
    background: #fff;
    color: #1d2940;
    box-sizing: border-box;
    outline: none;
    transition: 0.25s;
}

    .form-control:focus[b-wnz8yamoh9] {
        border-color: #4f46e5;
        box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.10);
    }

.phone-row[b-wnz8yamoh9] {
    display: flex;
    gap: 12px;
}

.country-code[b-wnz8yamoh9] {
    width: 130px;
    height: 54px;
    border: 1px solid #d7deea;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 1rem;
    background: #fff;
    color: #1d2940;
    outline: none;
}

.phone-input[b-wnz8yamoh9] {
    flex: 1;
}

.message-box[b-wnz8yamoh9] {
    min-height: 130px;
    padding-top: 14px;
    resize: vertical;
}

.send-btn[b-wnz8yamoh9] {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 14px;
    background: #1149bc; /* أزرق ثابت */
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s;
    margin-top: 8px;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
}
    .send-btn:hover[b-wnz8yamoh9] {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(182, 127, 123, 0.32);
    }

.success-msg[b-wnz8yamoh9] {
    margin-top: 16px;
    color: #0f8b4c;
    font-weight: 700;
}

.validation-message[b-wnz8yamoh9],
[b-wnz8yamoh9] .validation-message {
    color: #d11a2a;
    font-size: 0.9rem;
    margin-top: 6px;
    display: block;
}

/* Responsive */
@media (max-width: 900px) {
    .contact-grid[b-wnz8yamoh9] {
        grid-template-columns: 1fr;
    }

    .contact-hero[b-wnz8yamoh9] {
        min-height: 180px;
    }

    .contact-hero-content h1[b-wnz8yamoh9] {
        font-size: 2.2rem;
    }

    .contact-right[b-wnz8yamoh9] {
        padding: 24px;
    }

    .contact-image-card img[b-wnz8yamoh9] {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .phone-row[b-wnz8yamoh9] {
        flex-direction: column;
    }

    .country-code[b-wnz8yamoh9] {
        width: 100%;
    }

    .contact-right h2[b-wnz8yamoh9] {
        font-size: 1.6rem;
    }
}



/* Header */
.topbar[b-wnz8yamoh9] {
    background: #ffffff;
    border-bottom: 1px solid #e8e8ef;
    position: sticky;
    top: 0;
    z-index: 20;
}

.nav-wrapper[b-wnz8yamoh9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.brand[b-wnz8yamoh9],
.footer-brand[b-wnz8yamoh9] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.logo-shape[b-wnz8yamoh9] {
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #14c8c8, #4f46e5);
    border-radius: 7px 2px 7px 2px;
    transform: rotate(-20deg);
}

.nav-links[b-wnz8yamoh9] {
    display: flex;
    gap: 24px;
}

    .nav-links a[b-wnz8yamoh9] {
        text-decoration: none;
        color: #374151;
        font-size: 0.95rem;
        transition: 0.3s;
    }

        .nav-links a:hover[b-wnz8yamoh9] {
            color: #4f46e5;
        }
/* /Components/Pages/Home.razor.rz.scp.css */
 

    .home-page[b-kywbgjotqx] {
        font-family: Arial, Helvetica, sans-serif;
        color: #1d2940;
        background-color: #f7f7fb;
    }
    /* Container */
    .container[b-kywbgjotqx] {
        width: min(1200px, 92%);
        margin: 0 auto;
    }
    /* Header */
    .topbar[b-kywbgjotqx] {
        background: #ffffff;
        border-bottom: 1px solid #e8e8ef;
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .nav-wrapper[b-kywbgjotqx] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 0;
    }

    .brand[b-kywbgjotqx],
    .footer-brand[b-kywbgjotqx] {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 800;
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    .logo-shape[b-kywbgjotqx] {
        width: 26px;
        height: 26px;
        background: linear-gradient(135deg, #14c8c8, #4f46e5);
        border-radius: 7px 2px 7px 2px;
        transform: rotate(-20deg);
    }

    .nav-links[b-kywbgjotqx] {
        display: flex;
        gap: 24px;
    }

        .nav-links a[b-kywbgjotqx] {
            text-decoration: none;
            color: #374151;
            font-size: 0.95rem;
            transition: 0.3s;
        }

            .nav-links a:hover[b-kywbgjotqx] {
                color: #4f46e5;
            }
    /* Hero */
    .hero[b-kywbgjotqx] {
        min-height: 640px;
        background: #eef2f7;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 60px 20px;
    }

    .hero-content h1[b-kywbgjotqx] {
        font-size: clamp(2rem, 5vw, 4.4rem);
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 22px;
        color: #1f2a44;
    }

        .hero-content h1 span[b-kywbgjotqx] {
            color: #4f46e5;
        }

    .hero-content p[b-kywbgjotqx] {
        color: #6b7280;
        font-size: 1rem;
    }
    /* How it works */
    .how-it-works[b-kywbgjotqx] {
        background: #f8f7fb;
        padding: 80px 0 100px;
        text-align: center;
    }

        .how-it-works h2[b-kywbgjotqx] {
            font-size: 2rem;
            margin-bottom: 10px;
            color: #1f2a44;
        }

    .title-line[b-kywbgjotqx] {
        width: 90px;
        height: 4px;
        background: #4f46e5;
        margin: 0 auto 50px;
        border-radius: 999px;
    }

    .cards[b-kywbgjotqx] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .info-card[b-kywbgjotqx] {
        background: white;
        border-radius: 22px 22px 0 0;
        padding: 35px 25px 30px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
        min-height: 300px;
    }

    .icon-circle[b-kywbgjotqx] {
        width: 72px;
        height: 72px;
        margin: 0 auto 20px;
        border-radius: 50%;
        background: #f3f4ff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        box-shadow: 0 8px 18px rgba(79, 70, 229, 0.12);
    }

    .info-card h3[b-kywbgjotqx] {
        font-size: 1.15rem;
        margin-bottom: 14px;
        color: #1f2a44;
    }

    .info-card p[b-kywbgjotqx] {
        color: #6b7280;
        font-size: 0.95rem;
        line-height: 1.8;
    }
    /* Footer Hero */
    .footer-hero[b-kywbgjotqx] {
        position: relative;
        min-height: 620px;
        background: url('/images/business-bg.jpg') center/cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .footer-hero .overlay[b-kywbgjotqx] {
            position: absolute;
            inset: 0;
            background: rgba(20, 31, 63, 0.72);
        }

    .footer-content[b-kywbgjotqx] {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white;
    }

    .footer-brand[b-kywbgjotqx] {
        justify-content: center;
        margin-bottom: 50px;
        font-size: 2rem;
    }

    .contact-btn[b-kywbgjotqx] {
        border: none;
        background: #5b4df2;
        color: white;
        padding: 14px 32px;
        border-radius: 12px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        margin-bottom: 45px;
        transition: 0.3s;
    }

        .contact-btn:hover[b-kywbgjotqx] {
            background: #4338ca;
        }

    .socials[b-kywbgjotqx] {
        display: flex;
        justify-content: center;
        gap: 16px;
    }

        .socials a[b-kywbgjotqx] {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: white;
            color: #1f2a44;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-weight: bold;
            transition: 0.3s;
        }

            .socials a:hover[b-kywbgjotqx] {
                transform: translateY(-3px);
            }

    .footer-bottom[b-kywbgjotqx] {
        position: absolute;
        bottom: 18px;
        left: 24px;
        right: 24px;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        font-size: 0.9rem;
    }

        .footer-bottom a[b-kywbgjotqx] {
            color: white;
            margin-left: 16px;
            text-decoration: none;
        }

            .footer-bottom a:hover[b-kywbgjotqx] {
                text-decoration: underline;
            }
    /* Responsive */
    @media (max-width: 900px) {
        .cards[b-kywbgjotqx] {
            grid-template-columns: 1fr;
        }

        .nav-wrapper[b-kywbgjotqx] {
            flex-direction: column;
            gap: 14px;
        }

        .footer-bottom[b-kywbgjotqx] {
            position: relative;
            flex-direction: column;
            gap: 10px;
            text-align: center;
            margin-top: 40px;
            left: 0;
            right: 0;
            bottom: 0;
            padding-bottom: 20px;
        }

        .hero[b-kywbgjotqx] {
            min-height: 500px;
        }
    }
 

    /* _add */
.main-footer[b-kywbgjotqx] {
    background: linear-gradient(180deg, #08142f 0%, #07112a 100%);
    color: #cfd6e6;
    padding: 60px 0 40px;
}

.footer-container[b-kywbgjotqx] {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer-col h3[b-kywbgjotqx] {
    font-size: 1.1rem;
    margin-bottom: 14px;
    color: #ffffff;
    position: relative;
}

    .footer-col h3[b-kywbgjotqx]::after {
        content: "";
        display: block;
        width: 60px;
        height: 2px;
        background: #2b56e8;
        margin-top: 6px;
    }

.footer-col p[b-kywbgjotqx] {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #a8b2c8;
}

.footer-col ul[b-kywbgjotqx] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-col ul li[b-kywbgjotqx] {
        margin-bottom: 10px;
    }

        .footer-col ul li a[b-kywbgjotqx] {
            text-decoration: none;
            color: #a8b2c8;
            font-size: 0.95rem;
            transition: 0.2s;
        }

            .footer-col ul li a:hover[b-kywbgjotqx] {
                color: #ffffff;
            }

/* Logo */
.footer-logo[b-kywbgjotqx] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
    margin-bottom: 14px;
}

.logo-icon[b-kywbgjotqx] {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 8px 3px 8px 3px;
    transform: rotate(-25deg);
}

/* Email */
.email[b-kywbgjotqx] {
    font-size: 0.95rem;
    color: #a8b2c8;
    margin-bottom: 20px;
}

/* Social */
.socials[b-kywbgjotqx] {
    display: flex;
    gap: 12px;
}

    .socials span[b-kywbgjotqx] {
        width: 36px;
        height: 36px;
        background: #0f1c3d;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #cfd6e6;
        cursor: pointer;
        transition: 0.2s;
    }

        .socials span:hover[b-kywbgjotqx] {
            background: #2b56e8;
            color: white;
        }

/* spacing */
.mt[b-kywbgjotqx] {
    margin-top: 20px;
}

/* responsive */
@media (max-width: 900px) {
    .footer-container[b-kywbgjotqx] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-logo[b-kywbgjotqx] {
        justify-content: center;
    }

    .socials[b-kywbgjotqx] {
        justify-content: center;
    }
}

/*_add */

.download-section[b-kywbgjotqx] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    gap: 80px;
    flex-wrap: wrap;
}

.phone-mockup[b-kywbgjotqx] {
    position: relative;
    width: 320px;
    height: 650px;
    background: #f5f5f5;
    border-radius: 45px;
    padding: 12px;
    box-shadow: 0 0 0 3px #e0e0e0, 0 20px 50px rgba(0, 0, 0, 0.1);
}

    .phone-mockup[b-kywbgjotqx]::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 25px;
        background: #1a1a1a;
        border-radius: 15px;
        z-index: 10;
    }

.phone-screen[b-kywbgjotqx] {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}



.phone-image[b-kywbgjotqx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}

.app-header[b-kywbgjotqx] {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 50%, #fff 100%);
    padding: 40px 15px 20px;
    text-align: center;
}

.app-logo[b-kywbgjotqx] {
    color: #8b4557;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}

.app-title[b-kywbgjotqx] {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.search-bar[b-kywbgjotqx] {
    display: flex;
    gap: 5px;
    background: #fff;
    padding: 8px;
    border-radius: 25px;
    margin: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.search-input[b-kywbgjotqx] {
    flex: 1;
    border: none;
    padding: 5px 10px;
    font-size: 10px;
    color: #999;
}

.search-btn[b-kywbgjotqx] {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 10px;
    cursor: pointer;
}

.app-subtitle[b-kywbgjotqx] {
    font-size: 9px;
    color: #666;
    margin-top: 10px;
    line-height: 1.4;
}

.how-it-works[b-kywbgjotqx] {
    padding: 15px;
    text-align: center;
}

.section-title[b-kywbgjotqx] {
    font-size: 12px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.steps[b-kywbgjotqx] {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.step[b-kywbgjotqx] {
    text-align: center;
}

.step-icon[b-kywbgjotqx] {
    width: 40px;
    height: 40px;
    border: 2px solid #e8d5d5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    font-size: 16px;
}

.step-title[b-kywbgjotqx] {
    font-size: 8px;
    font-weight: bold;
    color: #2c3e50;
}

.step-desc[b-kywbgjotqx] {
    font-size: 6px;
    color: #999;
}

.popular-listings[b-kywbgjotqx] {
    padding: 10px 15px;
}

.listings-grid[b-kywbgjotqx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.listing-card[b-kywbgjotqx] {
    display: flex;
    gap: 8px;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.listing-img[b-kywbgjotqx] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.listing-info[b-kywbgjotqx] {
    flex: 1;
}

.listing-name[b-kywbgjotqx] {
    font-size: 8px;
    font-weight: bold;
    color: #2c3e50;
}

.listing-details[b-kywbgjotqx] {
    font-size: 6px;
    color: #999;
    margin: 2px 0;
}

.listing-actions[b-kywbgjotqx] {
    display: flex;
    gap: 5px;
    margin-top: 3px;
}

    .listing-actions a[b-kywbgjotqx] {
        font-size: 6px;
        color: #e74c3c;
        text-decoration: none;
    }
/* Right Side Content */
.download-content[b-kywbgjotqx] {
    max-width: 400px;
    text-align: left;
}

    .download-content h2[b-kywbgjotqx] {
        font-size: 42px;
        font-weight: bold;
        color: #1a2b4a;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .download-content .tagline[b-kywbgjotqx] {
        font-size: 24px;
        color: #1a2b4a;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .download-content .description[b-kywbgjotqx] {
        font-size: 14px;
        color: #666;
        margin-bottom: 30px;
        line-height: 1.6;
    }

.store-buttons[b-kywbgjotqx] {
    display: flex;
    gap: 15px;
}

.store-btn[b-kywbgjotqx] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .store-btn:hover[b-kywbgjotqx] {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .store-btn svg[b-kywbgjotqx] {
        width: 24px;
        height: 24px;
    }

    .store-btn .store-text[b-kywbgjotqx] {
        display: flex;
        flex-direction: column;
    }

        .store-btn .store-text small[b-kywbgjotqx] {
            font-size: 10px;
            opacity: 0.8;
        }

        .store-btn .store-text span[b-kywbgjotqx] {
            font-size: 16px;
            font-weight: 600;
        }

@media (max-width: 768px) {
    .download-section[b-kywbgjotqx] {
        flex-direction: column;
        gap: 40px;
    }

    .download-content[b-kywbgjotqx] {
        text-align: center;
    }

    .store-buttons[b-kywbgjotqx] {
        justify-content: center;
    }

    .download-content h2[b-kywbgjotqx] {
        font-size: 32px;
    }

    .download-content .tagline[b-kywbgjotqx] {
        font-size: 20px;
    }
}


/*added */

.download-phone-image[b-kywbgjotqx] {
    width: 620px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.full-phone-image[b-kywbgjotqx] {
    width: 100%;
    height: auto;
    display: block;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-dsjp8k9jr1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

/* LEFT SIDE */
.left-side[b-dsjp8k9jr1] {
    position: relative;
    background: url('/images/login-bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 60px;
    color: white;
}

    .left-side .overlay[b-dsjp8k9jr1] {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #3b3bd6cc, #1e1e80cc);
    }

.left-content[b-dsjp8k9jr1] {
    position: relative;
    max-width: 480px;
}

    .left-content h1[b-dsjp8k9jr1] {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .left-content h2[b-dsjp8k9jr1] {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .left-content p[b-dsjp8k9jr1] {
        font-size: 0.95rem;
        line-height: 1.8;
        opacity: 0.9;
    }

/* Users */
.users[b-dsjp8k9jr1] {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .users img[b-dsjp8k9jr1] {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid white;
    }

    .users span[b-dsjp8k9jr1] {
        margin-left: 10px;
        font-size: 0.85rem;
    }

/* RIGHT SIDE */
.right-side[b-dsjp8k9jr1] {
    background: #f4f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CARD */
.login-card[b-dsjp8k9jr1] {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    width: 420px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.logo[b-dsjp8k9jr1] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-weight: bold;
}

.logo-shape[b-dsjp8k9jr1] {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #14c8c8, #4f46e5);
    border-radius: 6px;
    transform: rotate(-20deg);
}

.login-card h3[b-dsjp8k9jr1] {
    margin-bottom: 20px;
}

/* Buttons */
.login-option[b-dsjp8k9jr1] {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: white;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
}

    .login-option:hover[b-dsjp8k9jr1] {
        background: #f5f6ff;
        border-color: #4f46e5;
    }

/* Responsive */
@media (max-width: 900px) {
    .login-page[b-dsjp8k9jr1] {
        grid-template-columns: 1fr;
    }

    .left-side[b-dsjp8k9jr1] {
        display: none;
    }
}
[b-dsjp8k9jr1] .btn-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    margin-top: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-decoration: none;
    color: black;
    background-color: white;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

    [b-dsjp8k9jr1] .btn-style:hover {
        background-color: #f5f5f5;
        transform: translateY(-1px);
        cursor: pointer;
        border-color: #4f46e5;
    }

    [b-dsjp8k9jr1] .btn-style span:last-child {
        font-size: 20px;
    }

    [b-dsjp8k9jr1] .btn-style.active {
        background-color: #f5f6ff;
        border-color: #4f46e5;
    }
/* /Components/Pages/login/Admin.razor.rz.scp.css */
.admin-login-page[b-g0g3wwyxy0] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f7f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

/* Left */
.admin-left-panel[b-g0g3wwyxy0] {
    position: relative;
    overflow: hidden;
    background: url('/images/admin-login-bg.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 70px 50px;
}

.admin-left-overlay[b-g0g3wwyxy0] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(47, 53, 198, 0.82), rgba(42, 45, 180, 0.78));
}

.admin-left-content[b-g0g3wwyxy0] {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

    .admin-left-content h1[b-g0g3wwyxy0] {
        margin: 0 0 8px;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .admin-left-content h2[b-g0g3wwyxy0] {
        margin: 0 0 26px;
        font-size: 3.4rem;
        font-weight: 800;
        line-height: 1.1;
    }

    .admin-left-content p[b-g0g3wwyxy0] {
        margin: 0;
        font-size: 1.15rem;
        line-height: 1.8;
        max-width: 760px;
        color: rgba(255, 255, 255, 0.92);
    }

.admin-shape[b-g0g3wwyxy0] {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.shape-one[b-g0g3wwyxy0] {
    width: 620px;
    height: 620px;
    bottom: -240px;
    left: -160px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
}

.shape-two[b-g0g3wwyxy0] {
    width: 700px;
    height: 700px;
    bottom: -380px;
    right: -220px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
}

/* Right */
.admin-right-panel[b-g0g3wwyxy0] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafb;
    padding: 40px;
}

.admin-login-box[b-g0g3wwyxy0] {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border-radius: 24px;
    padding: 42px 34px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.admin-brand[b-g0g3wwyxy0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 1.8rem;
    color: #2d56d8;
    letter-spacing: 0.5px;
}

.admin-brand-icon[b-g0g3wwyxy0] {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 8px 2px 8px 2px;
    transform: rotate(-25deg);
}

.admin-login-box h3[b-g0g3wwyxy0] {
    text-align: center;
    margin: 0 0 10px;
    color: #1f2940;
    font-size: 2.2rem;
    font-weight: 700;
}

.admin-subtitle[b-g0g3wwyxy0] {
    text-align: center;
    margin: 0 0 30px;
    color: #5d6473;
    font-size: 1rem;
}

/* Form */
.form-group[b-g0g3wwyxy0] {
    margin-bottom: 24px;
    width: 100%;
}

    .form-group label[b-g0g3wwyxy0] {
        display: block;
        margin-bottom: 10px;
        color: #1f2940;
        font-size: 1rem;
        font-weight: 600;
    }

.form-input[b-g0g3wwyxy0] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 58px;
    border: 1px solid #d9dfea;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 1rem;
    color: #1f2940;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: 0.2s ease;
}

    .form-input:focus[b-g0g3wwyxy0] {
        border-color: #645cff;
        box-shadow: 0 0 0 3px rgba(100, 92, 255, 0.10);
    }

.password-wrapper[b-g0g3wwyxy0] {
    position: relative;
    width: 100%;
}

.password-input[b-g0g3wwyxy0] {
    padding-right: 56px;
}

.toggle-password[b-g0g3wwyxy0] {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1.1rem;
    opacity: 0.75;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-in-btn[b-g0g3wwyxy0] {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #5548ee, #4c46e5);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.2s ease;
    margin-top: 6px;
}

    .sign-in-btn:hover[b-g0g3wwyxy0] {
        opacity: 0.95;
        transform: translateY(-1px);
    }

    .sign-in-btn:active[b-g0g3wwyxy0] {
        transform: translateY(0);
    }

.error-box[b-g0g3wwyxy0] {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    color: #be123c;
    font-size: 0.95rem;
}

.admin-test-note[b-g0g3wwyxy0] {
    margin-top: 18px;
    text-align: center;
    color: #6b7280;
    font-size: 0.95rem;
}

.validation-message[b-g0g3wwyxy0],
[b-g0g3wwyxy0] .validation-message {
    display: block;
    margin-top: 8px;
    color: #d92d20;
    font-size: 0.9rem;
}

[b-g0g3wwyxy0] .validation-summary-errors {
    margin-bottom: 16px;
    color: #d92d20;
    font-size: 0.95rem;
}

[b-g0g3wwyxy0] input.form-input {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .admin-login-page[b-g0g3wwyxy0] {
        grid-template-columns: 1fr;
    }

    .admin-left-panel[b-g0g3wwyxy0] {
        min-height: 320px;
        padding: 40px 28px;
    }

    .admin-right-panel[b-g0g3wwyxy0] {
        padding: 30px 20px 40px;
    }

    .admin-login-box[b-g0g3wwyxy0] {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .admin-left-content h1[b-g0g3wwyxy0] {
        font-size: 1.9rem;
    }

    .admin-left-content h2[b-g0g3wwyxy0] {
        font-size: 2.2rem;
    }

    .admin-left-content p[b-g0g3wwyxy0] {
        font-size: 0.96rem;
    }
}
/* /Components/Pages/login/Merchant.razor.rz.scp.css */
.merchant-login-page[b-5s0gxgc34w] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f7f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

/* Left Side */
.left-panel[b-5s0gxgc34w] {
    position: relative;
    overflow: hidden;
    background: url('/images/merchant-login-bg.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 70px 50px;
}

.left-overlay[b-5s0gxgc34w] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(47, 53, 198, 0.82), rgba(42, 45, 180, 0.78));
}

.left-content[b-5s0gxgc34w] {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

    .left-content h1[b-5s0gxgc34w] {
        margin: 0 0 8px;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .left-content h2[b-5s0gxgc34w] {
        margin: 0 0 26px;
        font-size: 3.4rem;
        font-weight: 800;
        line-height: 1.1;
    }

    .left-content p[b-5s0gxgc34w] {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.8;
        max-width: 760px;
        color: rgba(255, 255, 255, 0.92);
    }

.left-shape[b-5s0gxgc34w] {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.shape-one[b-5s0gxgc34w] {
    width: 620px;
    height: 620px;
    bottom: -240px;
    left: -160px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
}

.shape-two[b-5s0gxgc34w] {
    width: 700px;
    height: 700px;
    bottom: -380px;
    right: -220px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
}

/* Right Side */
.right-panel[b-5s0gxgc34w] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafb;
    padding: 40px;
}

.login-box[b-5s0gxgc34w] {
    width: 100%;
    max-width: 720px;
    padding: 20px 10px;
}

.brand[b-5s0gxgc34w] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 1.8rem;
    color: #2d56d8;
    letter-spacing: 0.5px;
}

.brand-icon[b-5s0gxgc34w] {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 8px 2px 8px 2px;
    transform: rotate(-25deg);
}

.login-box h3[b-5s0gxgc34w] {
    text-align: center;
    margin: 0 0 10px;
    color: #1f2940;
    font-size: 2.2rem;
    font-weight: 700;
}

.register-text[b-5s0gxgc34w] {
    text-align: center;
    margin: 0 0 34px;
    color: #5d6473;
    font-size: 1rem;
}

    .register-text a[b-5s0gxgc34w] {
        color: #5a54f9;
        text-decoration: none;
        font-weight: 500;
    }

        .register-text a:hover[b-5s0gxgc34w] {
            text-decoration: underline;
        }

/* Form */
.login-form[b-5s0gxgc34w] {
    width: 100%;
}

.form-group[b-5s0gxgc34w] {
    margin-bottom: 28px;
    width: 100%;
}

    .form-group label[b-5s0gxgc34w] {
        display: block;
        margin-bottom: 12px;
        color: #102347;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

.form-input[b-5s0gxgc34w] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 64px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    padding: 0 18px;
    font-size: 1rem;
    color: #1f2940;
    background: #ffffff;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

    .form-input[b-5s0gxgc34w]::placeholder {
        color: #9aa6b2;
    }

    .form-input:focus[b-5s0gxgc34w] {
        border-color: #c7d6ea;
        box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.08);
    }

/* Password */
.password-wrapper[b-5s0gxgc34w] {
    position: relative;
    width: 100%;
}

.password-input[b-5s0gxgc34w] {
    width: 100%;
    padding-right: 58px;
}

.toggle-password[b-5s0gxgc34w] {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.05rem;
    opacity: 1;
}

    .toggle-password:hover[b-5s0gxgc34w] {
        color: #64748b;
    }

/* Remember + Forgot */
.form-row[b-5s0gxgc34w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 4px 0 30px;
    flex-wrap: wrap;
}

.remember-me[b-5s0gxgc34w] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2940;
    font-size: 0.98rem;
    cursor: pointer;
}

.remember-checkbox[b-5s0gxgc34w] {
    width: 18px;
    height: 18px;
    accent-color: #4f46e5;
}

.forgot-link[b-5s0gxgc34w] {
    color: #5a54f9;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 500;
}

    .forgot-link:hover[b-5s0gxgc34w] {
        text-decoration: underline;
    }

/* Button */
.sign-in-btn[b-5s0gxgc34w] {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #5b4cf0, #4b46e5);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.2s ease;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.22);
}

    .sign-in-btn:hover[b-5s0gxgc34w] {
        opacity: 0.96;
        transform: translateY(-1px);
    }

    .sign-in-btn:active[b-5s0gxgc34w] {
        transform: translateY(0);
    }

    .sign-in-btn:disabled[b-5s0gxgc34w] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Blazor inputs */
[b-5s0gxgc34w] input.form-input {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

[b-5s0gxgc34w] .password-wrapper input.form-input {
    width: 100%;
    padding-right: 58px;
}

[b-5s0gxgc34w] input.remember-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
}


/* Responsive */
@media (max-width: 1200px) {
    .left-content h1[b-5s0gxgc34w] {
        font-size: 2.3rem;
    }

    .left-content h2[b-5s0gxgc34w] {
        font-size: 2.7rem;
    }

    .left-content p[b-5s0gxgc34w] {
        font-size: 1.05rem;
    }

    .login-box[b-5s0gxgc34w] {
        max-width: 560px;
    }
}

@media (max-width: 900px) {
    .merchant-login-page[b-5s0gxgc34w] {
        grid-template-columns: 1fr;
    }

    .left-panel[b-5s0gxgc34w] {
        min-height: 360px;
        padding: 40px 28px;
    }

    .right-panel[b-5s0gxgc34w] {
        padding: 30px 20px 40px;
    }

    .login-box[b-5s0gxgc34w] {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .left-content h1[b-5s0gxgc34w] {
        font-size: 1.9rem;
    }

    .left-content h2[b-5s0gxgc34w] {
        font-size: 2.2rem;
    }

    .left-content p[b-5s0gxgc34w] {
        font-size: 0.96rem;
    }

    .form-row[b-5s0gxgc34w] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/login/Vendor.razor.rz.scp.css */
.merchant-login-page[b-hpdmtsw701] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f7f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

/* Left Side */
.left-panel[b-hpdmtsw701] {
    position: relative;
    overflow: hidden;
    background: url('/images/merchant-login-bg.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 70px 50px;
}

.left-overlay[b-hpdmtsw701] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(47, 53, 198, 0.82), rgba(42, 45, 180, 0.78));
}

.left-content[b-hpdmtsw701] {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

    .left-content h1[b-hpdmtsw701] {
        margin: 0 0 8px;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .left-content h2[b-hpdmtsw701] {
        margin: 0 0 26px;
        font-size: 3.4rem;
        font-weight: 800;
        line-height: 1.1;
    }

    .left-content p[b-hpdmtsw701] {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.8;
        max-width: 760px;
        color: rgba(255, 255, 255, 0.92);
    }

.left-shape[b-hpdmtsw701] {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.shape-one[b-hpdmtsw701] {
    width: 620px;
    height: 620px;
    bottom: -240px;
    left: -160px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
}

.shape-two[b-hpdmtsw701] {
    width: 700px;
    height: 700px;
    bottom: -380px;
    right: -220px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
}

/* Right Side */
.right-panel[b-hpdmtsw701] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafb;
    padding: 40px;
}

.login-box[b-hpdmtsw701] {
    width: 100%;
    max-width: 720px;
    padding: 20px 10px;
}

.brand[b-hpdmtsw701] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 1.8rem;
    color: #2d56d8;
    letter-spacing: 0.5px;
}

.brand-icon[b-hpdmtsw701] {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 8px 2px 8px 2px;
    transform: rotate(-25deg);
}

.login-box h3[b-hpdmtsw701] {
    text-align: center;
    margin: 0 0 10px;
    color: #1f2940;
    font-size: 2.2rem;
    font-weight: 700;
}

.register-text[b-hpdmtsw701] {
    text-align: center;
    margin: 0 0 34px;
    color: #5d6473;
    font-size: 1rem;
}

    .register-text a[b-hpdmtsw701] {
        color: #5a54f9;
        text-decoration: none;
        font-weight: 500;
    }

        .register-text a:hover[b-hpdmtsw701] {
            text-decoration: underline;
        }

/* Form */
.login-form[b-hpdmtsw701] {
    width: 100%;
}

.form-group[b-hpdmtsw701] {
    margin-bottom: 28px;
    width: 100%;
}

    .form-group label[b-hpdmtsw701] {
        display: block;
        margin-bottom: 12px;
        color: #102347;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

.form-input[b-hpdmtsw701] {
    display: block;
    width: 100%;
    min-width: 0;
    height: 64px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    padding: 0 18px;
    font-size: 1rem;
    color: #1f2940;
    background: #ffffff;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

    .form-input[b-hpdmtsw701]::placeholder {
        color: #9aa6b2;
    }

    .form-input:focus[b-hpdmtsw701] {
        border-color: #c7d6ea;
        box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.08);
    }

/* Password */
.password-wrapper[b-hpdmtsw701] {
    position: relative;
    width: 100%;
}

.password-input[b-hpdmtsw701] {
    width: 100%;
    padding-right: 58px;
}

.toggle-password[b-hpdmtsw701] {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.05rem;
    opacity: 1;
}

    .toggle-password:hover[b-hpdmtsw701] {
        color: #64748b;
    }

/* Remember + Forgot */
.form-row[b-hpdmtsw701] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 4px 0 30px;
    flex-wrap: wrap;
}

.remember-me[b-hpdmtsw701] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2940;
    font-size: 0.98rem;
    cursor: pointer;
}

.remember-checkbox[b-hpdmtsw701] {
    width: 18px;
    height: 18px;
    accent-color: #4f46e5;
}

.forgot-link[b-hpdmtsw701] {
    color: #5a54f9;
    text-decoration: none;
    font-size: 0.96rem;
    font-weight: 500;
}

    .forgot-link:hover[b-hpdmtsw701] {
        text-decoration: underline;
    }

/* Button */
.sign-in-btn[b-hpdmtsw701] {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #5b4cf0, #4b46e5);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.2s ease;
    box-shadow: 0 10px 24px rgba(79, 70, 229, 0.22);
}

    .sign-in-btn:hover[b-hpdmtsw701] {
        opacity: 0.96;
        transform: translateY(-1px);
    }

    .sign-in-btn:active[b-hpdmtsw701] {
        transform: translateY(0);
    }

    .sign-in-btn:disabled[b-hpdmtsw701] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Blazor inputs */
[b-hpdmtsw701] input.form-input {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

[b-hpdmtsw701] .password-wrapper input.form-input {
    width: 100%;
    padding-right: 58px;
}

[b-hpdmtsw701] input.remember-checkbox {
    width: 18px;
    height: 18px;
    margin: 0;
}


/* Responsive */
@media (max-width: 1200px) {
    .left-content h1[b-hpdmtsw701] {
        font-size: 2.3rem;
    }

    .left-content h2[b-hpdmtsw701] {
        font-size: 2.7rem;
    }

    .left-content p[b-hpdmtsw701] {
        font-size: 1.05rem;
    }

    .login-box[b-hpdmtsw701] {
        max-width: 560px;
    }
}

@media (max-width: 900px) {
    .merchant-login-page[b-hpdmtsw701] {
        grid-template-columns: 1fr;
    }

    .left-panel[b-hpdmtsw701] {
        min-height: 360px;
        padding: 40px 28px;
    }

    .right-panel[b-hpdmtsw701] {
        padding: 30px 20px 40px;
    }

    .login-box[b-hpdmtsw701] {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .left-content h1[b-hpdmtsw701] {
        font-size: 1.9rem;
    }

    .left-content h2[b-hpdmtsw701] {
        font-size: 2.2rem;
    }

    .left-content p[b-hpdmtsw701] {
        font-size: 0.96rem;
    }

    .form-row[b-hpdmtsw701] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/Merchant/Dashboard.razor.rz.scp.css */
.dashboard-page[b-v13f657die] {
    color: #1f2940;
}

.welcome-banner[b-v13f657die] {
    min-height: 130px;
    background: white;
    border: 1px solid #e7ebf3;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 28px;
    margin-bottom: 28px;
}

.welcome-icon[b-v13f657die] {
    font-size: 2.8rem;
    color: #7b8599;
}

.welcome-banner h1[b-v13f657die] {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}

.dashboard-tabs[b-v13f657die] {
    border-bottom: 1px solid #e7ebf3;
    margin-bottom: 22px;
}

.tab[b-v13f657die] {
    display: inline-block;
    padding: 0 22px 12px;
    color: #5f61ff;
    font-size: 0.96rem;
    text-decoration: none;
    border-bottom: 3px solid #5f61ff;
}

.cards-grid[b-v13f657die] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 18px;
}

.stat-card[b-v13f657die] {
    background: white;
    border: 1px solid #edf0f6;
    border-radius: 18px;
    padding: 20px 22px;
    min-height: 170px;
    box-shadow: 0 2px 8px rgba(21, 31, 56, 0.03);
}

.card-head[b-v13f657die] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1f2940;
    font-weight: 600;
    margin-bottom: 18px;
}

.stat-number[b-v13f657die] {
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin-top: 10px;
}

.stat-label[b-v13f657die] {
    text-align: center;
    font-size: 1.05rem;
    margin-top: 6px;
    font-weight: 500;
}

.stat-foot[b-v13f657die] {
    text-align: center;
    margin-top: 26px;
    color: #77809a;
    font-size: 0.95rem;
}

.blue[b-v13f657die] {
    color: #4285f4;
}

.red[b-v13f657die] {
    color: #ef4444;
}

.orange[b-v13f657die] {
    color: #f59e0b;
}

.green[b-v13f657die] {
    color: #22c55e;
}

@media (max-width: 1200px) {
    .cards-grid[b-v13f657die] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 700px) {
    .welcome-banner h1[b-v13f657die] {
        font-size: 1.5rem;
    }

    .cards-grid[b-v13f657die] {
        grid-template-columns: 1fr;
    }
}


/* /Components/Pages/Merchant/Management.razor.rz.scp.css */
.management-page[b-0bp2g8fnp9] {
    color: #1f2940;
}

.page-header[b-0bp2g8fnp9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .page-header h1[b-0bp2g8fnp9] {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
        color: #22304d;
    }

.header-actions[b-0bp2g8fnp9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.refresh-btn[b-0bp2g8fnp9],
.filter-btn[b-0bp2g8fnp9],
.add-btn[b-0bp2g8fnp9] {
    height: 44px;
    border-radius: 999px;
    border: 1px solid #d8dfeb;
    background: white;
    color: #1f2940;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.2s ease;
}

.refresh-btn[b-0bp2g8fnp9] {
    width: 58px;
    padding: 0;
    font-size: 1.2rem;
}

.filter-btn[b-0bp2g8fnp9] {
    background: #13234b;
    color: white;
    border-color: #13234b;
}

.add-btn[b-0bp2g8fnp9] {
    background: #5b57f4;
    color: white;
    border-color: #5b57f4;
    min-width: 105px;
}

    .refresh-btn:hover[b-0bp2g8fnp9],
    .filter-btn:hover[b-0bp2g8fnp9],
    .add-btn:hover[b-0bp2g8fnp9] {
        opacity: 0.92;
    }

.table-card[b-0bp2g8fnp9] {
    background: white;
    border: 1px solid #e5ebf4;
    overflow: hidden;
}

.management-table[b-0bp2g8fnp9] {
    width: 100%;
    border-collapse: collapse;
}

    .management-table thead th[b-0bp2g8fnp9] {
        background: #f8fafc;
        color: #64748b;
        font-size: 0.98rem;
        font-weight: 700;
        text-align: left;
        padding: 18px 20px;
        border-bottom: 1px solid #e7ebf3;
    }

    .management-table tbody td[b-0bp2g8fnp9] {
        padding: 16px 20px;
        border-bottom: 1px solid #edf1f7;
        color: #24324a;
        font-size: 1rem;
        vertical-align: middle;
    }

    .management-table tbody tr:hover[b-0bp2g8fnp9] {
        background: #fcfdff;
    }

.check-col[b-0bp2g8fnp9] {
    text-align: center;
    width: 90px;
}

    .check-col input[type="checkbox"][b-0bp2g8fnp9] {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

.status-badge[b-0bp2g8fnp9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
}

    .status-badge.active[b-0bp2g8fnp9] {
        background: #dcf4e5;
        color: #1f9d55;
    }

    .status-badge.inactive[b-0bp2g8fnp9] {
        background: #f3f4f6;
        color: #6b7280;
    }

.action-select[b-0bp2g8fnp9] {
    min-width: 92px;
    height: 38px;
    border: 1px solid #d7deea;
    border-radius: 999px;
    background: white;
    padding: 0 12px;
    color: #1f2940;
    outline: none;
}

.table-footer[b-0bp2g8fnp9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    background: white;
}

.footer-left[b-0bp2g8fnp9],
.footer-center[b-0bp2g8fnp9],
.footer-right[b-0bp2g8fnp9] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #64748b;
}

.page-select[b-0bp2g8fnp9] {
    height: 40px;
    border: 1px solid #d7deea;
    border-radius: 10px;
    padding: 0 12px;
    background: white;
}

.pager-btn[b-0bp2g8fnp9] {
    width: 38px;
    height: 38px;
    border: 1px solid #d7deea;
    background: #f8fafc;
    color: #94a3b8;
    border-radius: 8px;
    cursor: pointer;
}

.empty-row[b-0bp2g8fnp9] {
    text-align: center;
    color: #7b8599;
    padding: 28px 20px !important;
}

@media (max-width: 1200px) {
    .table-card[b-0bp2g8fnp9] {
        overflow-x: auto;
    }

    .management-table[b-0bp2g8fnp9] {
        min-width: 1200px;
    }
}

@media (max-width: 700px) {
    .page-header[b-0bp2g8fnp9] {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .header-actions[b-0bp2g8fnp9] {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .table-footer[b-0bp2g8fnp9] {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }
}
/* /Components/Pages/Merchant/MerchantLayout.razor.rz.scp.css */
.vendor-shell[b-r08o4mhidw] {
    display: flex;
    min-height: 100vh;
    background: #f6f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

.vendor-sidebar[b-r08o4mhidw] {
    width: 250px;
    background: linear-gradient(180deg, #08142f 0%, #07112a 100%);
    color: white;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.brand[b-r08o4mhidw] {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.brand-icon[b-r08o4mhidw] {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 7px 2px 7px 2px;
    transform: rotate(-25deg);
}

.vendor-menu[b-r08o4mhidw] {
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-item[b-r08o4mhidw] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #d9e0f0;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.98rem;
    transition: 0.2s ease;
}

    .menu-item:hover[b-r08o4mhidw] {
        background: rgba(255,255,255,0.08);
        color: #fff;
    }

    .menu-item.active[b-r08o4mhidw] {
        background: rgba(255,255,255,0.12);
        color: white;
    }

.menu-icon[b-r08o4mhidw] {
    width: 20px;
    text-align: center;
}

.vendor-main[b-r08o4mhidw] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vendor-topbar[b-r08o4mhidw] {
    height: 64px;
    background: white;
    border-bottom: 1px solid #e7ebf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.topbar-actions[b-r08o4mhidw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-btn[b-r08o4mhidw] {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
}

.vendor-content[b-r08o4mhidw] {
    padding: 28px 26px 40px;
}

@media (max-width: 900px) {
    .vendor-sidebar[b-r08o4mhidw] {
        width: 88px;
    }

    .brand span[b-r08o4mhidw],
    .menu-item span:last-child[b-r08o4mhidw] {
        display: none;
    }

    .menu-item[b-r08o4mhidw] {
        justify-content: center;
    }
}

[b-r08o4mhidw] .vendor-sidebar .menu-item,
[b-r08o4mhidw] .vendor-sidebar .menu-item:link,
[b-r08o4mhidw] .vendor-sidebar .menu-item:visited {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #d9e0f0 !important;
    text-decoration: none !important;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 16px;
}

    [b-r08o4mhidw] .vendor-sidebar .menu-item:hover {
        background: rgba(255,255,255,0.08);
        color: #fff !important;
    }

    [b-r08o4mhidw] .vendor-sidebar .menu-item.active {
        background: rgba(255,255,255,0.12);
        color: #fff !important;
    }


.menu-icon[b-r08o4mhidw] {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-icon svg[b-r08o4mhidw] {
        width: 20px;
        height: 20px;
        stroke: #cfd6e6;
        stroke-width: 1.8;
    }

/* عند hover */
.menu-item:hover .menu-icon svg[b-r08o4mhidw] {
    stroke: white;
}

/* العنصر النشط */
.menu-item.active .menu-icon svg[b-r08o4mhidw] {
    stroke: white;
}


.topbar-account[b-r08o4mhidw] {
    position: relative;
}

.account-btn[b-r08o4mhidw] {
    width: 42px;
    height: 42px;
    border: 1px solid #dce3ef;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

    .account-btn:hover[b-r08o4mhidw] {
        background: #f7f9fc;
    }

.account-avatar[b-r08o4mhidw] {
    font-size: 1.3rem;
    line-height: 1;
}

.profile-dropdown[b-r08o4mhidw] {
    position: absolute;
    top: 52px;
    right: 0;
    width: 360px;
    background: white;
    border: 1px solid #e6ebf3;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    overflow: hidden;
    z-index: 9999;
}

.profile-header[b-r08o4mhidw] {
    padding: 24px 26px 18px;
    border-bottom: 1px solid #edf1f7;
}

.profile-title[b-r08o4mhidw] {
    font-size: 1rem;
    color: #334155;
    margin-bottom: 6px;
}

.profile-email[b-r08o4mhidw] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2940;
    word-break: break-word;
}

.profile-item[b-r08o4mhidw] {
    width: 100%;
    border: none;
    background: white;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 26px;
    text-decoration: none;
    color: #24324a;
    font-size: 1.05rem;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #edf1f7;
    font-family: inherit;
}

    .profile-item:last-child[b-r08o4mhidw] {
        border-bottom: none;
    }

    .profile-item:hover[b-r08o4mhidw] {
        background: #f8fafc;
    }

.profile-item-icon[b-r08o4mhidw] {
    width: 28px;
    text-align: center;
    font-size: 1.35rem;
    color: #64748b;
}
/* /Components/Pages/Merchant/Subscriptions.razor.rz.scp.css */
.subscriptions-page[b-7kihzxqi7k] {
    padding: 4px 0 22px;
    color: #0b3f57;
}

.subscriptions-header[b-7kihzxqi7k] {
    text-align: center;
    margin-bottom: 18px;
}

    .subscriptions-header h1[b-7kihzxqi7k] {
        margin: 0 0 14px;
        font-size: 2.35rem;
        line-height: 1.2;
        font-weight: 800;
        color: #0d5f73;
    }

.billing-switch-wrap[b-7kihzxqi7k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.discount-badge[b-7kihzxqi7k] {
    background: #18b86a;
    color: white;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 0.95rem;
    box-shadow: 0 6px 14px rgba(24, 184, 106, 0.16);
}

.billing-switch[b-7kihzxqi7k] {
    width: 340px;
    max-width: 100%;
    background: #ffffff;
    border: 2px solid #66d9cf;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3px;
}

.switch-btn[b-7kihzxqi7k] {
    height: 40px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #0a4f67;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

    .switch-btn.active[b-7kihzxqi7k] {
        background: linear-gradient(180deg, #0b6377 0%, #094f67 100%);
        color: white;
    }

.plans-grid[b-7kihzxqi7k] {
   display: grid;
    grid-template-columns: repeat(3, 380px);
    justify-content: center; /* يخليهم في المنتصف */
    gap: 20px;
}

.plan-card[b-7kihzxqi7k] {
    background: #fff;
    border: 1px solid #d9e6eb;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 18px rgba(9, 25, 58, 0.05);
}

.featured[b-7kihzxqi7k] {
    border: 3px solid #094f67;
}




.featured-label[b-7kihzxqi7k] {
    background: #094f67; /* أزرق غامق */
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    padding: 10px;
}

 
.plan-box[b-7kihzxqi7k] {
    margin: 16px;
    border-radius: 16px;
    padding: 20px 18px 16px;
    text-align: right;
}

.dark-box[b-7kihzxqi7k] {
    background: linear-gradient(180deg, #0b6377 0%, #08495f 100%);
    color: white;
}

.mint-box[b-7kihzxqi7k] {
    background: linear-gradient(180deg, #a8e7de 0%, #95ddd3 100%);
    color: #0a4f67;
}

.light-box[b-7kihzxqi7k] {
    background: linear-gradient(180deg, #d7f0eb 0%, #caebe4 100%);
    color: #0a4f67;
}

.plan-box h2[b-7kihzxqi7k] {
    margin: 0 0 10px;
    font-size: 1.7rem;
    font-weight: 800;
}

.plan-tag[b-7kihzxqi7k] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    color: inherit;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.price-wrap[b-7kihzxqi7k] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 18px;
}

.currency[b-7kihzxqi7k] {
    font-size: 0.95rem;
    font-weight: 700;
}

.price[b-7kihzxqi7k] {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 900;
}

.period[b-7kihzxqi7k] {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.free-wrap[b-7kihzxqi7k] {
    min-height: 62px;
    align-items: center;
}

.free-text[b-7kihzxqi7k] {
    font-size: 2.6rem;
    font-weight: 900;
}

.plan-action[b-7kihzxqi7k] {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #0b6377 0%, #08495f 100%);
    color: white;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
}

.dark-box .plan-action[b-7kihzxqi7k] {
    background: white;
    color: #08495f;
}

.features[b-7kihzxqi7k] {
    padding: 0 20px 20px;
}

    .features h3[b-7kihzxqi7k] {
        margin: 0 0 12px;
        font-size: 1.08rem;
        color: #0a5068;
    }

    .features ul[b-7kihzxqi7k] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .features li[b-7kihzxqi7k] {
        position: relative;
        padding-right: 16px;
        margin-bottom: 11px;
        color: #0f5f72;
        font-size: 0.96rem;
        line-height: 1.6;
    }

        .features li[b-7kihzxqi7k]::before {
            content: "•";
            position: absolute;
            right: 0;
            top: -1px;
            color: #4db6a8;
            font-size: 1.15rem;
            line-height: 1.2;
        }

@media (max-width: 1200px) {
    .plans-grid[b-7kihzxqi7k] {
        grid-template-columns: 1fr;
    }

    .subscriptions-header h1[b-7kihzxqi7k] {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .subscriptions-header h1[b-7kihzxqi7k] {
        font-size: 1.5rem;
    }

    .billing-switch[b-7kihzxqi7k] {
        width: 100%;
    }

    .plan-box h2[b-7kihzxqi7k] {
        font-size: 1.35rem;
    }

    .price[b-7kihzxqi7k] {
        font-size: 2.7rem;
    }

    .free-text[b-7kihzxqi7k] {
        font-size: 2.1rem;
    }
}
/* /Components/Pages/Signup.razor.rz.scp.css */
.login-page[b-czmd6sklbj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f5fb;
}

/* LEFT SIDE */
.left-side[b-czmd6sklbj] {
    position: relative;
    background: url('/images/login-bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 60px;
    color: white;
    overflow: hidden;
}

    .left-side .overlay[b-czmd6sklbj] {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(59, 59, 214, 0.85), rgba(30, 30, 128, 0.85));
    }

.left-content[b-czmd6sklbj] {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

    .left-content h1[b-czmd6sklbj] {
        font-size: 2rem;
        margin: 0 0 10px;
        font-weight: 700;
    }

    .left-content h2[b-czmd6sklbj] {
        font-size: 2.8rem;
        font-weight: 800;
        margin: 0 0 20px;
        line-height: 1.1;
    }

    .left-content p[b-czmd6sklbj] {
        font-size: 1rem;
        line-height: 1.9;
        opacity: 0.95;
        margin: 0;
    }

/* RIGHT SIDE */
.right-side[b-czmd6sklbj] {
    background: #f4f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

/* CARD */
.login-card[b-czmd6sklbj] {
    background: white;
    padding: 42px 34px;
    border-radius: 18px;
    width: 440px;
    max-width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.logo[b-czmd6sklbj] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 1.35rem;
    color: #1f2940;
}

.logo-shape[b-czmd6sklbj] {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #14c8c8, #4f46e5);
    border-radius: 6px;
    transform: rotate(-20deg);
}

.login-card h3[b-czmd6sklbj] {
    margin: 0 0 12px;
    color: #1f2940;
    font-size: 2rem;
    font-weight: 800;
}

.sub-text[b-czmd6sklbj] {
    margin: 0 0 22px;
    color: #6b7280;
    font-size: 0.98rem;
    line-height: 1.7;
}

/* BUTTONS */
[b-czmd6sklbj] .btn-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    margin-top: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-decoration: none;
    color: #111827;
    background-color: white;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 400;
}

    [b-czmd6sklbj] .btn-style:hover {
        background-color: #f5f6ff;
        transform: translateY(-1px);
        cursor: pointer;
        border-color: #4f46e5;
    }

    [b-czmd6sklbj] .btn-style span:last-child {
        font-size: 20px;
        color: #4f46e5;
    }

/* BOTTOM TEXT */
.bottom-text[b-czmd6sklbj] {
    margin: 24px 0 0;
    color: #6b7280;
    font-size: 0.95rem;
}

    .bottom-text a[b-czmd6sklbj] {
        color: #4f46e5;
        text-decoration: none;
        font-weight: 600;
    }

        .bottom-text a:hover[b-czmd6sklbj] {
            text-decoration: underline;
        }

/* Responsive */
@media (max-width: 900px) {
    .login-page[b-czmd6sklbj] {
        grid-template-columns: 1fr;
    }

    .left-side[b-czmd6sklbj] {
        display: none;
    }

    .right-side[b-czmd6sklbj] {
        padding: 24px;
    }

    .login-card[b-czmd6sklbj] {
        width: 100%;
        max-width: 520px;
    }
}
/* /Components/Pages/Vendor/AddPackage.razor.rz.scp.css */
.add-package-page[b-7yvykotd05] {
    padding: 20px 22px 28px;
    background: #f8f9fc;
    min-height: calc(100vh - 70px);
}

.page-header[b-7yvykotd05] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

    .page-header h1[b-7yvykotd05] {
        font-size: 20px;
        margin: 0;
        color: #1f2a44;
        font-weight: 700;
    }

.close-page-btn[b-7yvykotd05] {
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: #7a879d;
}

.form-grid[b-7yvykotd05] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.form-card[b-7yvykotd05] {
    background: #fff;
    border: 1px solid #e7ecf3;
    border-radius: 18px;
    padding: 18px 18px 16px;
}

    .form-card h3[b-7yvykotd05] {
        margin: 0 0 18px 0;
        font-size: 16px;
        color: #1f2a44;
        font-weight: 700;
    }

.full-width[b-7yvykotd05] {
    grid-column: 1 / -1;
}

.two-cols[b-7yvykotd05] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group[b-7yvykotd05] {
    margin-bottom: 14px;
}

    .form-group label[b-7yvykotd05] {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        color: #24314f;
        font-weight: 600;
    }

.form-input[b-7yvykotd05],
.form-textarea[b-7yvykotd05],
.table-input[b-7yvykotd05] {
    width: 100%;
    border: 1px solid #d8e0ec;
    border-radius: 10px;
    font-size: 14px;
    color: #23304a;
    box-sizing: border-box;
    background: #fff;
    padding: 12px 14px;
}

.form-input[b-7yvykotd05] {
    height: 46px;
}

.form-textarea[b-7yvykotd05] {
    min-height: 80px;
    resize: vertical;
}

    .form-textarea.small[b-7yvykotd05] {
        min-height: 82px;
    }

.info-layout[b-7yvykotd05] {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    align-items: start;
}

.image-box[b-7yvykotd05] {
    width: 96px;
    height: 96px;
    background: #cfd6e2;
    border-radius: 14px;
}

.item-header[b-7yvykotd05] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    margin-bottom: 12px;
}

.search-box[b-7yvykotd05] {
    width: 420px;
}

    .search-box label[b-7yvykotd05] {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600;
        color: #24314f;
    }

.item-toolbar[b-7yvykotd05] {
    margin-bottom: 10px;
}

.add-item-btn[b-7yvykotd05] {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 999px;
    background: #5b52f6;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.items-table-wrap[b-7yvykotd05] {
    overflow-x: auto;
}

.items-table[b-7yvykotd05] {
    width: 100%;
    border-collapse: collapse;
}

    .items-table th[b-7yvykotd05] {
        text-align: left;
        font-size: 13px;
        color: #5f6f8b;
        padding: 12px 8px;
        border-bottom: 1px solid #e9edf4;
    }

    .items-table td[b-7yvykotd05] {
        padding: 10px 8px;
        border-bottom: 1px solid #eef2f7;
        vertical-align: middle;
    }

.delete-item-btn[b-7yvykotd05] {
    border: none;
    background: #ffe7e7;
    color: #c63d3d;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.empty-row[b-7yvykotd05] {
    text-align: center;
    color: #8391a9;
    padding: 20px;
}

.totals-row[b-7yvykotd05] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    margin-top: 8px;
    font-weight: 700;
    color: #24314f;
}

.page-footer[b-7yvykotd05] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 22px;
}

.cancel-btn[b-7yvykotd05],
.save-btn[b-7yvykotd05] {
    min-width: 100px;
    height: 42px;
    border-radius: 24px;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

.cancel-btn[b-7yvykotd05] {
    background: transparent;
    color: #27324a;
}

.save-btn[b-7yvykotd05] {
    background: #dfe4ee;
    color: #7d899f;
}

    .save-btn.primary[b-7yvykotd05] {
        background: #5b52f6;
        color: #fff;
    }

@media (max-width: 1200px) {
    .form-grid[b-7yvykotd05] {
        grid-template-columns: 1fr;
    }

    .full-width[b-7yvykotd05] {
        grid-column: auto;
    }

    .search-box[b-7yvykotd05] {
        width: 100%;
    }

    .item-header[b-7yvykotd05] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 768px) {
    .two-cols[b-7yvykotd05] {
        grid-template-columns: 1fr;
    }

    .info-layout[b-7yvykotd05] {
        grid-template-columns: 1fr;
    }

    .image-box[b-7yvykotd05] {
        width: 100%;
        max-width: 120px;
    }
}
/* /Components/Pages/Vendor/Dashboard.razor.rz.scp.css */
.dashboard-page[b-66iqb27chq] {
    color: #1f2940;
}

.welcome-banner[b-66iqb27chq] {
    min-height: 130px;
    background: white;
    border: 1px solid #e7ebf3;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 28px;
    margin-bottom: 28px;
}

.welcome-icon[b-66iqb27chq] {
    font-size: 2.8rem;
    color: #7b8599;
}

.welcome-banner h1[b-66iqb27chq] {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}

.dashboard-tabs[b-66iqb27chq] {
    border-bottom: 1px solid #e7ebf3;
    margin-bottom: 22px;
}

.tab[b-66iqb27chq] {
    display: inline-block;
    padding: 0 22px 12px;
    color: #5f61ff;
    font-size: 0.96rem;
    text-decoration: none;
    border-bottom: 3px solid #5f61ff;
}

.cards-grid[b-66iqb27chq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 18px;
}

.stat-card[b-66iqb27chq] {
    background: white;
    border: 1px solid #edf0f6;
    border-radius: 18px;
    padding: 20px 22px;
    min-height: 170px;
    box-shadow: 0 2px 8px rgba(21, 31, 56, 0.03);
}

.card-head[b-66iqb27chq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1f2940;
    font-weight: 600;
    margin-bottom: 18px;
}

.stat-number[b-66iqb27chq] {
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    margin-top: 10px;
}

.stat-label[b-66iqb27chq] {
    text-align: center;
    font-size: 1.05rem;
    margin-top: 6px;
    font-weight: 500;
}

.stat-foot[b-66iqb27chq] {
    text-align: center;
    margin-top: 26px;
    color: #77809a;
    font-size: 0.95rem;
}

.blue[b-66iqb27chq] {
    color: #4285f4;
}

.red[b-66iqb27chq] {
    color: #ef4444;
}

.orange[b-66iqb27chq] {
    color: #f59e0b;
}

.green[b-66iqb27chq] {
    color: #22c55e;
}

@media (max-width: 1200px) {
    .cards-grid[b-66iqb27chq] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 700px) {
    .welcome-banner h1[b-66iqb27chq] {
        font-size: 1.5rem;
    }

    .cards-grid[b-66iqb27chq] {
        grid-template-columns: 1fr;
    }
}


/* /Components/Pages/Vendor/Employees.razor.rz.scp.css */
.employee-wrapper[b-c1cm6uqmja] {
    display: flex;
    min-height: calc(100vh - 70px);
    background: #f8f9fc;
}

.employee-main[b-c1cm6uqmja] {
    flex: 1;
    padding: 18px 22px 0 22px;
    transition: all .25s ease;
    overflow: hidden;
}

    .employee-main.shrink[b-c1cm6uqmja] {
        width: calc(100% - 450px);
    }

.page-title[b-c1cm6uqmja] {
    margin: 0 0 18px 0;
    font-size: 28px;
    font-weight: 700;
    color: #1e2a44;
}

.toolbar[b-c1cm6uqmja] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.toolbar-actions[b-c1cm6uqmja] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-circle-btn[b-c1cm6uqmja] {
    width: 54px;
    height: 40px;
    border-radius: 22px;
    border: 1px solid #dce2ee;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
}

.dark-btn[b-c1cm6uqmja],
.purple-btn[b-c1cm6uqmja] {
    height: 40px;
    padding: 0 22px;
    border: none;
    border-radius: 22px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

.dark-btn[b-c1cm6uqmja] {
    background: #182543;
}

.purple-btn[b-c1cm6uqmja] {
    background: #5b52f6;
}

.btn-icon[b-c1cm6uqmja] {
    margin-right: 6px;
}

.table-card[b-c1cm6uqmja] {
    background: #fff;
    border: 1px solid #e6ebf3;
    overflow-x: auto;
}

.employee-table[b-c1cm6uqmja] {
    width: 100%;
    border-collapse: collapse;
}

    .employee-table thead[b-c1cm6uqmja] {
        background: #f4f7fb;
    }

    .employee-table th[b-c1cm6uqmja] {
        text-align: left;
        padding: 16px 20px;
        font-size: 14px;
        font-weight: 600;
        color: #67748d;
        border-bottom: 1px solid #e8edf5;
    }

    .employee-table td[b-c1cm6uqmja] {
        padding: 15px 20px;
        font-size: 15px;
        color: #27324a;
        border-bottom: 1px solid #eef2f7;
    }

.email-cell[b-c1cm6uqmja] {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-badge[b-c1cm6uqmja] {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

    .status-badge.active[b-c1cm6uqmja] {
        background: #daf5e3;
        color: #249851;
    }

    .status-badge.inactive[b-c1cm6uqmja] {
        background: #ffe0e0;
        color: #cc4343;
    }

.action-select[b-c1cm6uqmja] {
    height: 34px;
    min-width: 60px;
    border-radius: 18px;
    border: 1px solid #dce3ef;
    background: #fff;
    padding: 0 10px;
    cursor: pointer;
}

.pagination-bar[b-c1cm6uqmja] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e6ebf3;
    border-top: none;
    padding: 14px 16px;
    font-size: 14px;
    color: #67748d;
}

.items-per-page[b-c1cm6uqmja] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .items-per-page select[b-c1cm6uqmja] {
        height: 36px;
        border: 1px solid #dbe2ec;
        border-radius: 6px;
        padding: 0 10px;
        background: #fff;
    }

.page-info[b-c1cm6uqmja] {
    flex: 1;
    text-align: center;
}

.pager-buttons[b-c1cm6uqmja] {
    display: flex;
    gap: 6px;
}

.pager-btn[b-c1cm6uqmja] {
    width: 32px;
    height: 32px;
    border: 1px solid #dbe2ec;
    background: #f8fafd;
    color: #a1aabc;
    border-radius: 6px;
}

.right-panel[b-c1cm6uqmja] {
    width: 450px;
    min-width: 450px;
    background: #fff;
    border-left: 1px solid #e6ebf3;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 70px);
}

.right-panel-header[b-c1cm6uqmja] {
    height: 58px;
    padding: 0 24px;
    border-bottom: 1px solid #e8edf5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .right-panel-header h3[b-c1cm6uqmja] {
        margin: 0;
        font-size: 18px;
        color: #27324a;
    }

.close-btn[b-c1cm6uqmja] {
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    color: #7a879d;
}

.right-panel-body[b-c1cm6uqmja] {
    flex: 1;
    padding: 18px 24px;
    overflow-y: auto;
}

.upload-box[b-c1cm6uqmja] {
    width: 110px;
    height: 110px;
    background: #cfd6e2;
    border-radius: 14px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-actions[b-c1cm6uqmja] {
    display: flex;
    gap: 14px;
    font-size: 20px;
    color: #fff;
}

.form-group[b-c1cm6uqmja] {
    margin-bottom: 16px;
}

    .form-group label[b-c1cm6uqmja] {
        display: block;
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: 600;
        color: #2d3951;
    }

.form-input[b-c1cm6uqmja] {
    width: 100%;
    height: 44px;
    border: 1px solid #dce2ee;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
}

.switch-row[b-c1cm6uqmja] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3951;
}

.right-panel-footer[b-c1cm6uqmja] {
    border-top: 1px solid #e8edf5;
    padding: 16px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background: #fff;
}

.cancel-btn[b-c1cm6uqmja] {
    border: none;
    background: transparent;
    color: #2f3b54;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 14px;
}

.save-btn[b-c1cm6uqmja] {
    min-width: 90px;
    height: 38px;
    border: none;
    border-radius: 20px;
    background: #e4e8f2;
    color: #94a0b5;
    font-weight: 700;
    cursor: pointer;
}

    .save-btn:hover[b-c1cm6uqmja] {
        background: #5b52f6;
        color: #fff;
    }
/* /Components/Pages/Vendor/Inventory.razor.rz.scp.css */
.inventory-page[b-v5vj9u0115] {
    color: #1f2940;
}

.inventory-header[b-v5vj9u0115] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

    .inventory-header h1[b-v5vj9u0115] {
        font-size: 2.2rem;
        font-weight: 800;
        margin: 0;
    }

.header-actions[b-v5vj9u0115] {
    display: flex;
    gap: 12px;
}

.refresh-btn[b-v5vj9u0115],
.upload-btn[b-v5vj9u0115],
.filter-btn[b-v5vj9u0115],
.add-btn[b-v5vj9u0115] {
    height: 40px;
    border: none;
    border-radius: 999px;
    padding: 0 22px;
    font-weight: 700;
    cursor: pointer;
}

.refresh-btn[b-v5vj9u0115] {
    background: white;
    border: 1px solid #d8e0ec;
}

.upload-btn[b-v5vj9u0115] {
    background: #22c55e;
    color: white;
}

.filter-btn[b-v5vj9u0115] {
    background: #17233d;
    color: white;
}

.add-btn[b-v5vj9u0115] {
    background: #5b4df2;
    color: white;
}

.products-table-wrapper[b-v5vj9u0115] {
    background: white;
    overflow-x: auto;
}

.products-table[b-v5vj9u0115] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1100px;
}

    .products-table th[b-v5vj9u0115] {
        background: #f6f8fb;
        color: #607089;
        text-align: left;
        padding: 16px;
        font-weight: 700;
    }

    .products-table td[b-v5vj9u0115] {
        padding: 14px 16px;
        border-bottom: 1px solid #eef2f6;
    }

.photo-box[b-v5vj9u0115] {
    width: 42px;
    height: 42px;
    border: 1px solid #d8e0ec;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b8799;
}

.status-badge[b-v5vj9u0115] {
    padding: 7px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
}

    .status-badge.active[b-v5vj9u0115] {
        background: #dcfce7;
        color: #16a34a;
    }

    .status-badge.inactive[b-v5vj9u0115] {
        background: #fee2e2;
        color: #dc2626;
    }

.action-select[b-v5vj9u0115] {
    height: 34px;
    border: 1px solid #d8e0ec;
    border-radius: 999px;
    padding: 0 12px;
    background: white;
}

.panel-overlay[b-v5vj9u0115] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.15);
    z-index: 50;
}

.product-panel[b-v5vj9u0115] {
    position: fixed;
    right: 0;
    top: 0;
    width: 390px;
    height: 100vh;
    background: white;
    z-index: 60;
    padding: 24px;
    box-shadow: -8px 0 24px rgba(15, 23, 42, 0.12);
    overflow-y: auto;
}

.panel-header[b-v5vj9u0115] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .panel-header h3[b-v5vj9u0115] {
        margin: 0;
    }

.close-btn[b-v5vj9u0115] {
    border: none;
    background: transparent;
    font-size: 1.6rem;
    cursor: pointer;
}

.image-upload-box[b-v5vj9u0115] {
    width: 115px;
    height: 115px;
    background: #d8dee8;
    border-radius: 12px;
    margin: 22px 0;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    color: white;
}

.form-group[b-v5vj9u0115] {
    margin-bottom: 16px;
}

    .form-group label[b-v5vj9u0115] {
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
    }

.form-control[b-v5vj9u0115] {
    width: 100%;
    height: 48px;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    padding: 0 14px;
    box-sizing: border-box;
}

.textarea[b-v5vj9u0115] {
    height: 90px;
    padding-top: 12px;
}

.form-grid-2[b-v5vj9u0115] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.status-row[b-v5vj9u0115] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    margin: 20px 0;
}

.panel-footer[b-v5vj9u0115] {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    padding-top: 20px;
}

.cancel-btn[b-v5vj9u0115],
.save-btn[b-v5vj9u0115] {
    height: 48px;
    border: none;
    border-radius: 999px;
    padding: 0 28px;
    font-weight: 700;
    cursor: pointer;
}

.cancel-btn[b-v5vj9u0115] {
    background: transparent;
}

.save-btn[b-v5vj9u0115] {
    background: #5b4df2;
    color: white;
}

.empty-cell[b-v5vj9u0115] {
    text-align: center;
    padding: 30px !important;
    color: #667085;
}

.message-box[b-v5vj9u0115] {
    margin-bottom: 16px;
    padding: 12px 14px;
    background: white;
    border: 1px solid #e7ebf3;
    border-radius: 10px;
}


.edit-top[b-v5vj9u0115] {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    align-items: start;
}

.created-info[b-v5vj9u0115] {
    border-top: 1px solid #e7ebf3;
    margin-top: 20px;
    padding-top: 16px;
    color: #44526b;
    line-height: 1.7;
}
/* /Components/Pages/Vendor/Management.razor.rz.scp.css */
.management-page[b-wvq5b9rpve] {
    color: #1f2940;
}

.page-header[b-wvq5b9rpve] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .page-header h1[b-wvq5b9rpve] {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
        color: #22304d;
    }

.header-actions[b-wvq5b9rpve] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.refresh-btn[b-wvq5b9rpve],
.filter-btn[b-wvq5b9rpve],
.add-btn[b-wvq5b9rpve] {
    height: 44px;
    border-radius: 999px;
    border: 1px solid #d8dfeb;
    background: white;
    color: #1f2940;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.2s ease;
}

.refresh-btn[b-wvq5b9rpve] {
    width: 58px;
    padding: 0;
    font-size: 1.2rem;
}

.filter-btn[b-wvq5b9rpve] {
    background: #13234b;
    color: white;
    border-color: #13234b;
}

.add-btn[b-wvq5b9rpve] {
    background: #5b57f4;
    color: white;
    border-color: #5b57f4;
    min-width: 105px;
}

    .refresh-btn:hover[b-wvq5b9rpve],
    .filter-btn:hover[b-wvq5b9rpve],
    .add-btn:hover[b-wvq5b9rpve] {
        opacity: 0.92;
    }

.table-card[b-wvq5b9rpve] {
    background: white;
    border: 1px solid #e5ebf4;
    overflow: hidden;
}

.management-table[b-wvq5b9rpve] {
    width: 100%;
    border-collapse: collapse;
}

    .management-table thead th[b-wvq5b9rpve] {
        background: #f8fafc;
        color: #64748b;
        font-size: 0.98rem;
        font-weight: 700;
        text-align: left;
        padding: 18px 20px;
        border-bottom: 1px solid #e7ebf3;
    }

    .management-table tbody td[b-wvq5b9rpve] {
        padding: 16px 20px;
        border-bottom: 1px solid #edf1f7;
        color: #24324a;
        font-size: 1rem;
        vertical-align: middle;
    }

    .management-table tbody tr:hover[b-wvq5b9rpve] {
        background: #fcfdff;
    }

.check-col[b-wvq5b9rpve] {
    text-align: center;
    width: 90px;
}

    .check-col input[type="checkbox"][b-wvq5b9rpve] {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

.status-badge[b-wvq5b9rpve] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
}

    .status-badge.active[b-wvq5b9rpve] {
        background: #dcf4e5;
        color: #1f9d55;
    }

    .status-badge.inactive[b-wvq5b9rpve] {
        background: #f3f4f6;
        color: #6b7280;
    }

.action-select[b-wvq5b9rpve] {
    min-width: 92px;
    height: 38px;
    border: 1px solid #d7deea;
    border-radius: 999px;
    background: white;
    padding: 0 12px;
    color: #1f2940;
    outline: none;
}

.table-footer[b-wvq5b9rpve] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    background: white;
}

.footer-left[b-wvq5b9rpve],
.footer-center[b-wvq5b9rpve],
.footer-right[b-wvq5b9rpve] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #64748b;
}

.page-select[b-wvq5b9rpve] {
    height: 40px;
    border: 1px solid #d7deea;
    border-radius: 10px;
    padding: 0 12px;
    background: white;
}

.pager-btn[b-wvq5b9rpve] {
    width: 38px;
    height: 38px;
    border: 1px solid #d7deea;
    background: #f8fafc;
    color: #94a3b8;
    border-radius: 8px;
    cursor: pointer;
}

.empty-row[b-wvq5b9rpve] {
    text-align: center;
    color: #7b8599;
    padding: 28px 20px !important;
}

@media (max-width: 1200px) {
    .table-card[b-wvq5b9rpve] {
        overflow-x: auto;
    }

    .management-table[b-wvq5b9rpve] {
        min-width: 1200px;
    }
}

@media (max-width: 700px) {
    .page-header[b-wvq5b9rpve] {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .header-actions[b-wvq5b9rpve] {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .table-footer[b-wvq5b9rpve] {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }
}
/* /Components/Pages/Vendor/Packages.razor.rz.scp.css */
.packages-page[b-g6vs6pccnb] {
    color: #1f2940;
}

.packages-header[b-g6vs6pccnb],
.add-header[b-g6vs6pccnb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.packages-header h1[b-g6vs6pccnb],
.add-header h2[b-g6vs6pccnb] {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 800;
}

.header-actions[b-g6vs6pccnb] {
    display: flex;
    gap: 12px;
}

.refresh-btn[b-g6vs6pccnb],
.filter-btn[b-g6vs6pccnb],
.add-btn[b-g6vs6pccnb],
.save-btn[b-g6vs6pccnb],
.cancel-btn[b-g6vs6pccnb] {
    height: 42px;
    border: none;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 700;
    cursor: pointer;
}

.refresh-btn[b-g6vs6pccnb] {
    background: white;
    border: 1px solid #d8e0ec;
}

.filter-btn[b-g6vs6pccnb] {
    background: #17233d;
    color: white;
}

.add-btn[b-g6vs6pccnb],
.save-btn[b-g6vs6pccnb] {
    background: #5b4df2;
    color: white;
}

.cancel-btn[b-g6vs6pccnb] {
    background: transparent;
}

.table-wrapper[b-g6vs6pccnb],
.items-card[b-g6vs6pccnb],
.form-card[b-g6vs6pccnb] {
    background: white;
    border: 1px solid #e8edf5;
    border-radius: 16px;
}

.packages-table[b-g6vs6pccnb],
.items-table[b-g6vs6pccnb] {
    width: 100%;
    border-collapse: collapse;
}

.packages-table th[b-g6vs6pccnb],
.items-table th[b-g6vs6pccnb] {
    background: #f6f8fb;
    color: #607089;
    text-align: left;
    padding: 16px;
}

.packages-table td[b-g6vs6pccnb],
.items-table td[b-g6vs6pccnb] {
    padding: 14px 16px;
    border-bottom: 1px solid #eef2f6;
}

.status-badge[b-g6vs6pccnb] {
    padding: 7px 14px;
    border-radius: 999px;
    font-weight: 700;
    background: #fef3c7;
    color: #b45309;
}

.add-package-page[b-g6vs6pccnb] {
    background: #f6f8fb;
}

.cards-grid[b-g6vs6pccnb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.form-card[b-g6vs6pccnb] {
    padding: 20px;
}

.form-card h3[b-g6vs6pccnb],
.items-card h3[b-g6vs6pccnb] {
    margin: 0 0 16px;
}

.grid-2[b-g6vs6pccnb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group[b-g6vs6pccnb] {
    margin-bottom: 14px;
}

.form-group label[b-g6vs6pccnb] {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

.form-control[b-g6vs6pccnb] {
    width: 100%;
    height: 46px;
    border: 1px solid #d8e0ec;
    border-radius: 10px;
    padding: 0 14px;
    box-sizing: border-box;
}

.textarea[b-g6vs6pccnb] {
    height: 86px;
    padding-top: 12px;
}

.vendor-layout[b-g6vs6pccnb] {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 16px;
}

.avatar-box[b-g6vs6pccnb] {
    width: 90px;
    height: 90px;
    background: #d8dee8;
    border-radius: 12px;
}

.items-card[b-g6vs6pccnb] {
    padding: 20px;
    margin-top: 24px;
}

.items-header[b-g6vs6pccnb] {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.search-box[b-g6vs6pccnb] {
    width: 300px;
}

.round-add[b-g6vs6pccnb] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #5b4df2;
    color: white;
    font-size: 1.5rem;
    margin: 18px 0;
    cursor: pointer;
}

.table-input[b-g6vs6pccnb] {
    width: 100%;
    height: 36px;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    padding: 0 8px;
}

.delete-btn[b-g6vs6pccnb] {
    border: none;
    border-radius: 8px;
    background: #fee2e2;
    color: #dc2626;
    padding: 8px 12px;
    cursor: pointer;
}

.empty-cell[b-g6vs6pccnb] {
    text-align: center;
    color: #7b8799;
}

.footer-actions[b-g6vs6pccnb] {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 22px;
}

.close-btn[b-g6vs6pccnb] {
    border: none;
    background: transparent;
    font-size: 2rem;
    cursor: pointer;
}
/* /Components/Pages/Vendor/Report.razor.rz.scp.css */
.vendor-report-page[b-5gi56ht4dl] {
    font-family: Arial, Helvetica, sans-serif;
    color: #1f2940;
}

.report-header[b-5gi56ht4dl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

    .report-header h1[b-5gi56ht4dl] {
        margin: 0;
        font-size: 2.2rem;
        font-weight: 800;
        color: #1f2940;
    }

.report-actions[b-5gi56ht4dl] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.icon-btn[b-5gi56ht4dl],
.filter-btn[b-5gi56ht4dl] {
    height: 40px;
    border-radius: 999px;
    border: 1px solid #d9e2ef;
    background: #fff;
    color: #1f2940;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 700;
    transition: 0.2s ease;
}

.icon-btn[b-5gi56ht4dl] {
    min-width: 58px;
    padding: 0 16px;
}

.filter-btn[b-5gi56ht4dl] {
    padding: 0 22px;
    background: #172554;
    border-color: #172554;
    color: #fff;
}

    .icon-btn:hover[b-5gi56ht4dl],
    .filter-btn:hover[b-5gi56ht4dl] {
        transform: translateY(-1px);
    }

.report-table-wrapper[b-5gi56ht4dl] {
    background: #fff;
    border: 1px solid #e4ebf5;
    overflow-x: auto;
}

.report-table[b-5gi56ht4dl] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
}

    .report-table thead th[b-5gi56ht4dl] {
        text-align: left;
        padding: 18px 12px;
        background: #f8fbff;
        color: #66758f;
        font-size: 0.98rem;
        font-weight: 700;
        border-bottom: 1px solid #e7edf6;
    }

    .report-table tbody td[b-5gi56ht4dl] {
        padding: 16px 12px;
        font-size: 1rem;
        color: #344054;
        border-bottom: 1px solid #edf2f8;
    }

.empty-cell[b-5gi56ht4dl] {
    text-align: center;
    color: #7b8799;
    padding: 30px 20px !important;
}

.status-badge[b-5gi56ht4dl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
}

    .status-badge.received[b-5gi56ht4dl] {
        background: #dff3e7;
        color: #15803d;
    }

    .status-badge.pending[b-5gi56ht4dl] {
        background: #fff4cc;
        color: #b58105;
    }

    .status-badge.rejected[b-5gi56ht4dl] {
        background: #fee2e2;
        color: #dc2626;
    }

    .status-badge.pending[b-5gi56ht4dl] {
        background: #ffe8cc;
        color: #f97316; /* برتقالي قوي */
    }


@media (max-width: 900px) {
    .report-header[b-5gi56ht4dl] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Pages/Vendor/Roaming.razor.rz.scp.css */
.roaming-page[b-57epai6tea] {
    color: #1f2940;
}

.roaming-header[b-57epai6tea] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

    .roaming-header h1[b-57epai6tea] {
        margin: 0;
        font-size: 2.2rem;
        font-weight: 800;
    }

.header-actions[b-57epai6tea] {
    display: flex;
    gap: 12px;
}

.refresh-btn[b-57epai6tea],
.filter-btn[b-57epai6tea],
.add-btn[b-57epai6tea] {
    height: 42px;
    border: none;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 700;
    cursor: pointer;
}

.refresh-btn[b-57epai6tea] {
    background: white;
    border: 1px solid #d8e0ec;
}

.filter-btn[b-57epai6tea] {
    background: #17233d;
    color: white;
}

.add-btn[b-57epai6tea] {
    background: #5b4df2;
    color: white;
}

.table-wrapper[b-57epai6tea] {
    background: white;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    overflow-x: auto;
}

.roaming-table[b-57epai6tea] {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
}

    .roaming-table th[b-57epai6tea] {
        background: #f6f8fb;
        color: #607089;
        text-align: left;
        padding: 16px;
        font-weight: 700;
    }

    .roaming-table td[b-57epai6tea] {
        padding: 14px 16px;
        border-bottom: 1px solid #eef2f6;
    }

.status-badge[b-57epai6tea] {
    padding: 7px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
}

    .status-badge.available[b-57epai6tea] {
        background: #dcfce7;
        color: #16a34a;
    }

    .status-badge.assigned[b-57epai6tea] {
        background: #dbeafe;
        color: #2563eb;
    }

    .status-badge.sold[b-57epai6tea] {
        background: #fee2e2;
        color: #dc2626;
    }

    .status-badge.reserved[b-57epai6tea] {
        background: #fef3c7;
        color: #b45309;
    }

.action-select[b-57epai6tea] {
    height: 34px;
    border: 1px solid #d8e0ec;
    border-radius: 999px;
    padding: 0 12px;
    background: white;
}

.panel-overlay[b-57epai6tea] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.15);
    z-index: 50;
}

.side-panel[b-57epai6tea] {
    position: fixed;
    right: 0;
    top: 0;
    width: 420px;
    height: 100vh;
    background: white;
    z-index: 60;
    padding: 24px;
    box-shadow: -8px 0 24px rgba(15, 23, 42, 0.12);
    overflow-y: auto;
}

.panel-header[b-57epai6tea] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .panel-header h3[b-57epai6tea] {
        margin: 0;
        font-size: 1.3rem;
    }

.close-btn[b-57epai6tea] {
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
}

.form-group[b-57epai6tea] {
    margin-bottom: 16px;
}

    .form-group label[b-57epai6tea] {
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
    }

.form-control[b-57epai6tea] {
    width: 100%;
    height: 48px;
    border: 1px solid #d8e0ec;
    border-radius: 10px;
    padding: 0 14px;
    box-sizing: border-box;
}

.textarea[b-57epai6tea] {
    height: 90px;
    padding-top: 12px;
}

.form-grid-2[b-57epai6tea] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.panel-footer[b-57epai6tea] {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    padding-top: 20px;
}

.cancel-btn[b-57epai6tea],
.save-btn[b-57epai6tea] {
    height: 48px;
    border: none;
    border-radius: 999px;
    padding: 0 28px;
    font-weight: 700;
    cursor: pointer;
}

.cancel-btn[b-57epai6tea] {
    background: transparent;
}

.save-btn[b-57epai6tea] {
    background: #5b4df2;
    color: white;
}

.empty-cell[b-57epai6tea] {
    text-align: center;
    color: #7b8799;
    padding: 30px !important;
}

.message-box[b-57epai6tea] {
    margin-bottom: 16px;
    padding: 12px 14px;
    background: white;
    border: 1px solid #e7ebf3;
    border-radius: 10px;
}
/* /Components/Pages/Vendor/Subscriptions.razor.rz.scp.css */
.subscriptions-page[b-te0dndvwzm] {
    padding: 4px 0 22px;
    color: #0b3f57;
}

.subscriptions-header[b-te0dndvwzm] {
    text-align: center;
    margin-bottom: 18px;
}

    .subscriptions-header h1[b-te0dndvwzm] {
        margin: 0 0 14px;
        font-size: 2.35rem;
        line-height: 1.2;
        font-weight: 800;
        color: #0d5f73;
    }

.billing-switch-wrap[b-te0dndvwzm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.discount-badge[b-te0dndvwzm] {
    background: #18b86a;
    color: white;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 999px;
    font-size: 0.95rem;
    box-shadow: 0 6px 14px rgba(24, 184, 106, 0.16);
}

.billing-switch[b-te0dndvwzm] {
    width: 340px;
    max-width: 100%;
    background: #ffffff;
    border: 2px solid #66d9cf;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3px;
}

.switch-btn[b-te0dndvwzm] {
    height: 40px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #0a4f67;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

    .switch-btn.active[b-te0dndvwzm] {
        background: linear-gradient(180deg, #0b6377 0%, #094f67 100%);
        color: white;
    }

.plans-grid[b-te0dndvwzm] {
   display: grid;
    grid-template-columns: repeat(3, 380px);
    justify-content: center; /* يخليهم في المنتصف */
    gap: 20px;
}

.plan-card[b-te0dndvwzm] {
    background: #fff;
    border: 1px solid #d9e6eb;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 18px rgba(9, 25, 58, 0.05);
}

.featured[b-te0dndvwzm] {
    border: 3px solid #094f67;
}




.featured-label[b-te0dndvwzm] {
    background: #094f67; /* أزرق غامق */
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    padding: 10px;
}

 
.plan-box[b-te0dndvwzm] {
    margin: 16px;
    border-radius: 16px;
    padding: 20px 18px 16px;
    text-align: right;
}

.dark-box[b-te0dndvwzm] {
    background: linear-gradient(180deg, #0b6377 0%, #08495f 100%);
    color: white;
}

.mint-box[b-te0dndvwzm] {
    background: linear-gradient(180deg, #a8e7de 0%, #95ddd3 100%);
    color: #0a4f67;
}

.light-box[b-te0dndvwzm] {
    background: linear-gradient(180deg, #d7f0eb 0%, #caebe4 100%);
    color: #0a4f67;
}

.plan-box h2[b-te0dndvwzm] {
    margin: 0 0 10px;
    font-size: 1.7rem;
    font-weight: 800;
}

.plan-tag[b-te0dndvwzm] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    color: inherit;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.price-wrap[b-te0dndvwzm] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 18px;
}

.currency[b-te0dndvwzm] {
    font-size: 0.95rem;
    font-weight: 700;
}

.price[b-te0dndvwzm] {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 900;
}

.period[b-te0dndvwzm] {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.free-wrap[b-te0dndvwzm] {
    min-height: 62px;
    align-items: center;
}

.free-text[b-te0dndvwzm] {
    font-size: 2.6rem;
    font-weight: 900;
}

.plan-action[b-te0dndvwzm] {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(180deg, #0b6377 0%, #08495f 100%);
    color: white;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
}

.dark-box .plan-action[b-te0dndvwzm] {
    background: white;
    color: #08495f;
}

.features[b-te0dndvwzm] {
    padding: 0 20px 20px;
}

    .features h3[b-te0dndvwzm] {
        margin: 0 0 12px;
        font-size: 1.08rem;
        color: #0a5068;
    }

    .features ul[b-te0dndvwzm] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .features li[b-te0dndvwzm] {
        position: relative;
        padding-right: 16px;
        margin-bottom: 11px;
        color: #0f5f72;
        font-size: 0.96rem;
        line-height: 1.6;
    }

        .features li[b-te0dndvwzm]::before {
            content: "•";
            position: absolute;
            right: 0;
            top: -1px;
            color: #4db6a8;
            font-size: 1.15rem;
            line-height: 1.2;
        }

@media (max-width: 1200px) {
    .plans-grid[b-te0dndvwzm] {
        grid-template-columns: 1fr;
    }

    .subscriptions-header h1[b-te0dndvwzm] {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .subscriptions-header h1[b-te0dndvwzm] {
        font-size: 1.5rem;
    }

    .billing-switch[b-te0dndvwzm] {
        width: 100%;
    }

    .plan-box h2[b-te0dndvwzm] {
        font-size: 1.35rem;
    }

    .price[b-te0dndvwzm] {
        font-size: 2.7rem;
    }

    .free-text[b-te0dndvwzm] {
        font-size: 2.1rem;
    }
}
/* /Components/Pages/Vendor/VendorLayout.razor.rz.scp.css */
.vendor-shell[b-ode1m6dyz0] {
    display: flex;
    min-height: 100vh;
    background: #f6f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

.vendor-sidebar[b-ode1m6dyz0] {
    width: 250px;
    background: linear-gradient(180deg, #08142f 0%, #07112a 100%);
    color: white;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.brand[b-ode1m6dyz0] {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.brand-icon[b-ode1m6dyz0] {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 7px 2px 7px 2px;
    transform: rotate(-25deg);
}

.vendor-menu[b-ode1m6dyz0] {
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-item[b-ode1m6dyz0] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #d9e0f0;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 0.98rem;
    transition: 0.2s ease;
}

    .menu-item:hover[b-ode1m6dyz0] {
        background: rgba(255,255,255,0.08);
        color: #fff;
    }

    .menu-item.active[b-ode1m6dyz0] {
        background: rgba(255,255,255,0.12);
        color: white;
    }

.menu-icon[b-ode1m6dyz0] {
    width: 20px;
    text-align: center;
}

.vendor-main[b-ode1m6dyz0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vendor-topbar[b-ode1m6dyz0] {
    height: 64px;
    background: white;
    border-bottom: 1px solid #e7ebf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.topbar-actions[b-ode1m6dyz0] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-btn[b-ode1m6dyz0] {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
}

.vendor-content[b-ode1m6dyz0] {
    padding: 28px 26px 40px;
}

@media (max-width: 900px) {
    .vendor-sidebar[b-ode1m6dyz0] {
        width: 88px;
    }

    .brand span[b-ode1m6dyz0],
    .menu-item span:last-child[b-ode1m6dyz0] {
        display: none;
    }

    .menu-item[b-ode1m6dyz0] {
        justify-content: center;
    }
}

[b-ode1m6dyz0] .vendor-sidebar .menu-item,
[b-ode1m6dyz0] .vendor-sidebar .menu-item:link,
[b-ode1m6dyz0] .vendor-sidebar .menu-item:visited {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #d9e0f0 !important;
    text-decoration: none !important;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 16px;
}

    [b-ode1m6dyz0] .vendor-sidebar .menu-item:hover {
        background: rgba(255,255,255,0.08);
        color: #fff !important;
    }

    [b-ode1m6dyz0] .vendor-sidebar .menu-item.active {
        background: rgba(255,255,255,0.12);
        color: #fff !important;
    }


.menu-icon[b-ode1m6dyz0] {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-icon svg[b-ode1m6dyz0] {
        width: 20px;
        height: 20px;
        stroke: #cfd6e6;
        stroke-width: 1.8;
    }

/* عند hover */
.menu-item:hover .menu-icon svg[b-ode1m6dyz0] {
    stroke: white;
}

/* العنصر النشط */
.menu-item.active .menu-icon svg[b-ode1m6dyz0] {
    stroke: white;
}


.topbar-account[b-ode1m6dyz0] {
    position: relative;
}

.account-btn[b-ode1m6dyz0] {
    width: 42px;
    height: 42px;
    border: 1px solid #dce3ef;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

    .account-btn:hover[b-ode1m6dyz0] {
        background: #f7f9fc;
    }

.account-avatar[b-ode1m6dyz0] {
    font-size: 1.3rem;
    line-height: 1;
}

.profile-dropdown[b-ode1m6dyz0] {
    position: absolute;
    top: 52px;
    right: 0;
    width: 360px;
    background: white;
    border: 1px solid #e6ebf3;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
    overflow: hidden;
    z-index: 9999;
}

.profile-header[b-ode1m6dyz0] {
    padding: 24px 26px 18px;
    border-bottom: 1px solid #edf1f7;
}

.profile-title[b-ode1m6dyz0] {
    font-size: 1rem;
    color: #334155;
    margin-bottom: 6px;
}

.profile-email[b-ode1m6dyz0] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2940;
    word-break: break-word;
}

.profile-item[b-ode1m6dyz0] {
    width: 100%;
    border: none;
    background: white;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 26px;
    text-decoration: none;
    color: #24324a;
    font-size: 1.05rem;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #edf1f7;
    font-family: inherit;
}

    .profile-item:last-child[b-ode1m6dyz0] {
        border-bottom: none;
    }

    .profile-item:hover[b-ode1m6dyz0] {
        background: #f8fafc;
    }

.profile-item-icon[b-ode1m6dyz0] {
    width: 28px;
    text-align: center;
    font-size: 1.35rem;
    color: #64748b;
}
/* /Components/Shared/RegisterForm.razor.rz.scp.css */
.register-page[b-u46rfbc5c1] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    background: #f5f7fb;
    font-family: Arial, Helvetica, sans-serif;
}

/* LEFT */
.left-panel[b-u46rfbc5c1] {
    position: relative;
    overflow: hidden;
    background: url('/images/merchant-login-bg.jpg') center center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 70px 60px;
    min-height: 100vh;
}

.left-overlay[b-u46rfbc5c1] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(69, 79, 222, 0.82), rgba(71, 81, 220, 0.76));
}

.left-content[b-u46rfbc5c1] {
    position: relative;
    z-index: 2;
    max-width: 560px;
    color: #fff;
}

    .left-content h1[b-u46rfbc5c1] {
        margin: 0 0 8px;
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.1;
    }

    .left-content h2[b-u46rfbc5c1] {
        margin: 0 0 28px;
        font-size: 4rem;
        font-weight: 800;
        line-height: 1.08;
    }

    .left-content p[b-u46rfbc5c1] {
        margin: 0;
        font-size: 1.15rem;
        line-height: 1.8;
        color: rgba(255,255,255,0.95);
    }

.joined-users[b-u46rfbc5c1] {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.avatars[b-u46rfbc5c1] {
    display: flex;
    align-items: center;
}

    .avatars img[b-u46rfbc5c1] {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 3px solid #fff;
        object-fit: cover;
        margin-left: -10px;
        background: #fff;
    }

        .avatars img:first-child[b-u46rfbc5c1] {
            margin-left: 0;
        }

.left-shape[b-u46rfbc5c1] {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.shape-one[b-u46rfbc5c1] {
    width: 520px;
    height: 520px;
    left: -180px;
    bottom: -180px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

.shape-two[b-u46rfbc5c1] {
    width: 580px;
    height: 580px;
    right: -180px;
    bottom: -240px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
}

/* RIGHT */
.right-panel[b-u46rfbc5c1] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 34px 34px 40px;
    background: #f7f8fb;
    overflow-y: auto;
}

.register-box[b-u46rfbc5c1] {
    width: 100%;
    max-width: 980px;
    background: transparent;
}

.register-header[b-u46rfbc5c1] {
    text-align: center;
    margin-bottom: 26px;
}

.brand[b-u46rfbc5c1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 1.7rem;
    color: #2d56d8;
}

.brand-icon[b-u46rfbc5c1] {
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #12d5cb, #2b56e8);
    border-radius: 8px 2px 8px 2px;
    transform: rotate(-25deg);
}

.register-box h3[b-u46rfbc5c1] {
    margin: 0 0 8px;
    color: #1f2940;
    font-size: 2.15rem;
    font-weight: 700;
}

.subtitle[b-u46rfbc5c1] {
    margin: 0;
    color: #6b7280;
    font-size: 0.98rem;
}

.register-form[b-u46rfbc5c1] {
    width: 100%;
}

.grid-2[b-u46rfbc5c1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 18px;
}

.form-group[b-u46rfbc5c1] {
    margin-bottom: 0;
}

.full-width[b-u46rfbc5c1] {
    margin-top: 18px;
}

.form-group label[b-u46rfbc5c1] {
    display: block;
    margin-bottom: 10px;
    color: #1f2940;
    font-size: 1rem;
    font-weight: 600;
}

[b-u46rfbc5c1] .form-input,
[b-u46rfbc5c1] select.form-input,
[b-u46rfbc5c1] input.form-input {
    width: 100%;
    height: 58px;
    border: 1px solid #d8e0ec;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 1rem;
    color: #1f2940;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}

    [b-u46rfbc5c1] .form-input:focus,
    [b-u46rfbc5c1] select.form-input:focus,
    [b-u46rfbc5c1] input.form-input:focus {
        border-color: #6a63ff;
        box-shadow: 0 0 0 3px rgba(106, 99, 255, 0.10);
    }

.password-wrapper[b-u46rfbc5c1] {
    position: relative;
}

.password-input[b-u46rfbc5c1] {
    padding-right: 52px !important;
}

.toggle-password[b-u46rfbc5c1] {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    color: #94a3b8;
    font-size: 1rem;
}

.phone-row[b-u46rfbc5c1] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
}

[b-u46rfbc5c1] .country-code {
    width: 100%;
    height: 58px;
    border: 1px solid #d8e0ec;
    border-radius: 10px;
    padding: 0 12px;
    background: #fff;
    color: #1f2940;
    font-size: 1rem;
    box-sizing: border-box;
}

/* FILE INPUT */


.upload-box[b-u46rfbc5c1] {
    min-height: 78px;
    border: 1px dashed #d8e0ec;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.upload-left[b-u46rfbc5c1] {
    color: #7b8799;
    font-size: 1rem;
}

.upload-btn[b-u46rfbc5c1] {
    background: #e8f0ff;
    color: #5b7ee6;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    min-width: 98px;
    text-align: center;
}

.file-name[b-u46rfbc5c1] {
    margin-top: 8px;
    color: #2d56d8;
    font-size: 0.92rem;
}
.terms-row[b-u46rfbc5c1] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: #3f4758;
    font-size: 0.98rem;
    cursor: pointer;
}

    .terms-row a[b-u46rfbc5c1] {
        color: #5a54f9;
        text-decoration: none;
    }

        .terms-row a:hover[b-u46rfbc5c1] {
            text-decoration: underline;
        }

.submit-btn[b-u46rfbc5c1] {
    display: block;
    width: 360px;
    max-width: 100%;
    height: 56px;
    margin: 28px auto 0;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #5548ee, #4c46e5);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

[b-u46rfbc5c1] .validation-message {
    display: block;
    margin-top: 7px;
    color: #d92d20;
    font-size: 0.88rem;
}

@media (max-width: 1300px) {
    .left-content h1[b-u46rfbc5c1] {
        font-size: 2.4rem;
    }

    .left-content h2[b-u46rfbc5c1] {
        font-size: 3rem;
    }

    .left-content p[b-u46rfbc5c1] {
        font-size: 1rem;
    }
}

@media (max-width: 1100px) {
    .register-page[b-u46rfbc5c1] {
        grid-template-columns: 1fr;
    }

    .left-panel[b-u46rfbc5c1] {
        min-height: 360px;
        padding: 40px 30px;
    }

    .right-panel[b-u46rfbc5c1] {
        padding: 30px 20px 40px;
    }

    .register-box[b-u46rfbc5c1] {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .grid-2[b-u46rfbc5c1] {
        grid-template-columns: 1fr;
    }

    .phone-row[b-u46rfbc5c1] {
        grid-template-columns: 1fr;
    }

    .left-content h1[b-u46rfbc5c1] {
        font-size: 2rem;
    }

    .left-content h2[b-u46rfbc5c1] {
        font-size: 2.5rem;
    }
}
