/* /Components/Layout/404Layout.razor.rz.scp.css */
.page[b-sfoavkizs9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sfoavkizs9] {
    flex: 1;
}

.e-icons[b-sfoavkizs9] {
    font-size: 28px;
}
/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.e-avatar:hover[b-sfoavkizs9] {
    cursor:pointer;
    background-color: #f3f3f3; /* Darker background color on hover */
}
.top-row[b-sfoavkizs9] {
   
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sfoavkizs9]  a, .top-row[b-sfoavkizs9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sfoavkizs9]  a:hover, .top-row[b-sfoavkizs9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sfoavkizs9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sfoavkizs9] {
        justify-content: space-between;
    }

    .top-row[b-sfoavkizs9]  a, .top-row[b-sfoavkizs9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sfoavkizs9] {
        flex-direction: row;
    }

    .sidebar[b-sfoavkizs9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sfoavkizs9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sfoavkizs9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sfoavkizs9], article[b-sfoavkizs9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sfoavkizs9] {
    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-sfoavkizs9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/Alert.razor.rz.scp.css */
.e-control[b-c1573wtfes] {
	position: absolute;
}

/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-114s1x9trz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-114s1x9trz] {
    flex: 1;
}

.e-icons[b-114s1x9trz] {
    font-size: 28px;
}
/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.e-avatar:hover[b-114s1x9trz] {
    cursor:pointer;
    background-color: #f3f3f3; /* Darker background color on hover */
}
.top-row[b-114s1x9trz] {
   
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-114s1x9trz]  a, .top-row[b-114s1x9trz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-114s1x9trz]  a:hover, .top-row[b-114s1x9trz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-114s1x9trz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-114s1x9trz] {
        justify-content: space-between;
    }

    .top-row[b-114s1x9trz]  a, .top-row[b-114s1x9trz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1100px) {
    .page[b-114s1x9trz] {
        flex-direction: row;
    }

    .sidebar[b-114s1x9trz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s;
    }

    .top-row[b-114s1x9trz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-114s1x9trz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-114s1x9trz], article[b-114s1x9trz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .content-expanded[b-114s1x9trz] {
        flex: 1;
        padding: 0 20px;
    }

    .content-collapsed[b-114s1x9trz] {
        flex: 1;
        padding: 0 20px;
        margin-left: 0;
    }

    /* Optional: Style the toggle button */
    .toggle-button[b-114s1x9trz] {
        position: fixed;
        top: 10px;
        left: 5px;
        z-index: 1001;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #808080;
    }
}

#blazor-error-ui[b-114s1x9trz] {
    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-114s1x9trz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-gipiypemm1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gipiypemm1] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-gipiypemm1] {
    background-color: #98F5F9;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gipiypemm1]  a, .top-row[b-gipiypemm1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gipiypemm1]  a:hover, .top-row[b-gipiypemm1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gipiypemm1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gipiypemm1] {
        justify-content: space-between;
    }

    .top-row[b-gipiypemm1]  a, .top-row[b-gipiypemm1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gipiypemm1] {
        flex-direction: row;
    }

    .sidebar[b-gipiypemm1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gipiypemm1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gipiypemm1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gipiypemm1], article[b-gipiypemm1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gipiypemm1] {
    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-gipiypemm1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ov42ziq9bc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ov42ziq9bc] {
    flex: 1;
}

.e-icons[b-ov42ziq9bc] {
    font-size: 28px;
}
/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.e-avatar:hover[b-ov42ziq9bc] {
    cursor:pointer;
    background-color: #f3f3f3; /* Darker background color on hover */
}
.top-row[b-ov42ziq9bc] {
   
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ov42ziq9bc]  a, .top-row[b-ov42ziq9bc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ov42ziq9bc]  a:hover, .top-row[b-ov42ziq9bc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ov42ziq9bc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ov42ziq9bc] {
        justify-content: space-between;
    }

    .top-row[b-ov42ziq9bc]  a, .top-row[b-ov42ziq9bc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1100px) {
    .page[b-ov42ziq9bc] {
        flex-direction: row;
    }

    .sidebar[b-ov42ziq9bc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s;
    }

    .top-row[b-ov42ziq9bc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ov42ziq9bc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ov42ziq9bc], article[b-ov42ziq9bc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .content-expanded[b-ov42ziq9bc] {
        flex: 1;
        padding: 0 20px;
    }

    .content-collapsed[b-ov42ziq9bc] {
        flex: 1;
        padding: 0 20px;
        margin-left: 0;
    }

    /* Optional: Style the toggle button */
    .toggle-button[b-ov42ziq9bc] {
        position: fixed;
        top: 10px;
        left: 5px;
        z-index: 1001;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #808080;
    }

    /* Main header styles */
    .main-header[b-ov42ziq9bc] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        background: white;
        border-bottom: 1px solid #e0e0e0;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .header-right[b-ov42ziq9bc] {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-left: auto;
    }
}

#blazor-error-ui[b-ov42ziq9bc] {
    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-ov42ziq9bc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/MainLayoutV2.razor.rz.scp.css */
/* ===== KHTN Clean Layout ===== */

.khtn-layout[b-abvqg8uwhf] {
    min-height: 100vh;
    background: var(--bg-light);
    display: flex;
    flex-direction: column;
}

/* ===== Top Navigation ===== */
.khtn-topbar[b-abvqg8uwhf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 24px;
    background: white;
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-xs);
    position: sticky;
    top: 0;
    z-index: 100;
}

.khtn-topbar-left[b-abvqg8uwhf] {
    display: flex;
    align-items: center;
    gap: 32px;
}

.khtn-brand[b-abvqg8uwhf] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
}

.khtn-brand i[b-abvqg8uwhf] {
    font-size: 1.25rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-lighter);
    border-radius: var(--border-radius);
}

.khtn-nav-links[b-abvqg8uwhf] {
    display: flex;
    gap: 4px;
}

.khtn-nav-link[b-abvqg8uwhf] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: var(--border-radius);
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    transition: all var(--transition-normal);
    min-height: 40px;
}

.khtn-nav-link:hover[b-abvqg8uwhf] {
    background: var(--bg-light);
    color: var(--text-dark);
}

.khtn-nav-link.active[b-abvqg8uwhf] {
    background: var(--primary-lighter);
    color: var(--primary-color);
    font-weight: 600;
}

.khtn-nav-link i[b-abvqg8uwhf] {
    font-size: 0.9rem;
}

.khtn-topbar-right[b-abvqg8uwhf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.khtn-user-name[b-abvqg8uwhf] {
    font-size: 0.85rem;
    color: var(--text-dark);
    font-weight: 500;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.khtn-logout-btn[b-abvqg8uwhf] {
    background: none;
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius);
    padding: 6px 12px;
    color: var(--text-muted);
    cursor: pointer;
    transition: all var(--transition-normal);
    font-size: 0.85rem;
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.khtn-logout-btn:hover[b-abvqg8uwhf] {
    background: var(--status-danger-bg);
    color: var(--status-danger-text);
    border-color: var(--status-danger-text);
}

/* ===== Main Content ===== */
.khtn-main[b-abvqg8uwhf] {
    flex: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* ===== Mobile Bottom Navigation ===== */
.khtn-bottom-nav[b-abvqg8uwhf] {
    display: none;
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 768px) {
    .khtn-topbar[b-abvqg8uwhf] {
        height: 52px;
        padding: 0 16px;
    }

    .khtn-nav-links[b-abvqg8uwhf] {
        display: none;
    }

    .khtn-user-name[b-abvqg8uwhf] {
        display: none;
    }

    .khtn-logout-btn[b-abvqg8uwhf] {
        display: none;
    }

    .khtn-main[b-abvqg8uwhf] {
        padding-bottom: 72px; /* bottom nav + safe area */
    }

    /* Bottom Navigation */
    .khtn-bottom-nav[b-abvqg8uwhf] {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: white;
        border-top: 1px solid var(--border-light);
        box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
        z-index: 100;
        justify-content: space-around;
        align-items: stretch;
        padding-bottom: env(safe-area-inset-bottom, 0px); /* iPhone notch */
    }

    .khtn-bottom-link[b-abvqg8uwhf] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-decoration: none;
        color: var(--text-muted);
        font-size: 0.7rem;
        font-weight: 500;
        flex: 1;
        position: relative;
        transition: color var(--transition-normal);
    }

    .khtn-bottom-link i[b-abvqg8uwhf] {
        font-size: 1.2rem;
        transition: transform var(--transition-normal);
    }

    .khtn-bottom-link.active[b-abvqg8uwhf] {
        color: var(--primary-color);
        font-weight: 600;
    }

    .khtn-bottom-link.active i[b-abvqg8uwhf] {
        transform: scale(1.1);
    }

    /* Active indicator dot */
    .khtn-bottom-link.active[b-abvqg8uwhf]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        height: 3px;
        background: var(--primary-color);
        border-radius: 0 0 3px 3px;
    }

    .khtn-bottom-link:active[b-abvqg8uwhf] {
        background: var(--bg-light);
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .khtn-topbar[b-abvqg8uwhf] {
        padding: 0 12px;
        height: 48px;
    }

    .khtn-brand span[b-abvqg8uwhf] {
        font-size: 0.95rem;
    }

    .khtn-brand i[b-abvqg8uwhf] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .khtn-bottom-link[b-abvqg8uwhf] {
        font-size: 0.65rem;
    }

    .khtn-bottom-link i[b-abvqg8uwhf] {
        font-size: 1.1rem;
    }
}

/* Very small */
@media (max-width: 375px) {
    .khtn-brand span[b-abvqg8uwhf] {
        display: none;
    }

    .khtn-topbar[b-abvqg8uwhf] {
        padding: 0 8px;
    }
}

/* ===== Scrollbar ===== */
*[b-abvqg8uwhf] {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-light) var(--bg-light);
}

[b-abvqg8uwhf]::-webkit-scrollbar { width: 8px; height: 8px; }
[b-abvqg8uwhf]::-webkit-scrollbar-track { background: var(--bg-light); }
[b-abvqg8uwhf]::-webkit-scrollbar-thumb { background: var(--primary-light); border-radius: 4px; }
[b-abvqg8uwhf]::-webkit-scrollbar-thumb:hover { background: var(--primary-color); }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-apxkxfc42n] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}
.sidebar[b-apxkxfc42n] {
    border: solid 1px darkgrey;
}
.sidebar > .top-row[b-apxkxfc42n] {
    background-color: var(--primary-color);
}
.navbar-toggler:checked[b-apxkxfc42n] {
    background-color: rgba(255, 255, 255, 0.5);
}
.nav-link span[b-apxkxfc42n]{
    color: black ;
}

.top-row[b-apxkxfc42n] {
    height: 3.5rem;
}
.nav-scrollable[b-apxkxfc42n]{
    background-color:white;
   
}
.e-icons[b-apxkxfc42n] {
    color: rgba(255,255,255,0.37);
}

.navbar-brand[b-apxkxfc42n] {
    font-size: 1.1rem;
}

.bi[b-apxkxfc42n] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-apxkxfc42n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-apxkxfc42n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-apxkxfc42n] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-apxkxfc42n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-apxkxfc42n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-apxkxfc42n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-apxkxfc42n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-apxkxfc42n]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-apxkxfc42n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-apxkxfc42n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-apxkxfc42n] {
    display: block;
}


@media (min-width: 1100px) {
    .navbar-toggler[b-apxkxfc42n] {
        display: none;
    }

    .nav-scrollable[b-apxkxfc42n] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/* /Components/Layout/NotificationBell.razor.rz.scp.css */
.notification-bell-container[b-3gs3t7t5hp] {
    position: relative;
    display: inline-block;
}

.notification-bell-button[b-3gs3t7t5hp] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    font-size: 20px;
    color: #666;
    transition: color 0.3s ease;
}

.notification-bell-button:hover[b-3gs3t7t5hp] {
    color: #007bff;
}

.notification-badge[b-3gs3t7t5hp] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #dc3545;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
    line-height: 14px;
}

.notification-dropdown[b-3gs3t7t5hp] {
    position: absolute;
    top: 100%;
    right: 0;
    width: 380px;
    max-width: 90vw;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    max-height: 600px;
}

.notification-dropdown-header[b-3gs3t7t5hp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.notification-dropdown-header h3[b-3gs3t7t5hp] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.btn-mark-all-read[b-3gs3t7t5hp] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    color: #007bff;
    font-size: 16px;
    transition: color 0.3s ease;
}

.btn-mark-all-read:hover[b-3gs3t7t5hp] {
    color: #0056b3;
}

.notification-dropdown-body[b-3gs3t7t5hp] {
    overflow-y: auto;
    max-height: 450px;
    flex: 1;
}

.notification-loading[b-3gs3t7t5hp],
.notification-empty[b-3gs3t7t5hp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #999;
}

.notification-loading i[b-3gs3t7t5hp],
.notification-empty i[b-3gs3t7t5hp] {
    font-size: 32px;
    margin-bottom: 12px;
}

.notification-loading span[b-3gs3t7t5hp],
.notification-empty p[b-3gs3t7t5hp] {
    font-size: 14px;
    margin: 0;
}

.notification-item[b-3gs3t7t5hp] {
    display: flex;
    align-items: flex-start;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    position: relative;
}

.notification-item:hover[b-3gs3t7t5hp] {
    background-color: #f8f9fa;
}

.notification-item.unread[b-3gs3t7t5hp] {
    background-color: #f0f7ff;
}

.notification-item:last-child[b-3gs3t7t5hp] {
    border-bottom: none;
}

.notification-icon[b-3gs3t7t5hp] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    font-size: 16px;
}

.notification-icon.info[b-3gs3t7t5hp] {
    background: #e3f2fd;
    color: #1976d2;
}

.notification-icon.success[b-3gs3t7t5hp] {
    background: #e8f5e9;
    color: #388e3c;
}

.notification-icon.warning[b-3gs3t7t5hp] {
    background: #fff3e0;
    color: #f57c00;
}

.notification-icon.error[b-3gs3t7t5hp] {
    background: #ffebee;
    color: #d32f2f;
}

.notification-content[b-3gs3t7t5hp] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-3gs3t7t5hp] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    line-height: 1.4;
}

