@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Web/Pages/Dashboard/Welcome.razor.rz.scp.css */
.fw-700[b-83qq09hzvi] {
    font-weight: 700;
}
.component[b-83qq09hzvi] {
    border: solid 1px #5f75b7;
    border-radius: 12px;
    padding: 15px;
    height: 100%;
    font-family: Inter;
}
.text-blue[b-83qq09hzvi] {
    color: #21409A;
}
.text-blue-gray[b-83qq09hzvi] {
    color: #5F75B7;
}
.text-orange[b-83qq09hzvi] {
    color: #F79420;
}
.text-danger[b-83qq09hzvi] {
    color: #F93232;
}

.title-post-new[b-83qq09hzvi] {
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 33px;
}
/* _content/Web/Pages/Report/Stores/ReportTable.razor.rz.scp.css */
.table > thead[b-3c7xfzvv99] {
    font-weight: bold;
}

.table[b-3c7xfzvv99] {
    table-layout: auto; /* Cho phép cột mở rộng theo nội dung */
    width: 100%;
    white-space: nowrap; /* Ngăn xuống dòng nếu nội dung dài */
    border-collapse: separate; /* Giữ khoảng cách hợp lý giữa các cột */
    border-spacing: 0; /* Loại bỏ khoảng trống không mong muốn */
}


.table th[b-3c7xfzvv99] {
    border-top-color: darkgray !important;
    border-bottom-color: darkgray !important;
}

.table tr[b-3c7xfzvv99] {
    border-width: thin;
}

.modal-body[b-3c7xfzvv99] {
    max-height: 300px;
    overflow-y: auto;
}

.table-container[b-3c7xfzvv99] {
    user-select: none; /* Ngăn chặn chọn text */
    cursor: grab; /* Hiển thị biểu tượng bàn tay */
    max-height: 400px;
    overflow-y: auto;
    padding: 0 15px;
    overflow-x: auto;
    position: relative;
}

    .table-container:active[b-3c7xfzvv99] {
        cursor: grabbing; /* Khi kéo thì đổi sang bàn tay nắm */
    }

/* Cố định cột 1: STT */
/*    .sticky-col.stt {
        left: -14px;
        background-color: #d4edda;
        z-index: 9;
    }*/

/* Cố định cột 2: Tên NT */
/*.sticky-col.ten-nt {
        left: 20px;
        background-color: #d4edda;
        z-index: 9;
    }*/

/* Cố định cột 3: Địa chỉ */
/*    .sticky-col.dia-chi {
        left: 193px;
        background-color: #d4edda;
        z-index: 9;
    }*/

.table thead th[b-3c7xfzvv99] {
    position: sticky;
    background-color: #d4edda; /* Giữ màu header */
    z-index: 3;
}

/* Áp đúng theo từng tầng do đã biết có 3 row trong thead */
.table thead tr:nth-child(1) th[b-3c7xfzvv99] {
    top: 0px;
}

.table thead tr:nth-child(2) th[b-3c7xfzvv99] {
    top: 35px;
}
/* cao của tr1 */
.table thead tr:nth-child(3) th[b-3c7xfzvv99] {
    top: 70px;
}
/* cao của tr1 + tr2 */

/* Giữ nguyên vị trí nếu có rowspan */
.table th[rowspan][b-3c7xfzvv99], .table td[rowspan][b-3c7xfzvv99] {
    vertical-align: middle;
    text-align: center;
}

/* Cố định cột 1: STT */
.table thead th.sticky-col.stt[b-3c7xfzvv99],
.table tbody td.sticky-col.stt[b-3c7xfzvv99] {
    left: -14px;
    background-color: #d4edda; /* Giữ màu header */
    z-index: 99;
}


/* Đảm bảo màu nền xen kẽ khi có striping */
.table tbody tr:nth-child(even) .sticky-col[b-3c7xfzvv99] {
    background-color: white;
}

.table tbody tr:nth-child(odd) .sticky-col[b-3c7xfzvv99] {
    background-color: #f8f9fa;
}
/* _content/Web/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-aemhcy3hkm] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-aemhcy3hkm] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-aemhcy3hkm] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-aemhcy3hkm] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-aemhcy3hkm] {
        font-size: inherit;
    }
}
/* _content/Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-8ahen79ohv] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-8ahen79ohv] .page-layout,
[b-8ahen79ohv] .page-layout > .dxbl-gridlayout-root,
[b-8ahen79ohv] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-8ahen79ohv] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-8ahen79ohv] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-8ahen79ohv] .fit-width {
    max-width: 100%;
}

[b-8ahen79ohv] .mw-1100 {
    max-width: 1100px;
}
/* _content/Web/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-06vxonwb36] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

.sidebar.collapse[b-06vxonwb36] {
    display: none;
}

.sidebar.expand[b-06vxonwb36] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-06vxonwb36] {
        display: none;
    }

    .sidebar.expand[b-06vxonwb36] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-06vxonwb36] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

[b-06vxonwb36] .app-sidebar .root-item > :first-child {
    --dxbl-treeview-font-weight: 600;
}

[b-06vxonwb36] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
    display: none;
}

@media (max-width: 1199.98px) {
    [b-06vxonwb36] .app-sidebar {
        padding-bottom: 0;
    }
}
/* _content/Web/Shared/ShowImagePopup.razor.rz.scp.css */
.custom-modal[b-8mm6uql3ei] {
    display: none;
    position: fixed;
    z-index: 9000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.custom-modal-content[b-8mm6uql3ei] {
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 10px;
    max-width: 80%;
    max-height: 80vh;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.custom-close[b-8mm6uql3ei] {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.btn-prev[b-8mm6uql3ei], .btn-next[b-8mm6uql3ei] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background-color: rgba(0,0,0,0.5);
    border: none;
    font-size: 2rem;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10000;
}

.btn-prev[b-8mm6uql3ei] {
    left: 10px;
}

.btn-next[b-8mm6uql3ei] {
    right: 10px;
}
/* _content/Web/Shared/UserInformation.razor.rz.scp.css */
.userinfo-avatar-upload[b-a18nd8au5q] {
    cursor: pointer;
    border: 1px solid #189e5b;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    box-sizing:border-box;
}
.userinfo-avatar-upload img[b-a18nd8au5q] {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.userinfo-avatar-upload:hover[b-a18nd8au5q] {
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}
