@import '_content/NetcodeHub.Packages.Components.Toast/NetcodeHub.Packages.Components.Toast.bundle.scp.css';

/* /Component/Auth/Pages/Login.razor.rz.scp.css */
.login-container[b-mtvphnad8q] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-form[b-mtvphnad8q] {
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.form-group[b-mtvphnad8q] {
    margin-bottom: 15px;
}

.form-control[b-mtvphnad8q] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.button-container[b-mtvphnad8q] {
    display: flex;
    justify-content: center;
}

.btn-primary[b-mtvphnad8q] {
    background-color: #007bff;
    border-color: #007bff;
}
/* /Component/Common/AlertPopup.razor.rz.scp.css */
.alert-modal[b-e029dkcynf] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.backdrop[b-e029dkcynf] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(3px);
}

.alert-dialog[b-e029dkcynf] {
    position: relative;
    width: 92%;
    max-width: 650px;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    animation: popupShow 0.25s ease-out;
    z-index: 1051;
}

/* =========================
           HEADER
        ========================= */

.alert-header[b-e029dkcynf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: white;
}

.header-left[b-e029dkcynf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .header-left i[b-e029dkcynf] {
        font-size: 22px;
    }

.modal-title[b-e029dkcynf] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* =========================
           HEADER COLORS
        ========================= */

.header-info[b-e029dkcynf] {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.header-success[b-e029dkcynf] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.header-error[b-e029dkcynf] {
    background: linear-gradient(135deg, #dc2626, #ef4444);
}

.header-warning[b-e029dkcynf] {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}

.header-validate[b-e029dkcynf] {
    background: linear-gradient(135deg, #0284c7, #38bdf8);
}

.header-confirm[b-e029dkcynf] {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

/* =========================
           CLOSE BUTTON
        ========================= */

.close-btn[b-e029dkcynf] {
    border: none;
    background: transparent;
    color: white;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.9;
    transition: 0.2s;
}

    .close-btn:hover[b-e029dkcynf] {
        opacity: 1;
        transform: scale(1.1);
    }

/* =========================
           BODY
        ========================= */

.alert-body[b-e029dkcynf] {
    padding: 22px 20px;
    color: #1f2937;
    max-height: 60vh;
    overflow-y: auto;
}

.alert-message[b-e029dkcynf] {
    white-space: pre-line;
    line-height: 1.6;
    font-size: 15px;
}

/* =========================
           FOOTER
        ========================= */

.alert-footer[b-e029dkcynf] {
    padding: 14px 20px;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
}

    .alert-footer .btn[b-e029dkcynf] {
        min-width: 90px;
        border-radius: 8px;
        font-weight: 500;
    }

    .alert-footer .btn-primary[b-e029dkcynf] {
        border: none;
        background: #4f46e5;
    }

        .alert-footer .btn-primary:hover[b-e029dkcynf] {
            background: #4338ca;
        }

/* =========================
           ANIMATION
        ========================= */

@@keyframes popupShow {

    from[b-e029dkcynf] {
        opacity: 0;
        transform: translateY(-20px) scale(0.98);
    }

    to[b-e029dkcynf] {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* /Component/Layout/MainLayout.razor.rz.scp.css */
.page[b-ovrozdmgcf] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ovrozdmgcf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.content[b-ovrozdmgcf] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.app-footer[b-ovrozdmgcf] {
    flex-shrink: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dbe2ea;
    background: #fff;
    font-size: 13px;
    color: #94a3b8;
}

.sidebar[b-ovrozdmgcf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ovrozdmgcf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ovrozdmgcf]  a, .top-row[b-ovrozdmgcf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-ovrozdmgcf]  a:hover, .top-row[b-ovrozdmgcf]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-ovrozdmgcf]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-ovrozdmgcf] {
        justify-content: space-between;
    }

        .top-row[b-ovrozdmgcf]  a, .top-row[b-ovrozdmgcf]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-ovrozdmgcf] {
        flex-direction: row;
    }

        .page.sidebar-collapsed .sidebar[b-ovrozdmgcf] {
            width: 75px;
        }

    .sidebar[b-ovrozdmgcf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width .3s ease;
    }

    .top-row[b-ovrozdmgcf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ovrozdmgcf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ovrozdmgcf], article[b-ovrozdmgcf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ovrozdmgcf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ovrozdmgcf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Component/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-zumkd6wcds] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zumkd6wcds] {
    font-size: 1.03rem;
    text-align: center;
    margin-bottom: 0 !important;
}

.nav-menu-icon[b-zumkd6wcds] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: var(--icon-url);
}

.bi[b-zumkd6wcds] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}


.bi-house-door-fill-nav-menu[b-zumkd6wcds] {
    --icon-url: url("data:image/svg+xml,...house-door...");
}

.bi-plus-square-fill-nav-menu[b-zumkd6wcds] {
    --icon-url: url("data:image/svg+xml,...plus-square...");
}

.bi-list-nested-nav-menu[b-zumkd6wcds] {
    --icon-url: url("data:image/svg+xml,...list-nested...");
}


.nav-item[b-zumkd6wcds] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zumkd6wcds] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zumkd6wcds] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zumkd6wcds]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-zumkd6wcds]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-zumkd6wcds]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-zumkd6wcds] {
    display: none;
    width: inherit;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zumkd6wcds] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zumkd6wcds] {
        display: none;
    }

    .nav-scrollable[b-zumkd6wcds] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-link[b-zumkd6wcds] {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
}
    .nav-link .bi[b-zumkd6wcds] {
        vertical-align: middle;
        margin-right: 8px; /* Space between icon and text */
        font-size: 1.4em; /* Adjust icon size if needed */
        line-height: 1.1; /* Ensure line height matches text */
    }