.notification-message[b-3gs3t7t5hp] {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-time[b-3gs3t7t5hp] {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
}

.notification-unread-indicator[b-3gs3t7t5hp] {
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 8px;
    margin-top: 14px;
}

.notification-dropdown-footer[b-3gs3t7t5hp] {
    padding: 12px 20px;
    border-top: 1px solid #e0e0e0;
}

.btn-view-all[b-3gs3t7t5hp] {
    width: 100%;
    background: transparent;
    border: none;
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-view-all:hover[b-3gs3t7t5hp] {
    background-color: #f0f7ff;
}

.notification-overlay[b-3gs3t7t5hp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: transparent;
}

/* Responsive design */
@media (max-width: 768px) {
    .notification-dropdown[b-3gs3t7t5hp] {
        width: 340px;
        right: -10px;
    }
}

/* Scrollbar styling */
.notification-dropdown-body[b-3gs3t7t5hp]::-webkit-scrollbar {
    width: 6px;
}

.notification-dropdown-body[b-3gs3t7t5hp]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.notification-dropdown-body[b-3gs3t7t5hp]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.notification-dropdown-body[b-3gs3t7t5hp]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* /Components/Layout/SideNavMenuV2.razor.rz.scp.css */
.etrans-sidebar[b-v8ba3qhj3e] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: var(--sidebar-bg);
    color: var(--text-dark);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: var(--sidebar-shadow);
    border-right: var(--border-width) solid var(--sidebar-border);
    overflow: hidden;
}

    /* Collapsed state */
    .etrans-sidebar.etrans-collapsed[b-v8ba3qhj3e] {
        width: 60px;
        background: white;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

        /* Remove hover effect when collapsed - make it completely empty */
        .etrans-sidebar.etrans-collapsed:hover[b-v8ba3qhj3e] {
            width: 60px;
            background: white;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

    /* Hidden state (desktop only) */
    .etrans-sidebar.etrans-hidden[b-v8ba3qhj3e] {
        transform: translateX(-100%);
    }

/* Mobile states */
@media (max-width: 768px) {
    .etrans-sidebar[b-v8ba3qhj3e] {
        transform: translateX(-100%);
        width: 280px;
        max-width: calc(100vw - 48px);
    }

        .etrans-sidebar.etrans-collapsed[b-v8ba3qhj3e] {
            transform: translateX(-100%);
            width: 280px;
            max-width: calc(100vw - 48px);
        }

        .etrans-sidebar.etrans-mobile-open[b-v8ba3qhj3e] {
            transform: translateX(0);
        }

        /* On mobile, hidden state should still allow mobile toggle */
        .etrans-sidebar.etrans-hidden[b-v8ba3qhj3e] {
            transform: translateX(-100%);
        }

            .etrans-sidebar.etrans-hidden.etrans-mobile-open[b-v8ba3qhj3e] {
                transform: translateX(0);
            }
}

/* Header Styles */
.etrans-sidebar-header[b-v8ba3qhj3e] {
    padding: 0 1rem;
    border-bottom: var(--border-width) solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 51px;
    background: var(--bg-primary);
}

.etrans-brand-container[b-v8ba3qhj3e] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    overflow: hidden;
}

.etrans-brand-logo[b-v8ba3qhj3e] {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.2);
    border: var(--border-width-thick) solid rgba(255,255,255,0.3);
    border-radius: var(--border-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--primary-text);
    flex-shrink: 0;
}

.etrans-brand-text[b-v8ba3qhj3e] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    white-space: nowrap;
    color: var(--primary-text);
}

.etrans-collapsed .etrans-brand-text[b-v8ba3qhj3e] {
    opacity: 0;
    transform: translateX(-20px);
}

/* Hide all content when collapsed */
.etrans-collapsed .etrans-nav-content[b-v8ba3qhj3e] {
    display: none;
}

.etrans-collapsed .etrans-brand-container[b-v8ba3qhj3e] {
    display: none;
}

.etrans-toggle-btn[b-v8ba3qhj3e] {
    width: 38px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    border: var(--border-width) solid rgba(255,255,255,0.3);
    border-radius: var(--border-radius);
    color: var(--primary-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .etrans-toggle-btn:hover[b-v8ba3qhj3e] {
        background: rgba(255,255,255,0.3);
        transform: scale(1.05);
        color: var(--primary-text);
    }

    .etrans-toggle-btn i[b-v8ba3qhj3e] {
        font-size: 0.85rem;
        transition: transform 0.3s ease;
    }

/* Navigation Styles */
.etrans-nav-content[b-v8ba3qhj3e] {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 140px);
    scrollbar-width: thin;
    scrollbar-color: var(--border-muted) transparent;
}

    .etrans-nav-content[b-v8ba3qhj3e]::-webkit-scrollbar {
        width: 4px;
    }

    .etrans-nav-content[b-v8ba3qhj3e]::-webkit-scrollbar-track {
        background: transparent;
    }

    .etrans-nav-content[b-v8ba3qhj3e]::-webkit-scrollbar-thumb {
        background: var(--border-muted);
        border-radius: 2px;
    }

.etrans-nav-items[b-v8ba3qhj3e] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Show content on hover when collapsed */
.etrans-collapsed:hover .etrans-nav-content[b-v8ba3qhj3e] {
    visibility: visible;
}

/* Module Styles */
.etrans-nav-module[b-v8ba3qhj3e] {
    margin-bottom: 1.5rem;
}

.etrans-module-header[b-v8ba3qhj3e] {
    padding: 0.5rem 0.75rem 0.3rem 0.75rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid var(--primary-color);
    background: linear-gradient(135deg, var(--primary-lighter), rgba(255,255,255,0.05));
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .etrans-module-header:hover[b-v8ba3qhj3e] {
        background: linear-gradient(135deg, var(--primary-color), rgba(255,255,255,0.1));
        transform: translateY(-1px);
        color: white;
    }

        .etrans-module-header:hover .etrans-module-icon[b-v8ba3qhj3e],
        .etrans-module-header:hover .etrans-module-title[b-v8ba3qhj3e],
        .etrans-module-header:hover .etrans-module-toggle[b-v8ba3qhj3e] {
            color: white;
        }

    .etrans-module-header.expanded[b-v8ba3qhj3e] {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
        border-bottom-color: var(--primary-dark);
    }

.etrans-module-title[b-v8ba3qhj3e] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--primary-color);
    flex: 1;
}

.etrans-module-header.expanded .etrans-module-title[b-v8ba3qhj3e] {
    color: var(--primary-text);
}

.etrans-module-icon[b-v8ba3qhj3e] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: var(--primary-color);
    background: rgba(255,255,255,0.1);
    border-radius: var(--border-radius);
    padding: 3px;
    transition: all 0.3s ease;
}

.etrans-module-header.expanded .etrans-module-icon[b-v8ba3qhj3e] {
    color: var(--primary-text);
    background: rgba(255,255,255,0.2);
}

.etrans-module-toggle[b-v8ba3qhj3e] {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

    .etrans-module-toggle i[b-v8ba3qhj3e] {
        font-size: 0.75rem;
        transition: transform 0.3s ease;
    }

.etrans-module-header.expanded .etrans-module-toggle[b-v8ba3qhj3e] {
    color: var(--primary-text);
}

    .etrans-module-header.expanded .etrans-module-toggle i[b-v8ba3qhj3e] {
        transform: rotate(180deg);
    }

/* Module Content (Collapsible) */
.etrans-module-content[b-v8ba3qhj3e] {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .etrans-module-content.collapsed[b-v8ba3qhj3e] {
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px);
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        visibility: hidden;
    }

    .etrans-module-content.expanded[b-v8ba3qhj3e] {
        max-height: 2000px;
        opacity: 1;
        transform: translateY(0);
        overflow: visible;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

.etrans-section-items.hidden[b-v8ba3qhj3e] {
    display: none;
}

/* Module Section Styles */
.etrans-module-section[b-v8ba3qhj3e] {
    margin-bottom: 0.75rem;
    padding-left: 8px;
    border-left: 2px solid var(--border-light);
    transition: all 0.3s ease;
}

.etrans-standalone-section[b-v8ba3qhj3e] {
    margin-bottom: 1rem;
}

/* Section Styles */
.etrans-section-header[b-v8ba3qhj3e] {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.3rem;
    gap: 6px;
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .etrans-section-header:hover[b-v8ba3qhj3e] {
        opacity: 1;
    }

.etrans-section-title[b-v8ba3qhj3e] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-muted);
}

.etrans-section-icon[b-v8ba3qhj3e] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.etrans-section-items[b-v8ba3qhj3e] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Navigation Items */
.etrans-nav-item[b-v8ba3qhj3e] {
    position: relative;
    margin: 2px 4px;
}

.etrans-collapsed .etrans-nav-item[b-v8ba3qhj3e] {
    margin: 4px 2px;
}

/* Hide nav content when collapsed but not hovering */
.etrans-collapsed .etrans-nav-content[b-v8ba3qhj3e] {
    display: none;
}

/* Don't show content on hover when collapsed */
.etrans-collapsed:hover .etrans-nav-content[b-v8ba3qhj3e] {
    display: none;
}

.etrans-nav-link[b-v8ba3qhj3e] {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    min-height: 44px;
    color: black;
    text-decoration: none;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .etrans-nav-link[b-v8ba3qhj3e]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--primary-lighter);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: inherit;
        z-index: -1;
    }

    .etrans-nav-link:hover[b-v8ba3qhj3e]::before {
        opacity: 1;
    }

    .etrans-nav-link:hover[b-v8ba3qhj3e] {
        color: black;
        transform: translateX(3px);
    }

.etrans-collapsed .etrans-nav-link[b-v8ba3qhj3e] {
    padding: 8px 4px;
    margin: 2px 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .etrans-collapsed .etrans-nav-link:hover[b-v8ba3qhj3e] {
        transform: translateY(-2px);
        background: var(--primary-lighter);
    }

/* Active State */
.etrans-nav-link.etrans-active[b-v8ba3qhj3e] {
    background: var(--primary-color);
    border-left: var(--border-width-thick) solid var(--primary-dark);
    color: var(--primary-text);
}

.etrans-nav-link.etrans-active .etrans-nav-icon[b-v8ba3qhj3e] {
    color: white !important;
}

.etrans-nav-link.etrans-active:hover .etrans-nav-icon[b-v8ba3qhj3e] {
    color: white !important;
}

.etrans-collapsed .etrans-nav-link.etrans-active[b-v8ba3qhj3e] {
    border: none;
    background: var(--primary-color);
    box-shadow: var(--shadow-primary);
    color: var(--primary-text);
}

/* Icon Styles */
.etrans-nav-icon[b-v8ba3qhj3e] {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 0.9rem;
    flex-shrink: 0;
    color: black;
}

.etrans-collapsed .etrans-nav-icon[b-v8ba3qhj3e] {
    margin-right: 0;
    margin-bottom: 2px;
    font-size: 1rem;
}

/* Text Styles */
.etrans-nav-text[b-v8ba3qhj3e] {
    flex: 1;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
}

.etrans-nav-link:hover .etrans-nav-text[b-v8ba3qhj3e] {
    color: black;
    opacity: 1;
    visibility: visible;
}

.etrans-collapsed .etrans-nav-text[b-v8ba3qhj3e] {
    font-size: 0.65rem;
    line-height: 1.1;
    white-space: normal;
    text-align: center;
    margin-top: 1px;
    opacity: 1;
    transform: none;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.etrans-collapsed .etrans-nav-link:hover .etrans-nav-text[b-v8ba3qhj3e] {
    color: var(--primary-text);
    opacity: 1;
    visibility: visible;
}

/* Badge Styles */
.etrans-nav-badge[b-v8ba3qhj3e] {
    background: var(--primary-color);
    color: var(--primary-text);
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: var(--border-radius);
    min-width: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.etrans-collapsed .etrans-nav-badge[b-v8ba3qhj3e] {
    position: absolute;
    top: 2px;
    right: 2px;
    transform: scale(0.75);
    padding: 1px 3px;
    font-size: 0.55rem;
    min-width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.etrans-nav-badge.new-v2[b-v8ba3qhj3e] {
    background: linear-gradient(45deg, var(--primary-color), var(--primary-hover));
    color: var(--primary-text);
    animation: pulse-b-v8ba3qhj3e 2s infinite;
}

@keyframes pulse-b-v8ba3qhj3e {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Tooltip for collapsed state */
.etrans-tooltip[b-v8ba3qhj3e] {
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--text-dark, #2c3e50);
    color: var(--primary-text, white);
    padding: 8px 12px;
    border-radius: var(--border-radius-sm, 4px);
    font-size: 0.8rem;
    white-space: nowrap;
    z-index: 1001;
    box-shadow: var(--shadow-lg, 0 8px 25px rgba(0,0,0,0.15));
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
}

    .etrans-tooltip[b-v8ba3qhj3e]::before {
        content: '';
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        border: 6px solid transparent;
        border-right-color: var(--text-dark, #2c3e50);
    }

.etrans-collapsed .etrans-nav-link:hover .etrans-tooltip[b-v8ba3qhj3e] {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

/* Mobile Styles */
.etrans-mobile-menu-btn[b-v8ba3qhj3e] {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: var(--bg-light);
    border: var(--border-width) solid var(--border-light);
    color: var(--text-dark);
    padding: 12px;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
}

    .etrans-mobile-menu-btn:hover[b-v8ba3qhj3e] {
        background: var(--primary-lighter);
        transform: scale(1.05);
    }
@media (max-width: 769px) {
    .etrans-mobile-overlay[b-v8ba3qhj3e] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

        .etrans-mobile-overlay.active[b-v8ba3qhj3e] {
            opacity: 1;
            visibility: visible;
        }

    /* Mobile nav readability */
    .etrans-nav-text[b-v8ba3qhj3e] { font-size: 0.85rem; }
    .etrans-module-title[b-v8ba3qhj3e] { font-size: 0.9rem; }
    .etrans-section-title[b-v8ba3qhj3e] { font-size: 0.8rem; }
    .etrans-nav-link[b-v8ba3qhj3e] { min-height: 48px; padding: 12px 14px; }
    .etrans-module-header[b-v8ba3qhj3e] { min-height: 48px; }
}

/* Show sidebar button when hidden on desktop */
.etrans-show-sidebar-btn[b-v8ba3qhj3e] {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999;
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-lg);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .etrans-show-sidebar-btn:hover[b-v8ba3qhj3e] {
        background: var(--primary-hover);
        transform: scale(1.05);
    }

/* Desktop specific styles */
@media (min-width: 769px) {
    .etrans-mobile-menu-btn[b-v8ba3qhj3e] {
        display: none;
    }

    .etrans-sidebar.etrans-hidden[b-v8ba3qhj3e] {
        transform: translateX(-100%);
    }
}

/* Collapsed State Module Styles */
.etrans-collapsed .etrans-module-header[b-v8ba3qhj3e] {
    display: none;
}

.etrans-collapsed .etrans-module-content[b-v8ba3qhj3e] {
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.etrans-collapsed .etrans-module-section[b-v8ba3qhj3e] {
    padding-left: 0;
    border-left: none;
    margin-bottom: 0.3rem;
}

.etrans-collapsed .etrans-section-header[b-v8ba3qhj3e] {
    display: none;
}

/* Additional Clean-up Styles */
.etrans-module-section .etrans-nav-item[b-v8ba3qhj3e] {
    position: relative;
}

    .etrans-module-section .etrans-nav-item[b-v8ba3qhj3e]::before {
        content: '';
        position: absolute;
        left: -14px;
        top: 50%;
        width: 6px;
        height: 1px;
        background: var(--border-muted);
        transform: translateY(-50%);
    }

.etrans-collapsed .etrans-module-section .etrans-nav-item[b-v8ba3qhj3e]::before {
    display: none;
}

.etrans-module-section:hover[b-v8ba3qhj3e] {
    border-left-color: var(--primary-color);
    transition: border-left-color 0.3s ease;
}

.etrans-module-section .etrans-section-title[b-v8ba3qhj3e] {
    position: relative;
}

    .etrans-module-section .etrans-section-title[b-v8ba3qhj3e]::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--primary-color);
        transition: width 0.3s ease;
    }

.etrans-module-section:hover .etrans-section-title[b-v8ba3qhj3e]::after {
    width: 100%;
}

.etrans-module-section .etrans-nav-link[b-v8ba3qhj3e] {
    margin-left: 3px;
    border-radius: var(--border-radius-sm);
}

    .etrans-module-section .etrans-nav-link:hover[b-v8ba3qhj3e] {
        background: rgba(0,0,0,0.05);
        transform: translateX(6px);
    }

.etrans-collapsed .etrans-module-section .etrans-nav-link:hover[b-v8ba3qhj3e] {
    transform: translateY(-2px);
}

/* Animation keyframes */
.etrans-module-content.collapsed .etrans-section-items[b-v8ba3qhj3e] {
    animation: slideUp-b-v8ba3qhj3e 0.3s ease-out;
}

.etrans-module-content.expanded .etrans-section-items[b-v8ba3qhj3e] {
    animation: slideDown-b-v8ba3qhj3e 0.3s ease-out;
}

@keyframes slideUp-b-v8ba3qhj3e {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes slideDown-b-v8ba3qhj3e {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.etrans-module-header[b-v8ba3qhj3e] {
    user-select: none;
}

    .etrans-module-header:active[b-v8ba3qhj3e] {
        transform: translateY(0);
    }

    .etrans-module-header[b-v8ba3qhj3e]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--primary-text);
        transition: width 0.3s ease;
    }

    .etrans-module-header.expanded[b-v8ba3qhj3e]::after {
        width: 100%;
    }

/* Enhanced collapsed sidebar styling */
.etrans-sidebar.etrans-collapsed[b-v8ba3qhj3e] {
    background: white;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .etrans-sidebar.etrans-collapsed:hover[b-v8ba3qhj3e] {
        background: #f8f9fa;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease-in-out;
    }

    .etrans-sidebar.etrans-collapsed[b-v8ba3qhj3e]::before {
        display: none;
    }

@keyframes glow-b-v8ba3qhj3e {
    0%, 100% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }
}

/* Sidebar Footer Styles */
.etrans-sidebar-footer[b-v8ba3qhj3e] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: var(--bg-primary-light);
    border-top: var(--border-width) solid rgb(255 9 9 / 59%);
    text-align: center;
}

.etrans-version[b-v8ba3qhj3e] {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.etrans-copyright[b-v8ba3qhj3e] {
    font-size: 0.65rem;
    color: var(--primary-color);
    font-weight: 500;
}

/* Hide footer when collapsed */
.etrans-collapsed .etrans-sidebar-footer[b-v8ba3qhj3e] {
    display: none;
}
/* /Components/Layout/TopNavMenuV2.razor.rz.scp.css */
.etrans-topbar[b-4gbc27f1ih] {
    position: fixed;
    top: 0;
    left: var(--sidebar-width);
    right: 0;
    height: 50px; /* Reduced from default */
    background: var(--topbar-bg-light);
    color: var(--primary-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem; /* Reduced padding */
    z-index: 999;
    box-shadow: var(--topbar-shadow);
    backdrop-filter: blur(10px);
    transition: left 0.3s ease;
}

/* Adjust when sidebar is collapsed */
[b-4gbc27f1ih] .etrans-sidebar-collapsed ~ .etrans-topbar,
.sidebar-collapsed .etrans-topbar[b-4gbc27f1ih] {
    left: var(--sidebar-collapsed-width);
}

.etrans-topbar[b-4gbc27f1ih]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

/* Left Section - Logo & Breadcrumb */
.etrans-topbar-left[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 1rem; /* Reduced gap */
}

/* Logo */
.etrans-logo[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.etrans-logo-text[b-4gbc27f1ih] {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.etrans-breadcrumb[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 0.4rem; /* Reduced gap */
    font-size: 0.8rem; /* Smaller font */
    opacity: 0.9;
}

.etrans-breadcrumb-item[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.etrans-breadcrumb-separator[b-4gbc27f1ih] {
    opacity: 0.6;
    font-size: 0.7rem;
    color: var(--primary-color);
}

.etrans-breadcrumb-link[b-4gbc27f1ih] {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

    .etrans-breadcrumb-link:hover[b-4gbc27f1ih] {
        color: white;
    }

.etrans-breadcrumb-current[b-4gbc27f1ih] {
    font-weight: 600;
    color: var(--primary-color);
}

/* Right Section */
.etrans-topbar-right[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 0.8rem; /* Reduced gap */
}

.etrans-topbar-actions[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 0.4rem; /* Reduced gap */
}

.etrans-action-btn[b-4gbc27f1ih] {
    width: 34px; /* Smaller size */
    height: 34px; /* Smaller size */
    background: var(--primary-color);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px; /* Smaller radius */
    color: var(--primary-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
}

    .etrans-action-btn:hover[b-4gbc27f1ih] {
        background: var(--rz-danger-light);
        transform: translateY(-1px);
    }

    .etrans-action-btn i[b-4gbc27f1ih] {
        font-size: 0.9rem; /* Smaller icon */
    }

    /* Notification Badge */
    .etrans-action-btn .etrans-notification-badge[b-4gbc27f1ih] {
        position: absolute;
        top: -3px;
        right: -3px;
        background: #ff4757;
        color: white;
        font-size: 0.65rem; /* Smaller badge */
        font-weight: 600;
        padding: 1px 4px;
        border-radius: 8px;
        min-width: 14px;
        text-align: center;
        border: 1px solid white;
    }

/* Quick Actions */
.etrans-quick-actions[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding-right: 0.8rem;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.etrans-quick-btn[b-4gbc27f1ih] {
    width: 34px; /* Icon only buttons */
    height: 34px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    color: white;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .etrans-quick-btn:hover[b-4gbc27f1ih] {
        background: rgba(255,255,255,0.25);
        transform: translateY(-1px);
    }

/* User Dropdown */
.etrans-user-dropdown[b-4gbc27f1ih] {
    position: relative;
}

.etrans-user-trigger[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 8px; /* Reduced gap */
    padding: 6px 12px; /* Reduced padding */
    background: var(--primary-color);
    /*border: 1px solid rgba(255,255,255,0.2);*/
    border-radius: 20px; /* Smaller radius */
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .etrans-user-trigger:hover[b-4gbc27f1ih] {
        background: var(--rz-danger-light);
    }

.etrans-user-avatar-small[b-4gbc27f1ih] {
    width: 26px; /* Smaller avatar */
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem; /* Smaller font */
    color: var(--primary-color);
}

.etrans-user-name-small[b-4gbc27f1ih] {
    font-size: 0.8rem; /* Smaller font */
    font-weight: 500;
    max-width: 180px; /* Increased width for more text */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.etrans-dropdown-arrow[b-4gbc27f1ih] {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.etrans-user-dropdown.active .etrans-dropdown-arrow[b-4gbc27f1ih] {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.etrans-dropdown-menu[b-4gbc27f1ih] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 200px; /* Slightly smaller */
    background: white;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.etrans-user-dropdown.active .etrans-dropdown-menu[b-4gbc27f1ih] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.etrans-dropdown-menu[b-4gbc27f1ih]::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    border-radius: 1px;
}

.etrans-dropdown-item[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 10px; /* Reduced gap */
    padding: 10px 14px; /* Reduced padding */
    color: var(--text-dark);
    text-decoration: none;
    transition: background 0.3s ease;
    border-radius: 6px;
    margin: 3px;
    font-size: 0.85rem; /* Smaller font */
}

    .etrans-dropdown-item:hover[b-4gbc27f1ih] {
        background: var(--bg-light);
    }

    .etrans-dropdown-item i[b-4gbc27f1ih] {
        width: 16px;
        text-align: center;
        opacity: 0.7;
        font-size: 0.85rem;
    }

.etrans-dropdown-divider[b-4gbc27f1ih] {
    height: 1px;
    background: #e2e8f0;
    margin: 6px 0;
}

/* Notification Dropdown */
.etrans-notification-dropdown[b-4gbc27f1ih] {
    position: relative;
}

.etrans-notification-panel[b-4gbc27f1ih] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 380px;
    max-height: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.etrans-notification-dropdown.active .etrans-notification-panel[b-4gbc27f1ih] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.etrans-notification-panel[b-4gbc27f1ih]::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    border-radius: 1px;
}

/* Notification Header */
.notification-header[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.notification-header h4[b-4gbc27f1ih] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.mark-all-read[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-size: 0.75rem;
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mark-all-read:hover[b-4gbc27f1ih] {
    background: var(--primary-color);
    color: white;
}

/* Notification List */
.notification-list[b-4gbc27f1ih] {
    max-height: 380px;
    overflow-y: auto;
}

.notification-list[b-4gbc27f1ih]::-webkit-scrollbar {
    width: 6px;
}

.notification-list[b-4gbc27f1ih]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.notification-list[b-4gbc27f1ih]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.notification-list[b-4gbc27f1ih]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* No Notifications */
.no-notifications[b-4gbc27f1ih] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #94a3b8;
}

.no-notifications i[b-4gbc27f1ih] {
    font-size: 3rem;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-notifications p[b-4gbc27f1ih] {
    margin: 0;
    font-size: 0.9rem;
}

/* Notification Item */
.notification-item[b-4gbc27f1ih] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: background 0.2s ease;
    position: relative;
}

.notification-item:hover[b-4gbc27f1ih] {
    background: #f8fafc;
}

.notification-item.unread[b-4gbc27f1ih] {
    background: #f0f9ff;
}

.notification-item.unread:hover[b-4gbc27f1ih] {
    background: #e0f2fe;
}

/* Notification Icon */
.notification-icon[b-4gbc27f1ih] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-icon.info[b-4gbc27f1ih] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.notification-icon.success[b-4gbc27f1ih] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.notification-icon.warning[b-4gbc27f1ih] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.notification-icon.error[b-4gbc27f1ih] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

/* Notification Content */
.notification-content[b-4gbc27f1ih] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-4gbc27f1ih] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.notification-message[b-4gbc27f1ih] {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 4px;
}

.notification-time[b-4gbc27f1ih] {
    font-size: 0.7rem;
    color: #94a3b8;
}

/* Unread Indicator */
.unread-indicator[b-4gbc27f1ih] {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    border: 2px solid white;
}

/* Notification Footer */
.notification-footer[b-4gbc27f1ih] {
    padding: 12px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.view-all-btn[b-4gbc27f1ih] {
    width: 100%;
    padding: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.view-all-btn:hover[b-4gbc27f1ih] {
    background: var(--primary-color);
    color: white;
}

/* User Info */
.etrans-user-info[b-4gbc27f1ih] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 12px;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.etrans-tenant-info[b-4gbc27f1ih] {
    font-size: 0.8rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .etrans-topbar[b-4gbc27f1ih] {
        left: 0;
        padding: 0 0.8rem;
        height: 45px; /* Even smaller on mobile */
    }

    .etrans-logo-text[b-4gbc27f1ih] {
        font-size: 1rem;
    }

    .etrans-breadcrumb[b-4gbc27f1ih] {
        display: none; /* Hide breadcrumb on mobile */
    }

    .etrans-quick-actions[b-4gbc27f1ih] {
        display: none;
    }

    .etrans-user-name-small[b-4gbc27f1ih] {
        display: none; /* Hide username on mobile */
    }

    .etrans-action-btn[b-4gbc27f1ih] {
        width: 30px;
        height: 30px;
    }

    .etrans-notification-panel[b-4gbc27f1ih] {
        width: 320px;
        right: -60px;
    }

    .etrans-tenant-info[b-4gbc27f1ih] {
        display: none;
    }

    .etrans-action-btn[b-4gbc27f1ih] {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .etrans-topbar[b-4gbc27f1ih] {
        height: 48px;
        padding: 0 0.5rem;
    }

    .etrans-notification-panel[b-4gbc27f1ih] {
        width: calc(100vw - 16px);
        max-width: 360px;
        right: -8px;
        max-height: 60vh;
    }

    .notification-list[b-4gbc27f1ih] {
        max-height: 45vh;
    }

    .etrans-action-btn[b-4gbc27f1ih] {
        width: 38px;
        height: 38px;
    }

    .etrans-user-avatar-small[b-4gbc27f1ih] {
        width: 28px;
        height: 28px;
        font-size: 0.65rem;
    }

    .etrans-dropdown-item[b-4gbc27f1ih] {
        padding: 12px 14px;
        min-height: 44px;
    }

    .etrans-user-name-small[b-4gbc27f1ih] {
        max-width: 80px;
    }
}

@media (max-width: 375px) {
    .etrans-topbar[b-4gbc27f1ih] {
        padding: 0 0.4rem;
    }

    .etrans-user-name-small[b-4gbc27f1ih] {
        max-width: 60px;
        font-size: 0.7rem;
    }

    .etrans-notification-panel[b-4gbc27f1ih] {
        width: calc(100vw - 12px);
        max-width: 340px;
    }

    .etrans-action-btn[b-4gbc27f1ih] {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 320px) {
    .etrans-user-name-small[b-4gbc27f1ih] {
        display: none;
    }

    .etrans-action-btn[b-4gbc27f1ih] {
        width: 32px;
        height: 32px;
    }

    .etrans-notification-panel[b-4gbc27f1ih] {
        width: calc(100vw - 8px);
        right: -4px;
    }
}

/* Mobile Menu Button Styles */
.etrans-mobile-menu-btn[b-4gbc27f1ih] {
    background: none;
    border: none;
    color: var(--primary-color);
    font-size: 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.etrans-mobile-menu-btn:hover[b-4gbc27f1ih] {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.05);
}

.etrans-mobile-menu-btn:active[b-4gbc27f1ih] {
    transform: scale(0.95);
}

.etrans-mobile-menu-btn i[b-4gbc27f1ih] {
    transition: transform 0.2s ease;
}

/* Adjust topbar for mobile when sidebar is hidden */
@media (max-width: 991.98px) {
    .etrans-topbar[b-4gbc27f1ih] {
        left: 0 !important;
    }
    
    .etrans-mobile-menu-btn[b-4gbc27f1ih] {
        display: flex;
    }
}


/* /Components/Pages/404.razor.rz.scp.css */

body[b-nt13wx03qf]
{
  background-color:#141019;
  background: radial-gradient(at 50% -20%, #908392, #0d060e) fixed;
}


#handboy[b-nt13wx03qf]
{
   animation: swing-b-nt13wx03qf ease-in-out 1.3s infinite alternate;
    transform-origin: 98% 98%;
    transform-box: fill-box;
    
}


#girllight[b-nt13wx03qf]
{
   animation: swing-b-nt13wx03qf ease-in-out 1.3s infinite alternate;
    transform-origin: 0% 97%;
    transform-box: fill-box;
}

#hairgirl[b-nt13wx03qf]
{
    animation: swinghair-b-nt13wx03qf ease-in-out 1.3s infinite alternate;
   transform-origin: 60% 0%;
    transform-box: fill-box;
  
}

#zero[b-nt13wx03qf]
{
  transform-origin:bottom;
  transform-box:fill-box;
  
}

.ftr[b-nt13wx03qf]{
    text-align: center;
    margin-top: 20px;
    position:absolute;
    bottom:20px;
}

.ftr a[b-nt13wx03qf]{
    color: #fff;
}

/*************swing************/
@keyframes swing-b-nt13wx03qf {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}


/*************swing hair************/
@keyframes swinghair-b-nt13wx03qf {
    0% { transform: rotate(6deg); }
    100% { transform: rotate(-6deg); }
}
/* /Components/Pages/TripRegistration/TripRegistration.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════
   TripRegistration — CSS variables defined in appv2.css :root
   ═══════════════════════════════════════════════════════════ */

/* ─── Container ─── */
.trip-reg-container[b-gaxbd8m6z8] {
    padding: 16px;
    max-width: 900px;
    margin: 0 auto;

    color: var(--tr-ink);
    -webkit-font-smoothing: antialiased;
}

/* ─── Main Card ─── */
.step-content[b-gaxbd8m6z8] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius-lg);
    padding: 24px;
    box-shadow: 0 1px 3px rgba(13,148,136,0.06), 0 4px 12px rgba(13,148,136,0.03);
    position: relative;
    overflow: hidden;
}

.step-content[b-gaxbd8m6z8]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--primary-color), var(--primary-light));
    border-radius: 3px 0 0 3px;
}

.page-header-left[b-gaxbd8m6z8] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.btn-back[b-gaxbd8m6z8] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--tr-border);
    background: var(--tr-surface);
    color: var(--tr-ink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--tr-transition);
    font-size: 0.85rem;
    flex-shrink: 0;
}

.btn-back:hover[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
    color: var(--tr-accent);
    background: var(--tr-accent-light);
}

.page-header-left h4[b-gaxbd8m6z8] {
    margin: 0;
}

.step-content h4[b-gaxbd8m6z8] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--tr-ink);
}

/* ─── Search Box ─── */
.ds-lookup[b-gaxbd8m6z8] {
    margin-bottom: 16px;
    max-width: 420px;
}

.ds-id-input[b-gaxbd8m6z8] {
    font-size: 16px;

    font-weight: 600;
    padding: 12px 14px;
    border: 1.5px solid var(--tr-border);
    border-radius: var(--tr-radius);
    background: var(--tr-surface);
    color: var(--tr-ink);
    transition: border-color var(--tr-transition);
    outline: none;
    width: 100%;
}

.ds-id-input:focus[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
    box-shadow: none;
}

.ds-id-input[b-gaxbd8m6z8]::placeholder {
    color: var(--tr-ink-muted);
    font-weight: 400;
}

.ds-hint[b-gaxbd8m6z8] {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    color: var(--tr-ink-muted);
    font-style: italic;
}

.ds-search-btn[b-gaxbd8m6z8] {
    margin-top: 16px;
    width: 100%;
    padding: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--tr-radius);
    background: var(--tr-accent);
    color: white;
    border: none;
    transition: all var(--tr-transition);
    cursor: pointer;
}

.ds-search-btn:hover:not(:disabled)[b-gaxbd8m6z8] {
    background: var(--tr-accent-hover);
}

.ds-search-btn:disabled[b-gaxbd8m6z8] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ds-error[b-gaxbd8m6z8] {
    margin-top: 10px;
    color: var(--tr-danger);
    font-size: 0.82rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ─── Registration Options ─── */
.registration-options[b-gaxbd8m6z8] {
    background: var(--tr-surface-alt);
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius);
    padding: 16px;
    margin-bottom: 16px;
}

/* Qty label + inline commodity — commodity sits to the right of the title text,
   read-only, wraps under the title on narrow phones. */
.qty-label[b-gaxbd8m6z8] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 10px;
}

.qty-label__commodity[b-gaxbd8m6z8] {
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: none;
    letter-spacing: 0;
    padding: 2px 10px;
    background: var(--tr-accent-light);
    color: var(--tr-accent);
    border-radius: 999px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}

.registration-options .form-group label[b-gaxbd8m6z8] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--tr-ink-soft);
    margin-bottom: 6px;
    display: block;
}

/* ─── Tab Switcher ─── */
.tab-switcher[b-gaxbd8m6z8] {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    background: var(--tr-surface-alt);
    border-radius: var(--tr-radius);
    padding: 4px;
    border: 1px solid var(--tr-border);
}

.tab-btn[b-gaxbd8m6z8] {
    flex: 1;
    padding: 10px 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all var(--tr-transition);
    color: var(--tr-ink-muted);
    border-radius: var(--tr-radius);
    text-align: center;
}

.tab-btn:hover[b-gaxbd8m6z8] {
    color: var(--tr-ink-soft);
}

.tab-btn.active[b-gaxbd8m6z8] {
    background: var(--tr-surface);
    color: var(--tr-accent);
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* ─── Entry Form ─── */
.entry-form[b-gaxbd8m6z8] {
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius-lg);
    padding: 24px;
    margin-bottom: 20px;
    background: var(--tr-surface);
}

.form-row[b-gaxbd8m6z8] {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.form-row .form-group[b-gaxbd8m6z8] { flex: 1; margin-bottom: 0; }

.form-group[b-gaxbd8m6z8] {
    margin-bottom: 16px;
}

.form-group label[b-gaxbd8m6z8] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tr-ink-soft);
    margin-bottom: 6px;
    display: block;
}

.form-group label .text-danger[b-gaxbd8m6z8] {
    color: var(--tr-danger);
}

/* ─── Date Quick Buttons ─── */
.date-quick-btns[b-gaxbd8m6z8] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.date-quick-btn[b-gaxbd8m6z8] {
    padding: 5px 14px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    border: 1.5px solid var(--tr-border-strong);
    border-radius: 20px;
    background: var(--tr-surface);
    color: var(--tr-ink-soft);
    cursor: pointer;
    transition: all var(--tr-transition);
}

.date-quick-btn:hover[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
    color: var(--tr-accent);
    background: var(--tr-accent-light);
}

/* ─── Add Vehicle Button ─── */
.btn-add-vehicle[b-gaxbd8m6z8] {
    width: 100%;
    padding: 14px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--tr-radius);
    background: var(--tr-accent);
    color: white;
    border: none;
    cursor: pointer;
    transition: all var(--tr-transition);
    margin-top: 8px;
}

.btn-add-vehicle:hover[b-gaxbd8m6z8] {
    background: var(--tr-accent-hover);
}

/* ─── Excel Upload ─── */
.excel-upload-area[b-gaxbd8m6z8] {
    display: block;
    position: relative;
    border: 2px dashed var(--tr-border-strong);
    border-radius: var(--tr-radius-lg);
    padding: 32px 24px;
    text-align: center;
    transition: border-color var(--tr-transition);
    margin-bottom: 16px;
    cursor: pointer;
}

.excel-upload-area:hover[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
}

/* Visually hidden but still present in the DOM — Safari iOS refuses to open the
   file picker on display:none inputs, so we use the WCAG visually-hidden pattern. */
.excel-upload-input[b-gaxbd8m6z8] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.excel-upload-icon[b-gaxbd8m6z8] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--tr-accent-light);
    color: var(--tr-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin: 0 auto 12px;
}

.excel-upload-title[b-gaxbd8m6z8] {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--tr-ink);
    margin: 0 0 4px;
}

.excel-upload-hint[b-gaxbd8m6z8] {
    font-size: 0.78rem;
    color: var(--tr-ink-muted);
    margin: 0;
}

.btn-download-template[b-gaxbd8m6z8] {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1.5px solid var(--tr-border-strong);
    border-radius: var(--tr-radius);
    background: var(--tr-surface);
    color: var(--tr-accent);
    cursor: pointer;
    transition: all var(--tr-transition);
}

.btn-download-template:hover[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
    background: var(--tr-accent-light);
}

/* ─── Vehicle Table ─── */
.entries-table[b-gaxbd8m6z8] {
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius-lg);
    overflow: hidden;
    padding: 0;
}

/* ============================================================
   ENTRIES HEADER — sticky toolbar above the trip-list
   Layout: CSS Grid (display:contents on .entries-header-actions
   flattens the wrapper so all children participate in the grid).
   Desktop: one row [title | filter | clear | submit]
   Mobile : two rows [title | submit]  /  [filter | clear]
   ============================================================ */
.entries-header[b-gaxbd8m6z8] {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-areas: "title filter clear submit";
    align-items: center;
    column-gap: 12px;
    row-gap: 8px;
    padding: 12px 18px;
    background: linear-gradient(to bottom,
        color-mix(in srgb, var(--tr-surface-alt) 96%, white),
        var(--tr-surface-alt));
    border-bottom: 1px solid var(--tr-border);
    /* Stay visible while scrolling through long entry lists (300+ rows on mobile)
       so the operator never has to scroll back to a bottom Submit button. */
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04), 0 6px 12px -8px rgba(15, 23, 42, 0.08);
    backdrop-filter: saturate(180%) blur(6px);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
}

.entries-header h6[b-gaxbd8m6z8] {
    grid-area: title;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--tr-ink);
    white-space: nowrap;
    line-height: 1.2;
}

/* The wrapper has no layout box — its children land directly in the parent grid. */
.entries-header-actions[b-gaxbd8m6z8] {
    display: contents;
}

.entries-header-filter[b-gaxbd8m6z8] {
    grid-area: filter;
    justify-self: end;
    width: 100%;
    max-width: 240px;
    border-radius: 8px;
    border: 1px solid var(--tr-border);
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.entries-header-filter:focus[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--tr-accent) 18%, transparent);
    outline: none;
}