/* Add this to your CSS file or within a <style> tag in the .razor file */
.not-logged-in-message[b-zumkd6wcds] {
    color: #ffcc00; /* Warning color */
    text-align: center;
    margin: 1rem 0;
    font-weight: bold;
}

.logout-item[b-zumkd6wcds] {
    margin-top: auto; /* Đẩy phần tử này xuống cuối */
}

.sidebar[b-zumkd6wcds] {
    transition: width .3s ease;
}

.custom-brand[b-zumkd6wcds] {
    flex: 1;
    color: white;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    transition: max-width .6s ease, opacity .2s ease;
}

    .custom-brand:hover[b-zumkd6wcds] {
        color: #66b3ff; /* đổi màu khi hover (xanh dương) */
        transform: scale(1.03); /* phóng to 10% */
    }

.sidebar-container:not(.collapsed) .custom-brand[b-zumkd6wcds] {
    opacity: 1;
    transition-delay: .25s;
}

.brand-hidden[b-zumkd6wcds] {
    opacity: 0;
    max-width: 0;
}

.brand-visible[b-zumkd6wcds] {
    opacity: 1;
    max-width: 200px;
    transition-delay: .25s;
}

/* collapse menu */
.menu-text[b-zumkd6wcds] {
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-container.collapsed .menu-text[b-zumkd6wcds] {
    display: none;
}

.sidebar-container.collapsed .nav-item[b-zumkd6wcds] {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sidebar-container.collapsed .nav-link[b-zumkd6wcds] {
    width: 48px !important;
    height: 48px;
}

    .sidebar-container.collapsed .nav-link .bi[b-zumkd6wcds] {
        margin-right: 0;
    }

.sidebar-header[b-zumkd6wcds] {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.sidebar-toggle[b-zumkd6wcds] {
    border: none;
    background: transparent;
    color: white;
    font-size: 1.4rem;
    cursor: pointer;
    width: 36px;
    height: 36px;
}
/*Ẩn text menu*/
.collapsed .menu-text[b-zumkd6wcds] {
    display: none;
}
/* /Component/Pages/CancelVA.razor.rz.scp.css */
/* 1. Đồng bộ Header Table với Header trang */
.table thead[b-vrdvnd9dws] {
    /* Sử dụng gradient tương tự header nhưng sắc nét hơn */
    background: linear-gradient(180deg, #f8faff 0%, #e2eefe 100%);
    color: #334155; /* Màu xám Slate đậm, trông hiện đại hơn màu đen */
    border-bottom: 2px solid #cbd5e1;
}

    .table thead th[b-vrdvnd9dws] {
        padding: 12px 8px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; /* Viết hoa nhẹ giúp phân biệt với dữ liệu */
        letter-spacing: 0.5px;
    }

/* Tinh chỉnh để header căn lề theo dữ liệu */
.table th.text-center[b-vrdvnd9dws], .table td.text-center[b-vrdvnd9dws] {
    text-align: center;
}

.table th.text-left[b-vrdvnd9dws], .table td.text-left[b-vrdvnd9dws] {
    text-align: left;
}

.page-header[b-vrdvnd9dws] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #d9e5f6;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.header-icon[b-vrdvnd9dws] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.page-title[b-vrdvnd9dws] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 0.3px;
}

.page-subtitle[b-vrdvnd9dws] {
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

/* Individual colors */

.history-icon[b-vrdvnd9dws] {
    background: linear-gradient(135deg, #2f80ed 0%, #56ccf2 100%);
}

.va-icon[b-vrdvnd9dws] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.alert-icon[b-vrdvnd9dws] {
    background: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%);
}

.btn-success[b-vrdvnd9dws] {
    border-radius: 8px;
    font-weight: 500;
}

    .btn-success:hover[b-vrdvnd9dws] {
        transform: translateY(-1px);
        transition: all 0.15s ease;
    }

/* Ẩn toàn bộ cột checkbox */
.table th:first-child[b-vrdvnd9dws],
.table td:first-child[b-vrdvnd9dws] {
    display: none;
}

/* search */
.search-toolbar[b-vrdvnd9dws] {
    display: flex;
    align-items: center;
}

.search-box[b-vrdvnd9dws] {
    position: relative;
    width: 420px;
}

.search-input[b-vrdvnd9dws] {
    width: 100%;
    padding-right: 40px;
    border-radius: 8px;
    border: 1px solid #cfd8e3;
    transition: all 0.2s ease;
}

    .search-input:focus[b-vrdvnd9dws] {
        border-color: #4c8bf5;
        box-shadow: 0 0 0 0.15rem rgba(76,139,245,0.15);
    }

.clear-btn[b-vrdvnd9dws] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #7b8794;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clear-btn:hover[b-vrdvnd9dws] {
        color: #dc3545;
    }
/* /Component/Pages/HistoryTrans.razor.rz.scp.css */

/* 1. Đồng bộ Header Table với Header trang */
.table thead[b-bt3zr8qb5b] {
    /* Sử dụng gradient tương tự header nhưng sắc nét hơn */
    background: linear-gradient(180deg, #f8faff 0%, #e2eefe 100%);
    color: #334155; /* Màu xám Slate đậm, trông hiện đại hơn màu đen */
    border-bottom: 2px solid #cbd5e1;
}

.table thead th[b-bt3zr8qb5b] {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; /* Viết hoa nhẹ giúp phân biệt với dữ liệu */
    letter-spacing: 0.5px;
}

/* Tinh chỉnh để header căn lề theo dữ liệu */
.table th.text-center[b-bt3zr8qb5b], .table td.text-center[b-bt3zr8qb5b] {
    text-align: center;
}

.table th.text-left[b-bt3zr8qb5b], .table td.text-left[b-bt3zr8qb5b] {
    text-align: left;
}


.page-header[b-bt3zr8qb5b] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #d9e5f6;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.header-icon[b-bt3zr8qb5b] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.page-title[b-bt3zr8qb5b] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 0.3px;
}

.page-subtitle[b-bt3zr8qb5b] {
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

/* Individual colors */

.history-icon[b-bt3zr8qb5b] {
    background: linear-gradient(135deg, #2f80ed 0%, #56ccf2 100%);
}

.va-icon[b-bt3zr8qb5b] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.alert-icon[b-bt3zr8qb5b] {
    background: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%);
}


.filter-toolbar[b-bt3zr8qb5b] {
    background: #f8fafc;
    border: 1px solid #dbe3ea;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.filter-group[b-bt3zr8qb5b] {
    display: flex;
    flex-direction: column;
}

.filter-label[b-bt3zr8qb5b] {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 6px;
}

.filter-input[b-bt3zr8qb5b] {
    border-radius: 8px;
    border: 1px solid #cfd8e3;
    min-height: 40px;
    transition: all 0.2s ease;
}

    .filter-input:focus[b-bt3zr8qb5b] {
        border-color: #4c8bf5;
        box-shadow: 0 0 0 0.15rem rgba(76,139,245,0.15);
    }

.date-input[b-bt3zr8qb5b] {
    width: 155px;
}

.status-input[b-bt3zr8qb5b] {
    width: 180px;
}

/* Cột checkbox cố định */
.table tbody tr:nth-of-type(odd) td:first-child[b-bt3zr8qb5b] {
    background-color: var(--bs-table-striped-bg);
}

.table tbody tr:nth-of-type(even) td:first-child[b-bt3zr8qb5b] {
    background-color: var(--bs-table-bg);
}

.table thead th:first-child[b-bt3zr8qb5b] {
    background: linear-gradient(180deg, #f8faff 0%, #e2eefe 100%);
}
.table-striped > tbody > tr:nth-of-type(odd) > td:first-child[b-bt3zr8qb5b] {
    background-color: #f2f2f2; /* màu stripe thực tế */
}

.table-striped > tbody > tr:nth-of-type(even) > td:first-child[b-bt3zr8qb5b] {
    background-color: #ffffff;
}
.table th:first-child[b-bt3zr8qb5b],
.table td:first-child[b-bt3zr8qb5b] {
    position: sticky;
    left: 0;
    z-index: 3;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}
/* /Component/Pages/Home.razor.rz.scp.css */
.welcome-card[b-i2jqx130e6] {
    background: linear-gradient(135deg, #ffffff 0%, #f7f9fc 100%);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
    border: 1px solid #e5e7eb;
    min-height: 320px;
}

.welcome-content[b-i2jqx130e6] {
    max-width: 700px;
}

.welcome-badge[b-i2jqx130e6] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f1fb;
    color: #0a6ed1;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.welcome-title[b-i2jqx130e6] {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

    .welcome-title span[b-i2jqx130e6] {
        color: #0a6ed1;
    }

.welcome-description[b-i2jqx130e6] {
    font-size: 17px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 32px;
}

.welcome-actions[b-i2jqx130e6] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

    .welcome-actions .btn[b-i2jqx130e6] {
        padding: 12px 22px;
        border-radius: 12px;
        font-weight: 600;
    }

.welcome-icon[b-i2jqx130e6] {
    font-size: 120px;
    color: #dbeafe;
}

.login-card[b-i2jqx130e6] {
    background: white;
    border-radius: 20px;
    padding: 60px 30px;
    text-align: center;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
}

.login-icon[b-i2jqx130e6] {
    font-size: 70px;
    color: #0a6ed1;
    margin-bottom: 20px;
}

.login-title[b-i2jqx130e6] {
    font-weight: 700;
    margin-bottom: 16px;
}

.login-text[b-i2jqx130e6] {
    color: #64748b;
    margin-bottom: 30px;
    font-size: 16px;
}
/* /Component/Pages/InDayTradingNoti.razor.rz.scp.css */

/* 1. Đồng bộ Header Table với Header trang */
.table thead[b-whepd10wp3] {
    /* Sử dụng gradient tương tự header nhưng sắc nét hơn */
    background: linear-gradient(180deg, #f8faff 0%, #e2eefe 100%);
    color: #334155; /* Màu xám Slate đậm, trông hiện đại hơn màu đen */
    border-bottom: 2px solid #cbd5e1;
}

.table thead th[b-whepd10wp3] {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; /* Viết hoa nhẹ giúp phân biệt với dữ liệu */
    letter-spacing: 0.5px;
}

/* Tinh chỉnh để header căn lề theo dữ liệu */
.table th.text-center[b-whepd10wp3], .table td.text-center[b-whepd10wp3] {
    text-align: center;
}

.table th.text-left[b-whepd10wp3], .table td.text-left[b-whepd10wp3] {
    text-align: left;
}

.page-header[b-whepd10wp3] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #d9e5f6;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.header-icon[b-whepd10wp3] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.page-title[b-whepd10wp3] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 0.3px;
}

.page-subtitle[b-whepd10wp3] {
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

/* Individual colors */

.history-icon[b-whepd10wp3] {
    background: linear-gradient(135deg, #2f80ed 0%, #56ccf2 100%);
}

.va-icon[b-whepd10wp3] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.alert-icon[b-whepd10wp3] {
    background: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%);
}

.table-container[b-whepd10wp3] {
    max-height: calc(100vh - 320px);
    overflow-y: auto;
}

/* Cột checkbox cố định */
/*.table th:first-child,
.table td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;*/ /* đảm bảo nổi lên trên các cột khác */
    /*background: #fff;*/ /* giữ nền trắng để không bị trong suốt */
    /*box-shadow: 2px 0 5px rgba(0,0,0,0.05);
    width: 50px;
    min-width: 50px;
}*/
/* /Component/Pages/RegisterVA.razor.rz.scp.css */
/* 1. Đồng bộ Header Table với Header trang */
.table thead[b-l7ita56f3y] {
    /* Sử dụng gradient tương tự header nhưng sắc nét hơn */
    background: linear-gradient(180deg, #f8faff 0%, #e2eefe 100%);
    color: #334155; /* Màu xám Slate đậm, trông hiện đại hơn màu đen */
    border-bottom: 2px solid #cbd5e1;
}

.table thead th[b-l7ita56f3y] {
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; /* Viết hoa nhẹ giúp phân biệt với dữ liệu */
    letter-spacing: 0.5px;
}

/* Tinh chỉnh để header căn lề theo dữ liệu */
.table th.text-center[b-l7ita56f3y], .table td.text-center[b-l7ita56f3y] {
    text-align: center;
}

.table th.text-left[b-l7ita56f3y], .table td.text-left[b-l7ita56f3y] {
    text-align: left;
}

/* 2. Cải thiện Badge để trông hiện đại (Soft UI) */
.badge-status[b-l7ita56f3y] {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    min-width: 80px; /* Cho các badge bằng nhau */
    text-align: center;
}

/* Đổi màu logic: Pending = Vàng/Cam, Not Created = Xám, Error = Đỏ */
.badge-active[b-l7ita56f3y] { /* Dành cho thành công */
    background-color: #dcfce7;
    color: #15803d;
}

.badge-pending[b-l7ita56f3y] { /* Đang xử lý */
    background-color: #fef9c3;
    color: #a16207;
}

.badge-error[b-l7ita56f3y] { /* Lỗi */
    background-color: #fee2e2;
    color: #b91c1c;
}

.badge-not-created[b-l7ita56f3y] { /* Trạng thái chờ */
    background-color: #f1f5f9;
    color: #475569;
}

/* 3. Tinh chỉnh ô Input trong Table để không bị thô */
.table .form-control[b-l7ita56f3y] {
    font-size: 13px;
    padding: 4px 8px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

    .table .form-control:focus[b-l7ita56f3y] {
        background-color: #fff;
    }

/* search */
.search-toolbar[b-l7ita56f3y] {
    display: flex;
    align-items: center;
}

.search-box[b-l7ita56f3y] {
    position: relative;
    width: 420px;
}

.search-input[b-l7ita56f3y] {
    width: 100%;
    padding-right: 40px;
    border-radius: 8px;
    border: 1px solid #cfd8e3;
    transition: all 0.2s ease;
}

    .search-input:focus[b-l7ita56f3y] {
        border-color: #4c8bf5;
        box-shadow: 0 0 0 0.15rem rgba(76,139,245,0.15);
    }

.clear-btn[b-l7ita56f3y] {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #7b8794;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clear-btn:hover[b-l7ita56f3y] {
        color: #dc3545;
    }

.page-header[b-l7ita56f3y] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #d9e5f6;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.header-icon[b-l7ita56f3y] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #2f80ed 0%, #56ccf2 100%);
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(47,128,237,0.25);
}

.page-title[b-l7ita56f3y] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 0.3px;
}

.page-subtitle[b-l7ita56f3y] {
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}