.entries-header-clear[b-gaxbd8m6z8] {
    grid-area: clear;
    border-radius: 8px;
    white-space: nowrap;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.entries-header-clear:hover[b-gaxbd8m6z8] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 38, 38, 0.14);
}

.entries-header-submit[b-gaxbd8m6z8] {
    grid-area: submit;
    border-radius: 8px;
    padding: 7px 16px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.22), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.entries-header-submit:hover:not(:disabled)[b-gaxbd8m6z8] {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(16, 185, 129, 0.32), 0 2px 4px rgba(0, 0, 0, 0.08);
    filter: brightness(1.04);
}

.entries-header-submit:active:not(:disabled)[b-gaxbd8m6z8] {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(16, 185, 129, 0.20);
}

.entries-header-submit:disabled[b-gaxbd8m6z8] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.table-responsive[b-gaxbd8m6z8] {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 400px;
}

.entries-table table[b-gaxbd8m6z8] {
    margin: 0;
    font-size: 0.85rem;
}

.entries-table thead th[b-gaxbd8m6z8] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--tr-surface-alt);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--tr-ink-muted);
    border-bottom: 1px solid var(--tr-border);
    padding: 10px 14px;
    white-space: nowrap;
}

.entries-table tbody td[b-gaxbd8m6z8] {
    padding: 10px 14px;
    vertical-align: middle;
    border-bottom: 1px solid var(--tr-border);

    font-size: 0.82rem;
    color: var(--tr-ink);
}

.entries-table tbody tr:last-child td[b-gaxbd8m6z8] {
    border-bottom: none;
}

.entries-table tbody tr:hover[b-gaxbd8m6z8] {
    background: var(--tr-accent-glow);
}

/* ─── Mobile Card List ─── */
.entry-cards[b-gaxbd8m6z8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
}

.entry-card[b-gaxbd8m6z8] {
    border: 1px solid var(--tr-border);
    border-radius: var(--tr-radius);
    padding: 14px;
    background: var(--tr-surface);
    transition: border-color var(--tr-transition);
}

.entry-card:hover[b-gaxbd8m6z8] {
    border-color: var(--tr-border-strong);
}

.entry-card.editing[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
    border-width: 2px;
    background: var(--tr-accent-light);
}

.entry-card-header[b-gaxbd8m6z8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--tr-border);
}

.entry-card-number[b-gaxbd8m6z8] {
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--tr-accent);
}

.entry-card-qty[b-gaxbd8m6z8] {
    font-weight: 500;
    font-size: 0.8rem;
    color: var(--tr-ink-soft);
}

.quay-dau-checkbox[b-gaxbd8m6z8] {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-size: 0.78rem;
    color: var(--tr-ink-soft);
    user-select: none;
}
.quay-dau-checkbox input[type="checkbox"][b-gaxbd8m6z8] {
    width: 18px;
    height: 18px;
    accent-color: var(--tr-accent);
    cursor: pointer;
}
.quay-dau-label[b-gaxbd8m6z8] {
    white-space: nowrap;
}

.plate-locked[b-gaxbd8m6z8] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: not-allowed;
    user-select: text;
    white-space: nowrap;
}

.plate-locked i[b-gaxbd8m6z8] {
    opacity: 0.75;
}

.entry-card-body[b-gaxbd8m6z8] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 0.85rem;
    color: var(--tr-ink);
    margin-bottom: 10px;
}

.entry-card-body i[b-gaxbd8m6z8] {
    color: var(--tr-ink-muted);
    width: 16px;
    text-align: center;
}

.entry-card-field[b-gaxbd8m6z8] {
    margin-bottom: 8px;
}

.entry-card-field label[b-gaxbd8m6z8] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--tr-ink-muted);
    margin-bottom: 4px;
    display: block;
}

.entry-card-row[b-gaxbd8m6z8] {
    display: flex;
    gap: 12px;
}

.entry-card-row .entry-card-field[b-gaxbd8m6z8] { flex: 1; }

.entry-card-actions[b-gaxbd8m6z8] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.entry-card-actions .btn[b-gaxbd8m6z8] {
    min-height: 40px;
    min-width: 40px;
    font-size: 0.8rem;
}

/* ─── Empty State ─── */
.entries-table .text-center[b-gaxbd8m6z8] {
    padding: 40px 24px;
    color: var(--tr-ink-muted);
    font-size: 0.85rem;
}

.entries-table .text-center i[b-gaxbd8m6z8] {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 8px;
    opacity: 0.4;
}

/* ─── Submit Buttons ─── */
.step-actions[b-gaxbd8m6z8] {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--tr-border);
}

.step-actions-submit[b-gaxbd8m6z8] {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-submit-new[b-gaxbd8m6z8] {
    padding: 11px 28px;
    font-size: 0.9rem;
    font-weight: 700;
    background: var(--tr-accent);
    color: white;
    border: 2px solid var(--tr-accent);
    border-radius: var(--tr-radius);
    transition: all var(--tr-transition);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.btn-submit-new:hover:not(:disabled)[b-gaxbd8m6z8] {
    background: var(--tr-accent-hover);
    border-color: var(--tr-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(13, 110, 91, 0.25);
}

.btn-submit-new:disabled[b-gaxbd8m6z8] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* ─── Alerts ─── */
.alert-primary[b-gaxbd8m6z8] {
    background: var(--tr-accent-light) !important;
    color: var(--tr-accent) !important;
    border: 1px solid rgba(13, 110, 91, 0.15) !important;
    border-radius: var(--tr-radius) !important;
    font-weight: 500;
}

/* ─── Apply All Week Toggle ─── */
.apply-week-toggle[b-gaxbd8m6z8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 10px 14px;
    border: 1.5px solid var(--tr-border);
    border-radius: var(--tr-radius);
    background: var(--tr-surface);
    transition: all var(--tr-transition);
    cursor: pointer;
}

/* Active state — toggled via class from Blazor (no :has() needed) */
.apply-week-toggle--active[b-gaxbd8m6z8] {
    border-color: var(--tr-accent);
    background: var(--tr-accent-light);
}

.apply-week-toggle__label[b-gaxbd8m6z8] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    min-width: 0;
}

.apply-week-toggle__hint[b-gaxbd8m6z8] {
    font-size: 0.72rem;
    color: var(--tr-ink-muted);
    font-weight: 400;
    line-height: 1.3;
}

.apply-week-toggle__active[b-gaxbd8m6z8] {
    color: var(--tr-accent);
    font-size: 1rem;
    flex-shrink: 0;
    animation: checkPop-b-gaxbd8m6z8 250ms ease-out;
}

@keyframes checkPop-b-gaxbd8m6z8 {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
    .trip-reg-container[b-gaxbd8m6z8] { padding: 12px; }
    .step-content[b-gaxbd8m6z8] { padding: 18px; }
    .form-row[b-gaxbd8m6z8] { flex-direction: column; gap: 8px; }
    .tab-btn[b-gaxbd8m6z8] { padding: 8px 12px; font-size: 0.8rem; }
    .ds-lookup[b-gaxbd8m6z8] { max-width: 100%; }
    .ds-search-btn[b-gaxbd8m6z8] { font-size: 0.85rem; }
    .step-actions-submit[b-gaxbd8m6z8] { flex-direction: column-reverse; }
    .step-actions-submit .btn[b-gaxbd8m6z8],
    .step-actions-submit .btn-submit-new[b-gaxbd8m6z8] { width: 100%; justify-content: center; }
    .excel-upload-area[b-gaxbd8m6z8] { padding: 24px 16px; }
    .excel-upload-icon[b-gaxbd8m6z8] { width: 40px; height: 40px; font-size: 1rem; }

    /* Sticky toolbar above the trip list — three rows.
       Row 1: title + clear icon (the destructive secondary lives next to its target).
       Row 2: full-width filter.
       Row 3: full-width primary CTA — big thumb target, always visible above 300+ entries. */
    .entries-header[b-gaxbd8m6z8] {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "title  clear"
            "filter filter"
            "submit submit";
        column-gap: 8px;
        row-gap: 8px;
        padding: 10px 12px;
    }
    .entries-header h6[b-gaxbd8m6z8] {
        font-size: 0.74rem;
    }
    .entries-header-filter[b-gaxbd8m6z8] {
        justify-self: stretch;
        max-width: none;
    }
    .entries-header-clear-text[b-gaxbd8m6z8] {
        /* Hide the "Xóa tất cả" label on mobile — leave the trash icon only. */
        display: none;
    }
    .entries-header-clear[b-gaxbd8m6z8] {
        padding: 6px 10px;
        font-size: 0.85rem;
        line-height: 1;
    }
    .entries-header-clear i[b-gaxbd8m6z8] { margin: 0; }
    .entries-header-submit[b-gaxbd8m6z8] {
        justify-self: stretch;
        padding: 10px 14px;
        font-size: 0.88rem;
    }
}

@media (max-width: 480px) {
    .trip-reg-container[b-gaxbd8m6z8] { padding: 8px; }
    .step-content[b-gaxbd8m6z8] { padding: 14px; }
    .entry-form[b-gaxbd8m6z8] { padding: 14px; }
    .form-group label[b-gaxbd8m6z8] { font-size: 12px; margin-bottom: 4px; }
    .form-group[b-gaxbd8m6z8] { margin-bottom: 12px; }
    .form-control[b-gaxbd8m6z8] { font-size: 16px; padding: 10px 12px; }
    .entry-card-row[b-gaxbd8m6z8] { flex-direction: column; gap: 8px; }
    .date-quick-btns[b-gaxbd8m6z8] { margin-top: 6px; }
    .date-quick-btn[b-gaxbd8m6z8] { padding: 4px 10px; font-size: 0.68rem; }
    .btn-add-vehicle[b-gaxbd8m6z8] { padding: 12px; font-size: 0.85rem; }
    .excel-upload-area[b-gaxbd8m6z8] { padding: 20px 12px; }
    .excel-upload-title[b-gaxbd8m6z8] { font-size: 0.82rem; }
    .btn-download-template[b-gaxbd8m6z8] { font-size: 0.8rem; padding: 10px; }

    /* Apply-week toggle mobile */
    .apply-week-toggle[b-gaxbd8m6z8] { padding: 10px 12px; gap: 8px; }
    .apply-week-toggle__hint[b-gaxbd8m6z8] { font-size: 0.68rem; }
}

/* ─── Week apply modal ─── */
.week-summary[b-gaxbd8m6z8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    padding: 10px 12px;
    background: #eef6ff;
    border: 1px solid #c3d9f3;
    border-radius: 8px;
    font-size: 0.85rem;
}
.week-summary__text[b-gaxbd8m6z8] { color: #1f5fbf; font-weight: 500; }

.week-summary-table[b-gaxbd8m6z8] {
    margin-top: 8px;
    border: 1px solid #c3d9f3;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.week-summary-table table[b-gaxbd8m6z8] { margin-bottom: 0; font-size: 0.82rem; }
.week-summary-table thead th[b-gaxbd8m6z8] {
    background: #f4f8fd;
    font-weight: 600;
    color: #1f5fbf;
    border-bottom: 1px solid #c3d9f3;
}
.week-summary-table tfoot td[b-gaxbd8m6z8] {
    background: #f4f8fd;
    border-top: 1px solid #c3d9f3;
}
.week-summary-table .table-primary[b-gaxbd8m6z8] {
    background-color: #dbeafe !important;
}

.week-modal-overlay[b-gaxbd8m6z8] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.week-modal-content[b-gaxbd8m6z8] {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 760px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.week-modal-header[b-gaxbd8m6z8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}
.week-modal-header h5[b-gaxbd8m6z8] { margin: 0; font-size: 1rem; font-weight: 600; }
.week-modal-body[b-gaxbd8m6z8] {
    padding: 12px 16px;
    overflow: auto;
    flex: 1;
}
.week-modal-footer[b-gaxbd8m6z8] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 16px;
    border-top: 1px solid #eee;
}
.week-modal-content .table-primary[b-gaxbd8m6z8] {
    background-color: #dbeafe !important;
}

/* ===== Chứng từ đính kèm ===== */
.attachments-section[b-gaxbd8m6z8] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fafafa;
}
.attachments-header[b-gaxbd8m6z8] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.9rem;
}
.attachments-hint[b-gaxbd8m6z8] {
    font-size: 0.78rem;
}
.upload-area[b-gaxbd8m6z8] {
    background: #fff;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
}
.upload-area:hover[b-gaxbd8m6z8] {
    border-color: #0d6efd;
    background-color: #f0f7ff;
}
.upload-input-overlay[b-gaxbd8m6z8] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.upload-content[b-gaxbd8m6z8] {
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.border-dashed[b-gaxbd8m6z8] { border-style: dashed !important; }
.upload-disabled[b-gaxbd8m6z8] { opacity: 0.5; pointer-events: none; cursor: not-allowed; }
.attachment-chips[b-gaxbd8m6z8] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}
.attachment-chip[b-gaxbd8m6z8] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 4px 6px 4px 10px;
    border: 1px solid #d4d4d8;
    background: #fff;
    border-radius: 999px;
    font-size: 0.78rem;
    max-width: 220px;
}
.attachment-chip .att-name[b-gaxbd8m6z8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    display: inline-block;
    vertical-align: middle;
}
.attachment-chip .att-delete[b-gaxbd8m6z8] {
    border: none;
    background: transparent;
    color: #b91c1c;
    padding: 2px 6px;
    border-radius: 999px;
    line-height: 1;
}
.attachment-chip .att-delete:hover[b-gaxbd8m6z8] { background: #fee2e2; }
.att-week-hint[b-gaxbd8m6z8] {
    margin-top: 6px;
    padding: 6px 10px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    color: #1d4ed8;
    font-size: 0.78rem;
}
/* /Components/Pages/TripStatus/TripStatus.razor.rz.scp.css */
/* ===== TripStatus Page — Kiểm tra tiến độ ===== */

.schedule-header-badges[b-odcsma9lq4] {
    display: flex;
    gap: 8px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.schedule-header-badges .badge[b-odcsma9lq4] {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px;
}

.trip-status-container[b-odcsma9lq4] {
    max-width: 900px;
    margin: 0 auto;
    padding: 16px;
}

/* Page Header */
.page-header[b-odcsma9lq4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.page-header-left[b-odcsma9lq4] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-back[b-odcsma9lq4] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--tr-border, #e2dfd8);
    background: var(--tr-surface, #fff);
    color: var(--tr-ink-soft, #5c5a56);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 180ms ease;
    font-size: 0.85rem;
}

.btn-back:hover[b-odcsma9lq4] {
    border-color: var(--tr-accent, #0d6e5b);
    color: var(--tr-accent, #0d6e5b);
    background: var(--tr-accent-light, #e8f5f0);
}

.page-header h4[b-odcsma9lq4] {
    margin: 0;
    font-weight: 700;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-header h4 i[b-odcsma9lq4] { color: var(--primary-color); }

/* ===== Schedule Lookup Bar ===== */
.ds-lookup-bar[b-odcsma9lq4] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius-lg);
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(13,148,136,0.06), 0 4px 12px rgba(13,148,136,0.03);
    position: relative;
    overflow: hidden;
}

.ds-lookup-bar[b-odcsma9lq4]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--primary-color), var(--primary-light));
    border-radius: 3px 0 0 3px;
}

.ds-lookup-bar .ds-label[b-odcsma9lq4] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tr-ink-soft, #5c5a56);
    margin-bottom: 6px;
    display: block;
}

.ds-lookup-bar .ds-id-input[b-odcsma9lq4] {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 14px;
    border: 1.5px solid var(--tr-border, #e2dfd8);
    border-radius: var(--tr-radius, 6px);
    background: var(--tr-surface, #fff);
    color: var(--tr-ink, #1a1a1a);
    transition: border-color 180ms ease;
    outline: none;
    width: 100%;
}

.ds-lookup-bar .ds-id-input:focus[b-odcsma9lq4] {
    border-color: var(--tr-accent, #0d6e5b);
    box-shadow: none;
}

.ds-lookup-bar .ds-hint[b-odcsma9lq4] {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    color: var(--tr-ink-muted, #9b9890);
    font-style: italic;
}

.ds-lookup-bar .form-group[b-odcsma9lq4] {
    max-width: 420px;
}

.ds-lookup-bar .ds-search-btn[b-odcsma9lq4] {
    margin-top: 16px;
    max-width: 420px;
    width: 100%;
    padding: 12px;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--tr-radius, 6px);
    background: var(--tr-accent, #0d6e5b);
    color: white;
    border: none;
    transition: all 180ms ease;
    cursor: pointer;
}

.ds-lookup-bar .ds-search-btn:hover:not(:disabled)[b-odcsma9lq4] {
    background: var(--tr-accent-hover, #0a5a4a);
}

.ds-lookup-bar .ds-search-btn:disabled[b-odcsma9lq4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ds-lookup-bar .ds-error[b-odcsma9lq4] {
    margin-top: 10px;
    color: var(--tr-danger, #b8372d);
    font-size: 0.82rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* ===== Banners ===== */
.pending-banner[b-odcsma9lq4] {
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: var(--border-radius);
    padding: 10px 16px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #92400e;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.rejected-banner[b-odcsma9lq4] {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    border-radius: var(--border-radius);
    padding: 10px 16px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #991b1b;
    word-break: break-word;
}

/* Empty state */
.empty-state[b-odcsma9lq4] {
    text-align: center;
    padding: 48px 20px;
    background: white;
    border-radius: var(--border-radius-lg);
    border: 1px solid var(--border-light);
}

.empty-state i[b-odcsma9lq4] { opacity: 0.4; }

/* ===== Schedule Card ===== */
.schedule-card[b-odcsma9lq4] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius-lg);
    padding: 22px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(13,148,136,0.06), 0 4px 12px rgba(13,148,136,0.03);
    position: relative;
    overflow: hidden;
}

/* Teal left accent */
.schedule-card[b-odcsma9lq4]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--primary-color), var(--primary-light));
    border-radius: 3px 0 0 3px;
}

.schedule-card-header[b-odcsma9lq4] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.schedule-card-title[b-odcsma9lq4] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.schedule-card-title h5[b-odcsma9lq4] { font-size: 16px; margin: 0; font-weight: 700; }
.schedule-card-title .text-muted[b-odcsma9lq4] { font-size: 13px; }

.schedule-icon[b-odcsma9lq4] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--primary-lighter);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Status Badge */
.schedule-status-badge[b-odcsma9lq4] {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: var(--border-radius-sm);
    font-weight: 600;
    white-space: nowrap;
}

.schedule-status-delivering[b-odcsma9lq4] { background: #dbeafe; color: #1e40af; border: 1px solid #93c5fd; }
.schedule-status-completed[b-odcsma9lq4] { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.schedule-status-waiting[b-odcsma9lq4] { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.schedule-status-cancelled[b-odcsma9lq4] { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* ===== Progress Section ===== */
.progress-section[b-odcsma9lq4] {
    margin-bottom: 16px;
    background: var(--bg-light);
    border-radius: var(--border-radius);
    padding: 14px 16px;
    border: 1px solid var(--border-subtle);
}

.progress-header[b-odcsma9lq4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.progress-label[b-odcsma9lq4] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.progress-pct[b-odcsma9lq4] { font-size: 16px; font-weight: 700; }

.progress-stats[b-odcsma9lq4] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 12px;
    color: var(--text-muted);
}

.progress-stats strong[b-odcsma9lq4] { color: var(--text-dark); }

/* Approval info */
.approval-info[b-odcsma9lq4] {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed var(--border-light);
}

.approval-info-text[b-odcsma9lq4] {
    font-size: 12px;
    color: var(--text-muted);
}

.approval-info-text i[b-odcsma9lq4] { color: var(--primary-color); }

/* ===== Info Row ===== */
.schedule-info-row[b-odcsma9lq4] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 14px 0;
    margin-bottom: 14px;
    border-top: 1px solid var(--border-subtle);
    font-size: 13px;
    color: var(--text-muted);
}

.schedule-info-item[b-odcsma9lq4] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.schedule-info-item i[b-odcsma9lq4] { color: var(--text-muted); width: 16px; text-align: center; }

/* ===== Vehicle Section ===== */
.vehicle-section[b-odcsma9lq4] {
    background: var(--bg-light);
    border: 1px solid var(--border-subtle);
    border-radius: var(--border-radius);
    padding: 14px 16px;
}

.vehicle-section-title[b-odcsma9lq4] {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

.vehicle-section-title i[b-odcsma9lq4] { color: var(--primary-color); }

.vehicle-section .table[b-odcsma9lq4] { font-size: 13px; }
.vehicle-section .table th[b-odcsma9lq4] {
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 2px solid var(--border-light);
    padding: 8px 10px;
}
.vehicle-section .table td[b-odcsma9lq4] { padding: 10px 8px; vertical-align: middle; }

/* Trip Status Badges */
.trip-status[b-odcsma9lq4] {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.trip-status-warning[b-odcsma9lq4] { color: #c2410c; background: #fff7ed; }
.trip-status-info[b-odcsma9lq4] { color: #1e40af; background: #dbeafe; }
.trip-status-primary[b-odcsma9lq4] { color: #1e40af; background: #dbeafe; }
.trip-status-success[b-odcsma9lq4] { color: #065f46; background: #d1fae5; }
.trip-status-danger[b-odcsma9lq4] { color: #991b1b; background: #fee2e2; }
.trip-status-secondary[b-odcsma9lq4] { color: #555; background: #f5f5f5; }

/* Clickable vehicle row */
.vehicle-row[b-odcsma9lq4] { cursor: pointer; transition: background 0.1s; }
.vehicle-row:hover[b-odcsma9lq4] { background: rgba(13,148,136,0.03); }

/* Trip detail expandable row */
.trip-detail-row td[b-odcsma9lq4] { padding: 0 !important; border-top: none !important; }

.trip-detail-content[b-odcsma9lq4] {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 8px 16px 12px;
    background: var(--bg-light);
    border-bottom: 1px solid var(--border-light);
}

.trip-detail-item[b-odcsma9lq4] { font-size: 13px; color: var(--text-muted); }
.trip-detail-label[b-odcsma9lq4] { color: var(--text-muted); margin-right: 4px; }

/* Mobile Vehicle Cards */
.vehicle-cards[b-odcsma9lq4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vehicle-card[b-odcsma9lq4] {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--border-radius);
    padding: 12px;
    font-size: 13px;
}

.vehicle-card-header[b-odcsma9lq4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-subtle);
}

.vehicle-card-body[b-odcsma9lq4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vehicle-card-row[b-odcsma9lq4] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.vehicle-card-footer[b-odcsma9lq4] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--border-subtle);
}

.vehicle-card-no-slip[b-odcsma9lq4] { font-size: 12px; }

/* Weighing slip modal */
.weighing-slip-info[b-odcsma9lq4] { padding: 8px 0; }

/* Desktop table overflow */
.vehicle-section .table-responsive[b-odcsma9lq4] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ===== Responsive: Modal (576px) ===== */
@media (max-width: 576px) {
    .modal-dialog.modal-lg[b-odcsma9lq4] {
        margin: 8px;
        max-width: calc(100% - 16px);
    }
    .modal-body .row.g-3 .col-6[b-odcsma9lq4] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ===== Responsive: Tablet (768px) ===== */
@media (max-width: 768px) {
    .trip-status-container[b-odcsma9lq4] { padding: 12px; }

    .page-header[b-odcsma9lq4] {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    .page-header .btn[b-odcsma9lq4] { width: 100%; }

    .ds-lookup-bar .ds-lookup-input[b-odcsma9lq4] { max-width: 100%; }

    .schedule-card[b-odcsma9lq4] { padding: 16px; }
    .schedule-card-header[b-odcsma9lq4] { flex-direction: column; gap: 8px; }
    .schedule-card-title h5[b-odcsma9lq4] { font-size: 14px; }
    .schedule-icon[b-odcsma9lq4] { width: 34px; height: 34px; font-size: 15px; }

    .progress-stats[b-odcsma9lq4] { flex-direction: column; gap: 2px; }
    .progress-pct[b-odcsma9lq4] { font-size: 14px; }

    .schedule-info-row[b-odcsma9lq4] { flex-direction: column; gap: 6px; }

    .vehicle-section[b-odcsma9lq4] { padding: 10px 12px; }
    .vehicle-section-title[b-odcsma9lq4] { font-size: 13px; }

    .pending-banner[b-odcsma9lq4],
    .rejected-banner[b-odcsma9lq4] { font-size: 12px; padding: 8px 12px; }
    .pending-banner .badge[b-odcsma9lq4] { display: block; margin: 4px 0 0 0; }
}

/* ===== Responsive: Mobile (480px) ===== */
@media (max-width: 480px) {
    .trip-status-container[b-odcsma9lq4] { padding: 8px; }

    .page-header h4[b-odcsma9lq4] { font-size: 1rem; }

    .ds-lookup-bar[b-odcsma9lq4] { padding: 12px 14px; }

    .schedule-card[b-odcsma9lq4] { padding: 14px; border-radius: var(--border-radius); }
    .schedule-card-header[b-odcsma9lq4] { gap: 6px; }
    .schedule-card-title h5[b-odcsma9lq4] { font-size: 13px; }
    .schedule-card-title .text-muted[b-odcsma9lq4] { font-size: 12px; }
    .schedule-icon[b-odcsma9lq4] { width: 30px; height: 30px; font-size: 14px; border-radius: 8px; }
    .schedule-status-badge[b-odcsma9lq4] { font-size: 11px; padding: 3px 8px; }

    .progress-section[b-odcsma9lq4] { padding: 12px; }
    .progress-label[b-odcsma9lq4] { font-size: 12px; }
    .progress-pct[b-odcsma9lq4] { font-size: 13px; }
    .progress-stats[b-odcsma9lq4] { font-size: 11px; }

    .schedule-info-row[b-odcsma9lq4] { font-size: 12px; gap: 4px; padding: 8px 0; }

    .vehicle-section[b-odcsma9lq4] { padding: 8px 10px; }
    .vehicle-section-title[b-odcsma9lq4] { font-size: 12px; }
    .vehicle-card[b-odcsma9lq4] { padding: 10px; font-size: 12px; }
    .vehicle-card-row[b-odcsma9lq4] { gap: 12px; }

    .trip-status[b-odcsma9lq4] { font-size: 11px; padding: 2px 6px; }

    .pending-banner[b-odcsma9lq4],
    .rejected-banner[b-odcsma9lq4] { font-size: 11px; padding: 6px 10px; }
}

/* ===== Responsive: Small phone (375px) ===== */
@media (max-width: 375px) {
    .trip-status-container[b-odcsma9lq4] { padding: 6px; }
    .schedule-card[b-odcsma9lq4] { padding: 10px; }
    .schedule-card-title[b-odcsma9lq4] { gap: 8px; }
    .schedule-icon[b-odcsma9lq4] { width: 28px; height: 28px; font-size: 12px; }
    .schedule-card-title h5[b-odcsma9lq4] { font-size: 12px; }

    .vehicle-card-header[b-odcsma9lq4] { flex-direction: column; align-items: flex-start; gap: 4px; }
    .vehicle-card-row[b-odcsma9lq4] { flex-direction: column; gap: 4px; }
}

/* ===== Responsive: Very small phone (320px) ===== */
@media (max-width: 320px) {
    .trip-status-container[b-odcsma9lq4] { padding: 4px; }
    .schedule-card[b-odcsma9lq4] { padding: 8px; }
    .ds-lookup-bar[b-odcsma9lq4] { padding: 8px; }
    .page-header h4[b-odcsma9lq4] { font-size: 0.9rem; }
}

/* Phiếu cân image overlay */
.phieucan-overlay[b-odcsma9lq4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.phieucan-overlay img[b-odcsma9lq4] {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    cursor: default;
}

.phieucan-close[b-odcsma9lq4] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phieucan-close:hover[b-odcsma9lq4] {
    background: rgba(255, 255, 255, 0.4);
}
/* /Components/Pages/User/Login.razor.rz.scp.css */
.login-wrapper[b-xy15ntlvwr] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: #ffffff;
	background-attachment: fixed;
}

.card[b-xy15ntlvwr] {
	margin-top: -30px;
	min-width: min(380px, 95vw);
	max-width: 420px;
	padding: 40px 35px 35px;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-primary);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.login-logo[b-xy15ntlvwr] {
	text-align: center;
	margin-bottom: 8px;
}

.login-logo img[b-xy15ntlvwr] {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.card-header[b-xy15ntlvwr] {
	text-align: center;
	color: var(--primary-dark);
	font-weight: 700;
	margin-bottom: 28px;
	font-size: 1.5rem;
	border: none;
	background: none;
	padding: 0;
}

.form-group[b-xy15ntlvwr] {
	margin-bottom: 20px;
}

.form-group label[b-xy15ntlvwr] {
	color: var(--text-dark);
	font-weight: 500;
	margin-bottom: 8px;
	display: block;
	font-size: 0.875rem;
}

.form-control[b-xy15ntlvwr] {
	border-radius: var(--border-radius);
	border: 2px solid var(--border-light);
	padding: 12px 16px;
	font-size: 15px;
	transition: all var(--transition-normal);
	width: 100%;
	background: var(--bg-light);
}

.form-control:focus[b-xy15ntlvwr] {
	border-color: var(--primary-color);
	box-shadow: var(--focus-ring);
	outline: none;
	background: white;
}

.form-control[b-xy15ntlvwr]::placeholder {
	color: var(--text-muted);
	opacity: 0.5;
}

.error-message[b-xy15ntlvwr] {
	background: var(--status-danger-bg);
	color: var(--status-danger-text);
	padding: 10px 14px;
	border-radius: var(--border-radius-sm);
	font-size: 0.85rem;
	margin-bottom: 16px;
	animation: fadeIn-b-xy15ntlvwr 0.2s ease;
}

.btn-primary[b-xy15ntlvwr] {
	margin-top: 8px;
	width: 100%;
	padding: 14px;
	border-radius: var(--border-radius);
	font-weight: 600;
	font-size: 16px;
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
	border: none;
	transition: all var(--transition-normal);
	color: white;
}

.btn-primary:hover:not(:disabled)[b-xy15ntlvwr] {
	transform: translateY(-2px);
	box-shadow: var(--shadow-primary);
}

.btn-primary:disabled[b-xy15ntlvwr] {
	opacity: 0.6;
	cursor: not-allowed;
}

@keyframes fadeIn-b-xy15ntlvwr {
	from { opacity: 0; transform: translateY(-4px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 576px) {
	.card[b-xy15ntlvwr] {
		width: 92%;
		margin: 0 auto;
		padding: 32px 24px 28px;
		min-width: unset;
	}

	.card-header[b-xy15ntlvwr] {
		font-size: 1.3rem;
	}

	.login-logo img[b-xy15ntlvwr] {
		width: 52px;
		height: 52px;
	}
}

@media (max-width: 400px) {
	.login-wrapper[b-xy15ntlvwr] {
		align-items: flex-start;
		padding-top: max(40px, env(safe-area-inset-top, 40px));
	}

	.card[b-xy15ntlvwr] {
		width: 95%;
		padding: 24px 20px 20px;
		margin-top: 0;
	}

	.card-header[b-xy15ntlvwr] {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	.form-group[b-xy15ntlvwr] {
		margin-bottom: 16px;
	}

	.form-control[b-xy15ntlvwr] {
		padding: 12px 14px;
		font-size: 16px;
	}

	.btn-primary[b-xy15ntlvwr] {
		padding: 12px;
		font-size: 15px;
	}
}

@media (max-width: 320px) {
	.card[b-xy15ntlvwr] {
		width: 98%;
		padding: 20px 16px 16px;
	}

	.card-header[b-xy15ntlvwr] {
		font-size: 1.1rem;
		margin-bottom: 16px;
	}

	.login-logo img[b-xy15ntlvwr] {
		width: 48px;
		height: 48px;
	}

	.form-group label[b-xy15ntlvwr] {
		font-size: 0.8rem;
	}
}
/* /Components/Shared/ChatModal.razor.rz.scp.css */
/* Chat Modal Overlay */
.chat-modal-overlay[b-5zmhsk83gh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn-b-5zmhsk83gh 0.2s ease-out;
}

.chat-modal-content[b-5zmhsk83gh] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 600px;
    height: 80vh;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    animation: slideIn-b-5zmhsk83gh 0.3s ease-out;
}

@keyframes fadeIn-b-5zmhsk83gh {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn-b-5zmhsk83gh {
    from { 
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Chat Header */
.chat-header[b-5zmhsk83gh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e1e5e9;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.chat-title[b-5zmhsk83gh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
}

.chat-title i[b-5zmhsk83gh] {
    font-size: 18px;
}

.online-count[b-5zmhsk83gh] {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 12px;
}

.chat-close-btn[b-5zmhsk83gh] {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s;
}

.chat-close-btn:hover[b-5zmhsk83gh] {
    background: rgba(255, 255, 255, 0.2);
}

/* Messages Area */
.chat-messages[b-5zmhsk83gh] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-messages[b-5zmhsk83gh]::-webkit-scrollbar {
    width: 6px;
}

.chat-messages[b-5zmhsk83gh]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-messages[b-5zmhsk83gh]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.chat-messages[b-5zmhsk83gh]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Loading State */
.chat-loading[b-5zmhsk83gh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 40px;
    color: #666;
}

.chat-loading i[b-5zmhsk83gh] {
    font-size: 24px;
    color: #667eea;
}

/* Empty State */
.chat-empty[b-5zmhsk83gh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 60px 20px;
    color: #666;
    text-align: center;
}

.chat-empty i[b-5zmhsk83gh] {
    font-size: 48px;
    color: #ddd;
}

.chat-empty p[b-5zmhsk83gh] {
    margin: 0;
    font-size: 14px;
}

/* Load More Button */
.load-more-container[b-5zmhsk83gh] {
    text-align: center;
    margin-bottom: 8px;
}

.load-more-btn[b-5zmhsk83gh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.load-more-btn:hover:not(:disabled)[b-5zmhsk83gh] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.load-more-btn:disabled[b-5zmhsk83gh] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Chat Messages */
.chat-message[b-5zmhsk83gh] {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    animation: messageAppear-b-5zmhsk83gh 0.3s ease-out;
}

@keyframes messageAppear-b-5zmhsk83gh {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-message.own-message[b-5zmhsk83gh] {
    flex-direction: row-reverse;
}

.chat-message.own-message .message-content[b-5zmhsk83gh] {
    align-items: flex-end;
}

.chat-message.own-message .message-body[b-5zmhsk83gh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.message-avatar[b-5zmhsk83gh] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 24px;
}

.message-content[b-5zmhsk83gh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 70%;
}

.message-header[b-5zmhsk83gh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.sender-name[b-5zmhsk83gh] {
    font-weight: 600;
    color: #333;
}
.role-name[b-5zmhsk83gh] {
    font-weight: 600;
    color: green;
}

.message-time[b-5zmhsk83gh] {
    color: #999;
}

.own-message .message-header[b-5zmhsk83gh] {
    flex-direction: row-reverse;
}

.message-body[b-5zmhsk83gh] {
    background: white;
    padding: 12px 16px;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    line-height: 1.4;
    font-size: 14px;
}

.message-attachment[b-5zmhsk83gh] {
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    font-size: 12px;
}

.message-attachment a[b-5zmhsk83gh] {
    color: #667eea;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.message-attachment a:hover[b-5zmhsk83gh] {
    text-decoration: underline;
}

/* Typing Indicator */
.typing-indicator[b-5zmhsk83gh] {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    animation: messageAppear-b-5zmhsk83gh 0.3s ease-out;
}

.typing-avatar[b-5zmhsk83gh] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 24px;
}

.typing-content[b-5zmhsk83gh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.typing-text[b-5zmhsk83gh] {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.typing-animation[b-5zmhsk83gh] {
    background: white;
    padding: 12px 16px;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 4px;
    width: fit-content;
}

.typing-animation span[b-5zmhsk83gh] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    animation: typingDots-b-5zmhsk83gh 1.4s infinite;
}

.typing-animation span:nth-child(2)[b-5zmhsk83gh] {
    animation-delay: 0.2s;
}

.typing-animation span:nth-child(3)[b-5zmhsk83gh] {
    animation-delay: 0.4s;
}

@keyframes typingDots-b-5zmhsk83gh {
    0%, 60%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        transform: scale(1.2);
        opacity: 1;
    }
}

/* Chat Input Area */
.chat-input-area[b-5zmhsk83gh] {
    padding: 16px 20px;
    border-top: 1px solid #e1e5e9;
    background: white;
    border-radius: 0 0 12px 12px;
}

.input-container[b-5zmhsk83gh] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.message-input[b-5zmhsk83gh] {
    flex: 1;
    border: 1px solid #e1e5e9;
    border-radius: 24px;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s;
    background: #f8f9fa;
}

.message-input:focus[b-5zmhsk83gh] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.message-input:disabled[b-5zmhsk83gh] {
    opacity: 0.6;
    cursor: not-allowed;
}

.send-btn[b-5zmhsk83gh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
}

.send-btn:hover:not(:disabled)[b-5zmhsk83gh] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.send-btn:disabled[b-5zmhsk83gh] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .chat-modal-content[b-5zmhsk83gh] {
        width: 95%;
        height: 90vh;
        margin: 20px;
    }
    
    .chat-header[b-5zmhsk83gh] {
        padding: 12px 16px;
    }
    
    .chat-title[b-5zmhsk83gh] {
        font-size: 14px;
    }
    
    .chat-messages[b-5zmhsk83gh] {
        padding: 12px;
    }
    
    .message-content[b-5zmhsk83gh] {
        max-width: 85%;
    }
    
    .chat-input-area[b-5zmhsk83gh] {
        padding: 12px 16px;
    }
    
    .message-input[b-5zmhsk83gh] {
        font-size: 16px; /* Prevent zoom on iOS */
    }
}

@media (max-width: 480px) {
    .chat-modal-content[b-5zmhsk83gh] {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }
    
    .chat-header[b-5zmhsk83gh] {
        border-radius: 0;
    }
    
    .chat-input-area[b-5zmhsk83gh] {
        border-radius: 0;
    }
}
/* /Components/Shared/ETransButton.razor.rz.scp.css */
/* Base button styles */
.etrans-btn[b-ei057sbjpk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
/*    gap: 0.5rem;*/
    font-family: var(--font-family);
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .etrans-btn:focus[b-ei057sbjpk] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(202, 60, 25, 0.12);
    }

    .etrans-btn:disabled[b-ei057sbjpk] {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
        transform: none !important;
    }

/* Variants */
.etrans-btn-primary[b-ei057sbjpk] {
    background: linear-gradient(135deg, var(--primary-color) 0%, #b33517 100%);
    color: var(--primary-text);
}

    .etrans-btn-primary:hover:not(:disabled)[b-ei057sbjpk] {
        background: linear-gradient(135deg, var(--primary-hover) 0%, #cc4a2a 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(202, 60, 25, 0.25);
    }

    .etrans-btn-primary:active[b-ei057sbjpk] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(202, 60, 25, 0.3);
    }

.etrans-btn-secondary[b-ei057sbjpk] {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #9a9494 100%);
    color: var(--secondary-text);
}

    .etrans-btn-secondary:hover:not(:disabled)[b-ei057sbjpk] {
        background: linear-gradient(135deg, var(--secondary-hover) 0%, #404750 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(173, 167, 167, 0.25);
    }

.etrans-btn-outline[b-ei057sbjpk] {
    background: transparent;
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
}

    .etrans-btn-outline:hover:not(:disabled)[b-ei057sbjpk] {
        background: var(--primary-color);
        color: var(--primary-text);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(202, 60, 25, 0.2);
    }

.etrans-btn-outline-success[b-ei057sbjpk] {
    background: transparent;
    color: #28a745;
    border: 1.5px solid #28a745;
}

    .etrans-btn-outline-success:hover:not(:disabled)[b-ei057sbjpk] {
        background: #28a745;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);
    }

.etrans-btn-outline-danger[b-ei057sbjpk] {
    background: transparent;
    color: #dc3545;
    border: 1.5px solid #dc3545;
}

    .etrans-btn-outline-danger:hover:not(:disabled)[b-ei057sbjpk] {
        background: #dc3545;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
    }

.etrans-btn-outline-dark[b-ei057sbjpk] {
    background: transparent;
    color: #343a40;
    border: 1.5px solid #343a40;
}

    .etrans-btn-outline-dark:hover:not(:disabled)[b-ei057sbjpk] {
        background: #343a40;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(52, 58, 64, 0.25);
    }

.etrans-btn-outline-Info[b-ei057sbjpk] {
    background: transparent;
    color: #17a2b8;
    border: 1.5px solid #17a2b8;
}

    .etrans-btn-outline-Info:hover:not(:disabled)[b-ei057sbjpk] {
        background: #17a2b8;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(23, 162, 184, 0.25);
    }

.etrans-btn-outline-Warning[b-ei057sbjpk] {
    background: transparent;
    color: #b38600;
    border: 1.5px solid #b38600;
}

    .etrans-btn-outline-Warning:hover:not(:disabled)[b-ei057sbjpk] {
        background: #b38600;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(179, 134, 0, 0.25);
    }

.etrans-btn-ghost[b-ei057sbjpk] {
    background: transparent;
    color: var(--primary-color);
}

    .etrans-btn-ghost:hover:not(:disabled)[b-ei057sbjpk] {
        background: rgba(202, 60, 25, 0.08);
        transform: translateY(-1px);
    }

.etrans-btn-success[b-ei057sbjpk] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
}

    .etrans-btn-success:hover:not(:disabled)[b-ei057sbjpk] {
        background: linear-gradient(135deg, #218838 0%, #155724 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);
    }

.etrans-btn-successicon[b-ei057sbjpk] {
    background: white;
    font-size: 14px !important;
    color: #76CF90;
}

    .etrans-btn-successicon:hover:not(:disabled)[b-ei057sbjpk] {
        background: #C5E8CE;
        transform: translateY(-1px);
        color: #1A9940;
    }


.etrans-btn-editicon[b-ei057sbjpk] {
    background: white;
    font-size: 14px !important;
    color: #f59e0b;
}

    .etrans-btn-editicon:hover:not(:disabled)[b-ei057sbjpk] {
        background: #fef3c7;
        transform: translateY(-1px);
        color: #b45309;
    }


.etrans-btn-warning[b-ei057sbjpk] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #212529;
}

    .etrans-btn-warning:hover:not(:disabled)[b-ei057sbjpk] {
        background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.25);
    }

.etrans-btn-info[b-ei057sbjpk] {
    background: linear-gradient(135deg, #17a2b8 0%, #117a8b 100%);
    color: white;
}

    .etrans-btn-info:hover:not(:disabled)[b-ei057sbjpk] {
        background: linear-gradient(135deg, #138496 0%, #0c5460 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(23, 162, 184, 0.25);
    }

.etrans-btn-light[b-ei057sbjpk] {
    background: #ffffff;
    color: #495057;
    border: 1px solid #e9ecef;
}

    .etrans-btn-light:hover:not(:disabled)[b-ei057sbjpk] {
        background: #f8f9fa;
        border-color: #dee2e6;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

.etrans-btn-dark[b-ei057sbjpk] {
    background: linear-gradient(135deg, #343a40 0%, #212529 100%);
    color: white;
}

    .etrans-btn-dark:hover:not(:disabled)[b-ei057sbjpk] {
        background: linear-gradient(135deg, #23272b 0%, #16181b 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(52, 58, 64, 0.25);
    }

.etrans-btn-danger[b-ei057sbjpk] {
    background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%);
    color: white;
}

    .etrans-btn-danger:hover:not(:disabled)[b-ei057sbjpk] {
        background: linear-gradient(135deg, #c82333 0%, #a71e2a 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
    }

/* Sizes - Refined proportions */
.etrans-btn-sm[b-ei057sbjpk] {
    padding:6px 8px;
    font-size: var(--font-size-sm-base);
    border-radius: 5px;
    margin-right: 0.2rem;
}

/* Sizes - Refined proportions */
.etrans-btn-ms[b-ei057sbjpk] {
    padding: 6px 8px;
    font-size: var(--font-size-sm-base);
    border-radius: 5px;
    margin-right: 0.2rem;
    min-width: 4rem;
    height: 2rem;
}


.etrans-btn-md[b-ei057sbjpk] {
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
    height: 1.625rem;
    border-radius: 6px;
}

.etrans-btn-lg[b-ei057sbjpk] {
    padding: 0.875rem 1.75rem;
    font-size: 0.9375rem;
    min-height: 3.125rem;
    border-radius: 7px;
}

/* Loading spinner - Smoother animation */
.spinner[b-ei057sbjpk] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-ei057sbjpk 0.8s linear infinite;
}

@keyframes spin-b-ei057sbjpk {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Icon and text spacing */
.etrans-btn .me-2[b-ei057sbjpk] {
    margin-right: 0.5rem;
}

.etrans-btn i[b-ei057sbjpk] {
    line-height: 1;
    font-size: 0.875em;
    display: inline-flex;
    align-items: center;
}

/* Remove button focus ring on mobile */
@media (max-width: 768px) {
    .etrans-btn:focus[b-ei057sbjpk] {
        box-shadow: none;
    }

    .etrans-btn-lg[b-ei057sbjpk] {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
        min-height: 2.875rem;
    }

    .etrans-btn-md[b-ei057sbjpk] {
        padding: 0.5625rem 1.125rem;
        font-size: 0.8125rem;
        min-height: 2.5rem;
    }

    .etrans-btn-sm[b-ei057sbjpk] {
        padding: 0.3125rem 0.75rem;
        font-size: 0.75rem;
        min-height: 2rem;
    }
}

/* Icon Only Button Styles */
.etrans-btn-icon-only[b-ei057sbjpk] {
    padding: 0.5rem !important;
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Icon Only Success Button - Xuất Excel (Outline primary) */
.etrans-btn-icon-only-success[b-ei057sbjpk] {
    padding: 0.5rem !important;
    min-width: 4rem;
    width: 4rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: transparent !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.etrans-btn-icon-only-success:hover[b-ei057sbjpk] {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

/* Icon Only Primary Button - Đăng ký (Xanh lá bình thường) */
.etrans-btn-icon-only-primary[b-ei057sbjpk] {
    padding: 0.5rem !important;
    min-width: 4rem;
    width: 4rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
}

.etrans-btn-icon-only-primary:hover[b-ei057sbjpk] {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    color: white !important;
}

/* Icon Only Warning Button - Tạo lịch (Primary color) */
.etrans-btn-icon-only-warning[b-ei057sbjpk] {
    padding: 0.5rem !important;
    min-width: 4rem;
    width: 4rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FFB914 !important;
    border-color: #FFB914 !important;
    color: white !important;
}

    .etrans-btn-icon-only-warning:hover[b-ei057sbjpk] {
        background-color: #FFB303 !important;
        border-color: #FFB303 !important;
        color: white !important;
    }

/* Icon Only Warning Button - Tạo lịch (Primary color) */
.etrans-btn-icon-only-orange[b-ei057sbjpk] {
    padding: 0.5rem !important;
    min-width: 4rem;
    width: 4rem;
    height: 1.875rem;
    font-size: 1rem;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

    .etrans-btn-icon-only-orange:hover[b-ei057sbjpk] {
        background-color: var(--primary-hover) !important;
        border-color: var(--primary-hover) !important;
        color: white !important;
    }

/* Icon sizing for different button sizes when icon-only */
.etrans-btn-icon-only.etrans-btn-xs[b-ei057sbjpk] {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0.25rem !important;
}

        .etrans-btn-icon-only.etrans-btn-xs i[b-ei057sbjpk] {
            font-size: 0.75rem !important;
        }

    .etrans-btn-icon-only.etrans-btn-ms[b-ei057sbjpk] {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        padding: 0.375rem !important;
    }

        .etrans-btn-icon-only.etrans-btn-ms i[b-ei057sbjpk] {
            font-size: 0.875rem !important;
        }

    .etrans-btn-icon-only.etrans-btn-sm[b-ei057sbjpk] {
        width: 2.25rem;
        height: 2.25rem;
        min-width: 2.25rem;
        padding: 0.5rem !important;
    }

        .etrans-btn-icon-only.etrans-btn-sm i[b-ei057sbjpk] {
            font-size: 1rem !important;
        }

    .etrans-btn-icon-only.etrans-btn-md[b-ei057sbjpk] {
        width: 2.75rem;
        height: 2.75rem;
        min-width: 2.75rem;
        padding: 0.625rem !important;
    }

        .etrans-btn-icon-only.etrans-btn-md i[b-ei057sbjpk] {
            font-size: 1.125rem !important;
        }

    .etrans-btn-icon-only.etrans-btn-lg[b-ei057sbjpk] {
        width: 3rem;
        height: 3rem;
        min-width: 3rem;
        padding: 0.75rem !important;
    }

        .etrans-btn-icon-only.etrans-btn-lg i[b-ei057sbjpk] {
            font-size: 1.25rem !important;
        }

/* Remove margin from icon when it's the only content */
.etrans-btn-icon-only i[b-ei057sbjpk] {
    margin: 0 !important;
}

/* Mobile responsive for icon-only buttons */
@media (max-width: 768px) {
    .etrans-btn-icon-only[b-ei057sbjpk] {
        width: 2.25rem;
        height: 2.25rem;
        min-width: 2.25rem;
        padding: 0.5rem !important;
    }

        .etrans-btn-icon-only i[b-ei057sbjpk] {
            font-size: 1rem !important;
        }

    /* Ensure consistent sizing on mobile regardless of original size */
    .etrans-btn-icon-only.etrans-btn-xs[b-ei057sbjpk],
    .etrans-btn-icon-only.etrans-btn-ms[b-ei057sbjpk],
    .etrans-btn-icon-only.etrans-btn-sm[b-ei057sbjpk],
    .etrans-btn-icon-only.etrans-btn-md[b-ei057sbjpk],
    .etrans-btn-icon-only.etrans-btn-lg[b-ei057sbjpk] {
        width: 2.5rem !important;
        height: 2.5rem !important;
        min-width: 2.5rem !important;
        padding: 0.5rem !important;
    }

        .etrans-btn-icon-only.etrans-btn-xs i[b-ei057sbjpk],
        .etrans-btn-icon-only.etrans-btn-ms i[b-ei057sbjpk],
        .etrans-btn-icon-only.etrans-btn-sm i[b-ei057sbjpk],
        .etrans-btn-icon-only.etrans-btn-md i[b-ei057sbjpk],
        .etrans-btn-icon-only.etrans-btn-lg i[b-ei057sbjpk] {
            font-size: 1.1rem !important;
        }

    /* Mobile styles for icon-only variant buttons */
    .etrans-btn-icon-only-success[b-ei057sbjpk] {
        padding: 0.375rem !important;
        min-width: 3.25rem !important;
        width: 3.25rem !important;
        height: 2rem !important;
        font-size: 0.875rem !important;
    }

    .etrans-btn-icon-only-primary[b-ei057sbjpk] {
        padding: 0.375rem !important;
        min-width: 3.25rem !important;
        width: 3.25rem !important;
        height: 2rem !important;
        font-size: 0.875rem !important;
    }

    .etrans-btn-icon-only-warning[b-ei057sbjpk] {
        padding: 0.375rem !important;
        min-width: 3.25rem !important;
        width: 3.25rem !important;
        height: 2rem !important;
        font-size: 0.875rem !important;
    }

    .etrans-btn-icon-only-orange[b-ei057sbjpk] {
        padding: 0.375rem !important;
        min-width: 3.25rem !important;
        width: 3.25rem !important;
        height: 2rem !important;
        font-size: 0.875rem !important;
    }

    /* Icon sizing for mobile icon-only variant buttons */
    .etrans-btn-icon-only-success i[b-ei057sbjpk],
    .etrans-btn-icon-only-primary i[b-ei057sbjpk],
    .etrans-btn-icon-only-warning i[b-ei057sbjpk],
    .etrans-btn-icon-only-orange i[b-ei057sbjpk] {
        font-size: 0.9rem !important;
    }
}
.etrans-btn-wrapper[b-ei057sbjpk] {
    position: relative;
    display: inline-block;
}

.etrans-btn-badge[b-ei057sbjpk] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: white;
    font-size: 11px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    border: 2px solid white;
    z-index: 10;
    animation: pulse-b-ei057sbjpk 2s infinite;
}

@keyframes pulse-b-ei057sbjpk {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

/* Tùy chỉnh cho button nhỏ hơn (sm, xs) */
.etrans-btn-sm ~ .etrans-btn-badge[b-ei057sbjpk],
.etrans-btn-xs ~ .etrans-btn-badge[b-ei057sbjpk],
.etrans-btn-ms ~ .etrans-btn-badge[b-ei057sbjpk] {
    top: -7px;
    right: -1px;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
}
/* /Components/Shared/ETransDropDownDataGrid.razor.rz.scp.css */
.rz-pager-element[b-l5yjbit4qx], .rz-button[b-l5yjbit4qx] {
	color: var(--text-dark) !important;
	background: var(--bg-light) !important;
}
/* /Components/Shared/ExportCommandManager.razor.rz.scp.css */
.export-command-manager[b-1ekhej6rb8] {
    display: flex;
    align-items: center;
    width: 100%;
}

.info-value[b-1ekhej6rb8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-radius: 4px;
    width: 100%;
}

    .info-value span[b-1ekhej6rb8] {
        flex: 1;
        font-size: 14px;
        color: #333;
    }

.edit-icon-btn[b-1ekhej6rb8] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
}

    .edit-icon-btn:hover[b-1ekhej6rb8] {
        background-color: #e7f3ff;
        color: #0056b3;
    }

    .edit-icon-btn i[b-1ekhej6rb8] {
        font-size: 14px;
    }

.edit-mode-container[b-1ekhej6rb8] {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.command-dropdown[b-1ekhej6rb8] {
    flex: 1;
    min-width: 250px;
}

.edit-actions[b-1ekhej6rb8] {
    display: flex;
    gap: 6px;
}

.add-new-btn[b-1ekhej6rb8],
.save-btn[b-1ekhej6rb8],
.cancel-btn[b-1ekhej6rb8] {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s;
    white-space: nowrap;
}

.add-new-btn[b-1ekhej6rb8] {
    background-color: #28a745;
    color: white;
}

    .add-new-btn:hover[b-1ekhej6rb8] {
        background-color: #218838;
    }

.save-btn[b-1ekhej6rb8] {
    background-color: #007bff;
    color: white;
}

    .save-btn:hover[b-1ekhej6rb8] {
        background-color: #0056b3;
    }

    .save-btn:disabled[b-1ekhej6rb8] {
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 0.6;
    }

.cancel-btn[b-1ekhej6rb8] {
    background-color: #dc3545;
    color: white;
}

    .cancel-btn:hover[b-1ekhej6rb8] {
        background-color: #c82333;
    }

    .cancel-btn:disabled[b-1ekhej6rb8] {
        background-color: #6c757d;
        cursor: not-allowed;
        opacity: 0.6;
    }

.command-item[b-1ekhej6rb8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    width: 100%;
}

.command-info[b-1ekhej6rb8] {
    flex: 1;
}

.command-name[b-1ekhej6rb8] {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 2px;
}

.command-code[b-1ekhej6rb8] {
    font-size: 12px;
    color: #6c757d;
}

.command-actions[b-1ekhej6rb8] {
    display: flex;
    gap: 6px;
    margin-left: 8px;
}

.item-edit-btn[b-1ekhej6rb8],
.item-delete-btn[b-1ekhej6rb8] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s;
    font-size: 12px;
}

.item-edit-btn[b-1ekhej6rb8] {
    color: #007bff;
}

    .item-edit-btn:hover[b-1ekhej6rb8] {
        background-color: #e7f3ff;
        color: #0056b3;
    }

.item-delete-btn[b-1ekhej6rb8] {
    color: #dc3545;
}

    .item-delete-btn:hover[b-1ekhej6rb8] {
        background-color: #ffe7e7;
        color: #c82333;
    }

/* Dialog Styles */
.export-command-dialog .dialog-header-custom[b-1ekhej6rb8] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

    .export-command-dialog .dialog-header-custom i[b-1ekhej6rb8] {
        color: #007bff;
    }

.command-form[b-1ekhej6rb8] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 0;
}

.form-group[b-1ekhej6rb8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .form-group label[b-1ekhej6rb8] {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

    .form-group .required[b-1ekhej6rb8] {
        color: #dc3545;
    }

    .form-group .form-control[b-1ekhej6rb8] {
        width: 100%;
    }

.validation-error[b-1ekhej6rb8] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 2px;
}

.dialog-footer[b-1ekhej6rb8] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 8px;
}

    .dialog-footer button[b-1ekhej6rb8] {
        padding: 8px 16px;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .edit-mode-container[b-1ekhej6rb8] {
        flex-direction: column;
        align-items: stretch;
    }

    .command-dropdown[b-1ekhej6rb8] {
        width: 100%;
        min-width: unset;
    }

    .edit-actions[b-1ekhej6rb8] {
        width: 100%;
        justify-content: flex-start;
    }

    .add-new-btn[b-1ekhej6rb8],
    .save-btn[b-1ekhej6rb8],
    .cancel-btn[b-1ekhej6rb8] {
        flex: 1;
    }

    .export-command-dialog[b-1ekhej6rb8] {
        width: 90% !important;
        max-width: 500px;
    }
}

/* Animation for dropdown items */
.command-item:hover[b-1ekhej6rb8] {
    background-color: #f8f9fa;
}

/* Loading spinner animation */
@keyframes spin-b-1ekhej6rb8 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-spinner[b-1ekhej6rb8] {
    animation: spin-b-1ekhej6rb8 1s linear infinite;
}
/* /Components/Shared/LoadingComponent.razor.rz.scp.css */
/* LoadingComponent.razor.css */

/* CSS Custom Properties */
.loading-container[b-71wfd3tbmz] {
    /* Default Theme - Uses CSS custom properties from :root */
    --loading-primary: var(--primary-color, #0d9488);
    --loading-secondary: var(--secondary-color, #ADA7A7);
    --loading-background: var(--bg-light, #f8f9fa);
    --loading-text: var(--text-dark, #2d3748);
    --loading-muted: var(--text-muted, #666666);
    /* Overlay */
    --loading-backdrop: var(--loading-backdrop, rgba(0, 0, 0, 0.6));
    --loading-shadow: var(--loading-shadow, 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04));
    /* Border Radius */
    --loading-radius: var(--loading-radius, 12px);
    --loading-radius-sm: 8px;
    /* Transitions */
    --loading-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --loading-transition-slow: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Base Styles */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Layout Styles */
.loading-overlay[b-71wfd3tbmz] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-backdrop[b-71wfd3tbmz] {
    position: absolute;
    inset: 0;
    background: var(--loading-backdrop);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: loading-fade-in-b-71wfd3tbmz 0.3s ease-out;
    cursor: default;
}

    .loading-backdrop:focus[b-71wfd3tbmz] {
        outline: 2px solid var(--loading-primary);
        outline-offset: -2px;
    }

.loading-modal[b-71wfd3tbmz] {
    position: relative;
    background: var(--loading-background);
    border-radius: var(--loading-radius);
    padding: 2rem;
    box-shadow: var(--loading-shadow);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: min(90vw, 20rem);
    width: 100%;
    animation: loading-scale-in-b-71wfd3tbmz 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.loading-dismiss[b-71wfd3tbmz] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: none;
    border: none;
    border-radius: var(--loading-radius-sm);
    color: var(--loading-muted);
    cursor: pointer;
    transition: var(--loading-transition);
}

    .loading-dismiss:hover[b-71wfd3tbmz] {
        color: var(--loading-text);
        background: rgba(0, 0, 0, 0.05);
    }

    .loading-dismiss:focus[b-71wfd3tbmz] {
        outline: 2px solid var(--loading-primary);
        outline-offset: 2px;
    }

.loading-content[b-71wfd3tbmz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.loading-animation[b-71wfd3tbmz] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--loading-primary);
    flex-shrink: 0;
}

.loading-text[b-71wfd3tbmz] {
    margin: 0;
    color: var(--loading-text);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

/* Animation Variants */

/* Spinner */
.loading-spinner svg[b-71wfd3tbmz] {
    animation: loading-spin-b-71wfd3tbmz 1s linear infinite;
}

/* Dots */
.loading-dots-container[b-71wfd3tbmz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.loading-dot[b-71wfd3tbmz] {
    border-radius: 50%;
    background: currentColor;
    animation: loading-dot-bounce-b-71wfd3tbmz 1.4s infinite ease-in-out both;
}

/* Bars */
.loading-bars-container[b-71wfd3tbmz] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.25rem;
}

.loading-bar[b-71wfd3tbmz] {
    background: currentColor;
    border-radius: 2px;
    animation: loading-bar-stretch-b-71wfd3tbmz 1.2s infinite ease-in-out;
}

/* Pulse */
.loading-pulse-container[b-71wfd3tbmz] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-pulse[b-71wfd3tbmz] {
    border-radius: 50%;
    background: currentColor;
    position: relative;
    animation: loading-pulse-scale-b-71wfd3tbmz 2s infinite ease-in-out;
}

    .loading-pulse[b-71wfd3tbmz]::before,
    .loading-pulse[b-71wfd3tbmz]::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: currentColor;
        animation: loading-pulse-ripple-b-71wfd3tbmz 2s infinite ease-in-out;
    }

    .loading-pulse[b-71wfd3tbmz]::before {
        animation-delay: -0.5s;
    }

/* Ring */
.loading-ring svg[b-71wfd3tbmz] {
    animation: loading-ring-rotate-b-71wfd3tbmz 2s linear infinite;
}

.loading-ring circle[b-71wfd3tbmz] {
    animation: loading-ring-dash-b-71wfd3tbmz 1.5s ease-in-out infinite;
}

/* Size Variations */
.loading-small[b-71wfd3tbmz] {
    --size-base: 1.25rem;
    --size-dot: 0.375rem;
    --size-bar-width: 0.1875rem;
    --size-bar-height: 1rem;
    --text-size: 0.875rem;
}

.loading-medium[b-71wfd3tbmz] {
    --size-base: 1.75rem;
    --size-dot: 0.5rem;
    --size-bar-width: 0.25rem;
    --size-bar-height: 1.5rem;
    --text-size: 1rem;
}

.loading-large[b-71wfd3tbmz] {
    --size-base: 2.5rem;
    --size-dot: 0.75rem;
    --size-bar-width: 0.375rem;
    --size-bar-height: 2rem;
    --text-size: 1.125rem;
}

.loading-extralarge[b-71wfd3tbmz] {
    --size-base: 3.5rem;
    --size-dot: 1rem;
    --size-bar-width: 0.5rem;
    --size-bar-height: 2.5rem;
    --text-size: 1.25rem;
}

/* Apply sizes */
.loading-spinner svg[b-71wfd3tbmz],
.loading-ring svg[b-71wfd3tbmz] {
    width: var(--size-base);
    height: var(--size-base);
}

.loading-dot[b-71wfd3tbmz] {
    width: var(--size-dot);
    height: var(--size-dot);
}

.loading-bar[b-71wfd3tbmz] {
    width: var(--size-bar-width);
    height: var(--size-bar-height);
}

.loading-pulse[b-71wfd3tbmz] {
    width: var(--size-base);
    height: var(--size-base);
}

.loading-text[b-71wfd3tbmz] {
    font-size: var(--text-size);
}

/* Theme Variations */
.loading-primary[b-71wfd3tbmz] {
    --loading-primary: var(--primary-color, #0d9488);
    --loading-text: var(--text-dark, #2d3748);
}

.loading-secondary[b-71wfd3tbmz] {
    --loading-primary: var(--secondary-color, #ADA7A7);
    --loading-text: var(--text-dark, #2d3748);
}

.loading-success[b-71wfd3tbmz] {
    --loading-primary: var(--loading-accent-primary, #10b981);
    --loading-text: var(--loading-accent-text, #059669);
}

.loading-warning[b-71wfd3tbmz] {
    --loading-primary: #f59e0b;
    --loading-text: #d97706;
}

.loading-error[b-71wfd3tbmz] {
    --loading-primary: #ef4444;
    --loading-text: #dc2626;
}

.loading-dark[b-71wfd3tbmz] {
    --loading-primary: var(--loading-dark-primary, #60a5fa);
    --loading-background: var(--loading-dark-background, #1f2937);
    --loading-text: var(--loading-dark-text, #d1d5db);
    --loading-muted: #9ca3af;
}

.loading-light[b-71wfd3tbmz] {
    --loading-primary: var(--loading-light-primary, #2563eb);
    --loading-background: var(--loading-light-background, #f9fafb);
    --loading-text: var(--loading-light-text, #4b5563);
    --loading-muted: #6b7280;
}

/* Keyframe Animations */
@keyframes loading-spin-b-71wfd3tbmz {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-dot-bounce-b-71wfd3tbmz {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@keyframes loading-bar-stretch-b-71wfd3tbmz {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        opacity: 0.6;
    }

    20% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes loading-pulse-scale-b-71wfd3tbmz {
    0%, 100% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes loading-pulse-ripple-b-71wfd3tbmz {
    0% {
        transform: scale(0);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes loading-ring-rotate-b-71wfd3tbmz {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-ring-dash-b-71wfd3tbmz {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes loading-fade-in-b-71wfd3tbmz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes loading-scale-in-b-71wfd3tbmz {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(8px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Accessibility & Performance */
@media (prefers-reduced-motion: reduce) {
    .loading-animation[b-71wfd3tbmz],
    .loading-backdrop[b-71wfd3tbmz],
    .loading-modal[b-71wfd3tbmz],
    .loading-pulse[b-71wfd3tbmz]::before,
    .loading-pulse[b-71wfd3tbmz]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .loading-spinner svg[b-71wfd3tbmz],
    .loading-ring svg[b-71wfd3tbmz] {
        animation: loading-spin-b-71wfd3tbmz 2s linear infinite;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .loading-container[b-71wfd3tbmz] {
        --loading-primary: currentColor;
        --loading-backdrop: rgba(0, 0, 0, 0.8);
    }

    .loading-modal[b-71wfd3tbmz] {
        border: 2px solid currentColor;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .loading-container:not([class*="loading-light"])[b-71wfd3tbmz] {
        --loading-primary: #60a5fa;
        --loading-background: #1f2937;
        --loading-text: #e5e7eb;
        --loading-muted: #9ca3af;
        --loading-backdrop: rgba(0, 0, 0, 0.8);
    }
}

/* Responsive design */
@media (max-width: 640px) {
    .loading-modal[b-71wfd3tbmz] {
        padding: 1.5rem;
        margin: 1rem;
        max-width: calc(100vw - 2rem);
    }

    .loading-content[b-71wfd3tbmz] {
        gap: 1rem;
    }
}

/* Focus management */
.loading-backdrop:focus-within .loading-dismiss:focus[b-71wfd3tbmz] {
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .loading-overlay[b-71wfd3tbmz] {
        display: none !important;
    }
}
