/* _content/Admin_CarRental_Blazor/Components/Layout/404Layout.razor.rz.scp.css */
.page[b-ve0rtqw9yd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ve0rtqw9yd] {
    flex: 1;
}

.e-icons[b-ve0rtqw9yd] {
    font-size: 28px;
}
/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.e-avatar:hover[b-ve0rtqw9yd] {
    cursor:pointer;
    background-color: #f3f3f3; /* Darker background color on hover */
}
.top-row[b-ve0rtqw9yd] {
   
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ve0rtqw9yd]  a, .top-row[b-ve0rtqw9yd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ve0rtqw9yd]  a:hover, .top-row[b-ve0rtqw9yd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ve0rtqw9yd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ve0rtqw9yd] {
        justify-content: space-between;
    }

    .top-row[b-ve0rtqw9yd]  a, .top-row[b-ve0rtqw9yd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ve0rtqw9yd] {
        flex-direction: row;
    }

    .sidebar[b-ve0rtqw9yd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ve0rtqw9yd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ve0rtqw9yd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ve0rtqw9yd], article[b-ve0rtqw9yd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ve0rtqw9yd] {
    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-ve0rtqw9yd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/Admin_CarRental_Blazor/Components/Layout/Alert.razor.rz.scp.css */
.e-control[b-xxzqag8hxj] {
	position: absolute;
}

/* _content/Admin_CarRental_Blazor/Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-czq2jlnacu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-czq2jlnacu] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

.top-row[b-czq2jlnacu] {
    background-color: #98F5F9;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-czq2jlnacu]  a, .top-row[b-czq2jlnacu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-czq2jlnacu]  a:hover, .top-row[b-czq2jlnacu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-czq2jlnacu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-czq2jlnacu] {
        justify-content: space-between;
    }

    .top-row[b-czq2jlnacu]  a, .top-row[b-czq2jlnacu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-czq2jlnacu] {
        flex-direction: row;
    }

    .sidebar[b-czq2jlnacu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-czq2jlnacu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-czq2jlnacu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-czq2jlnacu], article[b-czq2jlnacu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-czq2jlnacu] {
    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-czq2jlnacu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/Admin_CarRental_Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qrgertevpu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qrgertevpu] {
    flex: 1;
}

.e-icons[b-qrgertevpu] {
    font-size: 28px;
}
/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.e-avatar:hover[b-qrgertevpu] {
    cursor:pointer;
    background-color: #f3f3f3; /* Darker background color on hover */
}
.top-row[b-qrgertevpu] {
   
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qrgertevpu]  a, .top-row[b-qrgertevpu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qrgertevpu]  a:hover, .top-row[b-qrgertevpu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qrgertevpu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qrgertevpu] {
        justify-content: space-between;
    }

    .top-row[b-qrgertevpu]  a, .top-row[b-qrgertevpu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1100px) {
    .page[b-qrgertevpu] {
        flex-direction: row;
    }

    .sidebar[b-qrgertevpu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qrgertevpu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qrgertevpu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qrgertevpu], article[b-qrgertevpu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qrgertevpu] {
    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-qrgertevpu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/Admin_CarRental_Blazor/Components/Layout/MainLayoutV2.razor.rz.scp.css */
/* Main page layout */
.page-layout[b-40nkh0fg0y] {
    display: grid;
    grid-template-rows: 50px 1fr;
    height: 100vh;
    margin-left: 230px;
    transition: margin-left 0.3s ease-in-out;
}

/* When sidebar is collapsed */
.layout-container.sidebar-collapsed .page-layout[b-40nkh0fg0y] {
    margin-left: 60px;
}

/* Mobile: no margin */
@media (max-width: 768px) {
    .page-layout[b-40nkh0fg0y] {
        margin-left: 0 !important;
    }
}

.topnav-container[b-40nkh0fg0y] {
    grid-row: 1;
    background: white;
    z-index: 900;
}

.page[b-40nkh0fg0y] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

    .page main[b-40nkh0fg0y] {
        flex: 1;
        transition: margin-left 0.3s ease;
    }

    /* When sidebar is collapsed */
    .etrans-sidebar-collapsed ~ main[b-40nkh0fg0y],
    .page.sidebar-collapsed main[b-40nkh0fg0y] {
        margin-left: var(--sidebar-collapsed-width);
    }

    /* Content area */
    .page main article[b-40nkh0fg0y] {
/*        padding: 1rem;*/
        min-height: calc(100vh - var(--topbar-height));
        background: var(--bg-light);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page main[b-40nkh0fg0y] {
            margin-left: 0;
            margin-top: 0;
        }

        .page.sidebar-collapsed main[b-40nkh0fg0y] {
            margin-left: 0;
        }
    }

.main-container[b-40nkh0fg0y] {
    grid-row: 2;
    overflow: auto;
    background-color: #f8fafc;
}

.main-content[b-40nkh0fg0y] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
/*    padding: 1rem;*/
    margin: 0 auto;
    max-width: 100%;
    transition: all 0.2s ease-in-out;
}

    .main-content:hover[b-40nkh0fg0y] {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }


/* Responsive adjustments */
@media (max-width: 768px) {
    .main-container[b-40nkh0fg0y] {
        padding: 1rem;
    }
    .main-content[b-40nkh0fg0y] {
        border-radius: 8px;
       
    }
}

/* Custom Scrollbar Styles */
*[b-40nkh0fg0y] {
    scrollbar-width: thin;
    scrollbar-color: var(--primary-light) var(--bg-light);
}

/* Webkit Scrollbar Styles (Chrome, Safari, Edge) */
[b-40nkh0fg0y]::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

[b-40nkh0fg0y]::-webkit-scrollbar-track {
    background: var(--bg-light);
    border-radius: 6px;
    border: 1px solid var(--border-light);
}

[b-40nkh0fg0y]::-webkit-scrollbar-thumb {
    background: var(--primary-light);
    border-radius: 6px;
    border: 2px solid var(--bg-light);
    transition: all 0.2s ease;
}

    [b-40nkh0fg0y]::-webkit-scrollbar-thumb:hover {
        background: var(--primary-color);
        border-color: var(--bg-light);
    }

    [b-40nkh0fg0y]::-webkit-scrollbar-thumb:active {
        background: var(--primary-active);
    }

[b-40nkh0fg0y]::-webkit-scrollbar-corner {
    background: var(--bg-light);
}

/* Thin scrollbar variant for smaller containers */
.thin-scrollbar[b-40nkh0fg0y]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.thin-scrollbar[b-40nkh0fg0y]::-webkit-scrollbar-track {
    background: var(--secondary-lighter);
    border-radius: 4px;
    border: none;
}

.thin-scrollbar[b-40nkh0fg0y]::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 4px;
    border: 1px solid var(--secondary-lighter);
}

    .thin-scrollbar[b-40nkh0fg0y]::-webkit-scrollbar-thumb:hover {
        background: var(--secondary-hover);
    }

/* Dark theme scrollbar */
.dark-scrollbar[b-40nkh0fg0y]::-webkit-scrollbar-track {
    background: var(--bg-dark);
    border-color: var(--secondary-dark);
}

.dark-scrollbar[b-40nkh0fg0y]::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-color: var(--bg-dark);
}

    .dark-scrollbar[b-40nkh0fg0y]::-webkit-scrollbar-thumb:hover {
        background: var(--secondary-light);
    }
/* _content/Admin_CarRental_Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-519j2saq5n] {
    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-519j2saq5n] {
    border: solid 1px darkgrey;
}
.sidebar > .top-row[b-519j2saq5n] {
    background-color: #9FB234;
}
.navbar-toggler:checked[b-519j2saq5n] {
    background-color: rgba(255, 255, 255, 0.5);
}
.nav-link span[b-519j2saq5n]{
    color: black ;
}

.top-row[b-519j2saq5n] {
    height: 3.5rem;
}
.nav-scrollable[b-519j2saq5n]{
    background-color:white;
   
}
.e-icons[b-519j2saq5n] {
    color: rgba(255,255,255,0.37);
}

.navbar-brand[b-519j2saq5n] {
    font-size: 1.1rem;
}

.bi[b-519j2saq5n] {
    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-519j2saq5n] {
    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-519j2saq5n] {
    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-519j2saq5n] {
    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-519j2saq5n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-519j2saq5n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-519j2saq5n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-519j2saq5n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-519j2saq5n]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-519j2saq5n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-519j2saq5n] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-519j2saq5n] {
    display: block;
}


@media (min-width: 1100px) {
    .navbar-toggler[b-519j2saq5n] {
        display: none;
    }

    .nav-scrollable[b-519j2saq5n] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/* _content/Admin_CarRental_Blazor/Components/Layout/SideNavMenuV2.razor.rz.scp.css */
.etrans-sidebar[b-o9byslr9kr] {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 230px;
    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-o9byslr9kr] {
        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-o9byslr9kr] {
            width: 60px;
            background: white;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

    /* Hidden state (desktop only) */
    .etrans-sidebar.etrans-hidden[b-o9byslr9kr] {
        transform: translateX(-100%);
    }

/* Mobile states */
@media (max-width: 768px) {
    .etrans-sidebar[b-o9byslr9kr] {
        transform: translateX(-100%);
        width: 230px;
    }

        .etrans-sidebar.etrans-collapsed[b-o9byslr9kr] {
            transform: translateX(-100%);
            width: 230px;
        }

        .etrans-sidebar.etrans-mobile-open[b-o9byslr9kr] {
            transform: translateX(0);
        }

        /* On mobile, hidden state should still allow mobile toggle */
        .etrans-sidebar.etrans-hidden[b-o9byslr9kr] {
            transform: translateX(-100%);
        }

            .etrans-sidebar.etrans-hidden.etrans-mobile-open[b-o9byslr9kr] {
                transform: translateX(0);
            }
}

/* Header Styles */
.etrans-sidebar-header[b-o9byslr9kr] {
    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-o9byslr9kr] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    overflow: hidden;
}

.etrans-brand-logo[b-o9byslr9kr] {
    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-o9byslr9kr] {
    font-size: 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-o9byslr9kr] {
    opacity: 0;
    transform: translateX(-20px);
}

/* Hide all content when collapsed */
.etrans-collapsed .etrans-nav-content[b-o9byslr9kr] {
    display: none;
}

.etrans-collapsed .etrans-brand-container[b-o9byslr9kr] {
    display: none;
}

.etrans-toggle-btn[b-o9byslr9kr] {
    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-o9byslr9kr] {
        background: rgba(255,255,255,0.3);
        transform: scale(1.05);
        color: var(--primary-text);
    }

    .etrans-toggle-btn i[b-o9byslr9kr] {
        font-size: 0.85rem;
        transition: transform 0.3s ease;
    }

/* Navigation Styles */
.etrans-nav-content[b-o9byslr9kr] {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 140px);
    scrollbar-width: thin;
    scrollbar-color: var(--border-muted) transparent;
}

    .etrans-nav-content[b-o9byslr9kr]::-webkit-scrollbar {
        width: 4px;
    }

    .etrans-nav-content[b-o9byslr9kr]::-webkit-scrollbar-track {
        background: transparent;
    }

    .etrans-nav-content[b-o9byslr9kr]::-webkit-scrollbar-thumb {
        background: var(--border-muted);
        border-radius: 2px;
    }

.etrans-nav-items[b-o9byslr9kr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Show content on hover when collapsed */
.etrans-collapsed:hover .etrans-nav-content[b-o9byslr9kr] {
    visibility: visible;
}

/* Module Styles */
.etrans-nav-module[b-o9byslr9kr] {
    margin-bottom: 1.5rem;
}

.etrans-module-header[b-o9byslr9kr] {
    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-o9byslr9kr] {
        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-o9byslr9kr],
        .etrans-module-header:hover .etrans-module-title[b-o9byslr9kr],
        .etrans-module-header:hover .etrans-module-toggle[b-o9byslr9kr] {
            color: white;
        }

    .etrans-module-header.expanded[b-o9byslr9kr] {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
        border-bottom-color: var(--primary-dark);
    }

.etrans-module-title[b-o9byslr9kr] {
    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-o9byslr9kr] {
    color: var(--primary-text);
}

.etrans-module-icon[b-o9byslr9kr] {
    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-o9byslr9kr] {
    color: var(--primary-text);
    background: rgba(255,255,255,0.2);
}

.etrans-module-toggle[b-o9byslr9kr] {
    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-o9byslr9kr] {
        font-size: 0.75rem;
        transition: transform 0.3s ease;
    }

.etrans-module-header.expanded .etrans-module-toggle[b-o9byslr9kr] {
    color: var(--primary-text);
}

    .etrans-module-header.expanded .etrans-module-toggle i[b-o9byslr9kr] {
        transform: rotate(180deg);
    }

/* Module Content (Collapsible) */
.etrans-module-content[b-o9byslr9kr] {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .etrans-module-content.collapsed[b-o9byslr9kr] {
        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-o9byslr9kr] {
        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-o9byslr9kr] {
    display: none;
}

/* Module Section Styles */
.etrans-module-section[b-o9byslr9kr] {
    margin-bottom: 0.75rem;
    padding-left: 8px;
    border-left: 2px solid var(--border-light);
    transition: all 0.3s ease;
}

.etrans-standalone-section[b-o9byslr9kr] {
    margin-bottom: 1rem;
}

/* Section Styles */
.etrans-section-header[b-o9byslr9kr] {
    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-o9byslr9kr] {
        opacity: 1;
    }

.etrans-section-title[b-o9byslr9kr] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-muted);
}

.etrans-section-icon[b-o9byslr9kr] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.etrans-section-items[b-o9byslr9kr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Navigation Items */
.etrans-nav-item[b-o9byslr9kr] {
    position: relative;
    margin: 2px 4px;
}

.etrans-collapsed .etrans-nav-item[b-o9byslr9kr] {
    margin: 4px 2px;
}

/* Hide nav content when collapsed but not hovering */
.etrans-collapsed .etrans-nav-content[b-o9byslr9kr] {
    display: none;
}

/* Don't show content on hover when collapsed */
.etrans-collapsed:hover .etrans-nav-content[b-o9byslr9kr] {
    display: none;
}

.etrans-nav-link[b-o9byslr9kr] {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    color: black;
    text-decoration: none;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .etrans-nav-link[b-o9byslr9kr]::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-o9byslr9kr]::before {
        opacity: 1;
    }

    .etrans-nav-link:hover[b-o9byslr9kr] {
        color: black;
        transform: translateX(3px);
    }

.etrans-collapsed .etrans-nav-link[b-o9byslr9kr] {
    padding: 8px 4px;
    margin: 2px 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .etrans-collapsed .etrans-nav-link:hover[b-o9byslr9kr] {
        transform: translateY(-2px);
        background: var(--primary-lighter);
    }

/* Active State */
.etrans-nav-link.etrans-active[b-o9byslr9kr] {
    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-o9byslr9kr] {
    color: white !important;
}

.etrans-nav-link.etrans-active:hover .etrans-nav-icon[b-o9byslr9kr] {
    color: white !important;
}

.etrans-collapsed .etrans-nav-link.etrans-active[b-o9byslr9kr] {
    border: none;
    background: var(--primary-color);
    box-shadow: var(--shadow-primary);
    color: var(--primary-text);
}

/* Icon Styles */
.etrans-nav-icon[b-o9byslr9kr] {
    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-o9byslr9kr] {
    margin-right: 0;
    margin-bottom: 2px;
    font-size: 1rem;
}

/* Text Styles */
.etrans-nav-text[b-o9byslr9kr] {
    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-o9byslr9kr] {
    color: black;
    opacity: 1;
    visibility: visible;
}

.etrans-collapsed .etrans-nav-text[b-o9byslr9kr] {
    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-o9byslr9kr] {
    color: var(--primary-text);
    opacity: 1;
    visibility: visible;
}

/* Badge Styles */
.etrans-nav-badge[b-o9byslr9kr] {
    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-o9byslr9kr] {
    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-o9byslr9kr] {
    background: linear-gradient(45deg, var(--primary-color), var(--primary-hover));
    color: var(--primary-text);
    animation: pulse-b-o9byslr9kr 2s infinite;
}

@keyframes pulse-b-o9byslr9kr {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Tooltip for collapsed state */
.etrans-tooltip[b-o9byslr9kr] {
    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-o9byslr9kr]::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-o9byslr9kr] {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

/* Mobile Styles */
.etrans-mobile-menu-btn[b-o9byslr9kr] {
    display: none; /* Hide the old mobile menu button since we use the one in header */
    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-o9byslr9kr] {
        background: var(--primary-lighter);
        transform: scale(1.05);
    }

.etrans-mobile-overlay[b-o9byslr9kr] {
    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-o9byslr9kr] {
        opacity: 1;
        visibility: visible;
    }

/* Show sidebar button when hidden on desktop */
.etrans-show-sidebar-btn[b-o9byslr9kr] {
    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-o9byslr9kr] {
        background: var(--primary-hover);
        transform: scale(1.05);
    }

/* Desktop specific styles */
@media (min-width: 769px) {
    .etrans-mobile-menu-btn[b-o9byslr9kr] {
        display: none;
    }

    .etrans-sidebar.etrans-hidden[b-o9byslr9kr] {
        transform: translateX(-100%);
    }
}

/* Collapsed State Module Styles */
.etrans-collapsed .etrans-module-header[b-o9byslr9kr] {
    display: none;
}

.etrans-collapsed .etrans-module-content[b-o9byslr9kr] {
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.etrans-collapsed .etrans-module-section[b-o9byslr9kr] {
    padding-left: 0;
    border-left: none;
    margin-bottom: 0.3rem;
}

.etrans-collapsed .etrans-section-header[b-o9byslr9kr] {
    display: none;
}

/* Additional Clean-up Styles */
.etrans-module-section .etrans-nav-item[b-o9byslr9kr] {
    position: relative;
}

    .etrans-module-section .etrans-nav-item[b-o9byslr9kr]::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-o9byslr9kr]::before {
    display: none;
}

.etrans-module-section:hover[b-o9byslr9kr] {
    border-left-color: var(--primary-color);
    transition: border-left-color 0.3s ease;
}

.etrans-module-section .etrans-section-title[b-o9byslr9kr] {
    position: relative;
}

    .etrans-module-section .etrans-section-title[b-o9byslr9kr]::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-o9byslr9kr]::after {
    width: 100%;
}

.etrans-module-section .etrans-nav-link[b-o9byslr9kr] {
    margin-left: 3px;
    border-radius: var(--border-radius-sm);
}

    .etrans-module-section .etrans-nav-link:hover[b-o9byslr9kr] {
        background: rgba(0,0,0,0.05);
        transform: translateX(6px);
    }

.etrans-collapsed .etrans-module-section .etrans-nav-link:hover[b-o9byslr9kr] {
    transform: translateY(-2px);
}

/* Animation keyframes */
.etrans-module-content.collapsed .etrans-section-items[b-o9byslr9kr] {
    animation: slideUp-b-o9byslr9kr 0.3s ease-out;
}

.etrans-module-content.expanded .etrans-section-items[b-o9byslr9kr] {
    animation: slideDown-b-o9byslr9kr 0.3s ease-out;
}

@keyframes slideUp-b-o9byslr9kr {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes slideDown-b-o9byslr9kr {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.etrans-module-header[b-o9byslr9kr] {
    user-select: none;
}

    .etrans-module-header:active[b-o9byslr9kr] {
        transform: translateY(0);
    }

    .etrans-module-header[b-o9byslr9kr]::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-o9byslr9kr]::after {
        width: 100%;
    }

/* Enhanced collapsed sidebar styling */
.etrans-sidebar.etrans-collapsed[b-o9byslr9kr] {
    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-o9byslr9kr] {
        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-o9byslr9kr]::before {
        display: none;
    }

@keyframes glow-b-o9byslr9kr {
    0%, 100% {
        opacity: 0.8;
    }

    50% {
        opacity: 1;
    }
}

/* Sidebar Footer Styles */
.etrans-sidebar-footer[b-o9byslr9kr] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: var(--bg-light);
    border-top: var(--border-width) solid rgba(255,255,255,0.1);
    text-align: center;
}

.etrans-version[b-o9byslr9kr] {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--secondary-dark);
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.etrans-copyright[b-o9byslr9kr] {
    font-size: 0.65rem;
    color: var(--secondary-dark);
    font-weight: 500;
}

/* Hide footer when collapsed */
.etrans-collapsed .etrans-sidebar-footer[b-o9byslr9kr] {
    display: none;
}
/* _content/Admin_CarRental_Blazor/Components/Layout/TopNavMenuV2.razor.rz.scp.css */
.etrans-topbar[b-kdra4d98ci] {
    position: fixed;
    top: 0;
    left: 230px;
    right: 0;
    height: 50px; /* Reduced from default */
    background: var(--topbar-bg);
    color: var(--primary-heavy-color);
    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-in-out;
}

/* Adjust when sidebar is collapsed */
.sidebar-collapsed .etrans-topbar[b-kdra4d98ci] {
    left: 60px;
}

/* Mobile: full width and center content */
@media (max-width: 768px) {
    .etrans-topbar[b-kdra4d98ci] {
        left: 0 !important;
        padding: 0 0.75rem;
        justify-content: center;
    }
    
    .etrans-topbar-left[b-kdra4d98ci] {
        flex: 1;
        margin-left: 40px; /* Space for hamburger button */
        justify-content: center;
    }
    
    .etrans-topbar-right[b-kdra4d98ci] {
        margin-left: auto;
    }
}

/* Mobile Toggle Button */
.etrans-mobile-toggle-btn[b-kdra4d98ci] {
    display: none;
    width: 40px;
    height: 40px;
    background: var(--bg-primary);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.etrans-mobile-toggle-btn:hover[b-kdra4d98ci] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.etrans-mobile-toggle-btn:active[b-kdra4d98ci] {
    transform: scale(0.95);
}

@media (max-width: 768px) {
    .etrans-mobile-toggle-btn[b-kdra4d98ci] {
        display: flex;
    }
}

.etrans-topbar[b-kdra4d98ci]::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-kdra4d98ci] {
    display: flex;
    align-items: center;
    gap: 1rem; /* Reduced gap */
    flex: 1;
    min-width: 0; /* Allow flex items to shrink */
}

/* Logo */
.etrans-logo[b-kdra4d98ci] {
    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-kdra4d98ci] {
    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-kdra4d98ci] {
    display: flex;
    align-items: center;
    gap: 0.4rem; /* Reduced gap */
    font-size: 0.8rem; /* Smaller font */
    opacity: 0.9;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .etrans-breadcrumb[b-kdra4d98ci] {
        font-size: 0.75rem;
        gap: 0.3rem;
    }
}

.etrans-breadcrumb-item[b-kdra4d98ci] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.etrans-breadcrumb-separator[b-kdra4d98ci] {
    opacity: 0.6;
    font-size: 0.7rem;
}

.etrans-breadcrumb-link[b-kdra4d98ci] {
    color: var(--text-heavy-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

    .etrans-breadcrumb-link:hover[b-kdra4d98ci] {
        color: white;
    }

.etrans-breadcrumb-current[b-kdra4d98ci] {
    font-weight: 600;
    color: var(--text-heavy-primary);
}

/* Right Section */
.etrans-topbar-right[b-kdra4d98ci] {
    display: flex;
    align-items: center;
    gap: 0.8rem; /* Reduced gap */
}

.etrans-topbar-actions[b-kdra4d98ci] {
    display: flex;
    align-items: center;
    gap: 0.4rem; /* Reduced gap */
}

.etrans-action-btn[b-kdra4d98ci] {
    width: 34px; /* Smaller size */
    height: 34px; /* Smaller size */
    /*background: rgb(53 52 52 / 22%);*/
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px; /* Smaller radius */
    color: var(--text-heavy-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

    .etrans-action-btn:hover[b-kdra4d98ci] {
        background: rgba(255,255,255,0.25);
        transform: translateY(-1px);
    }

    .etrans-action-btn i[b-kdra4d98ci] {
        font-size: 0.9rem; /* Smaller icon */
    }

    /* Notification Badge */
    .etrans-action-btn .etrans-notification-badge[b-kdra4d98ci] {
        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-kdra4d98ci] {
    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-kdra4d98ci] {
    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-kdra4d98ci] {
        background: rgba(255,255,255,0.25);
        transform: translateY(-1px);
    }

/* User Dropdown */
.etrans-user-dropdown[b-kdra4d98ci] {
    position: relative;
}

.etrans-user-trigger[b-kdra4d98ci] {
    display: flex;
    align-items: center;
    gap: 8px; /* Reduced gap */
    padding: 6px 12px; /* Reduced padding */
    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.1) 0px 4px 12px;
}

    .etrans-user-trigger:hover[b-kdra4d98ci] {
        background: rgba(255,255,255,0.25);
    }

.etrans-user-avatar-small[b-kdra4d98ci] {
    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(--text-heavy-primary);
}

.etrans-user-name-small[b-kdra4d98ci] {
    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-kdra4d98ci] {
    font-size: 0.7rem;
    transition: transform 0.3s ease;
}

.etrans-user-dropdown.active .etrans-dropdown-arrow[b-kdra4d98ci] {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.etrans-dropdown-menu[b-kdra4d98ci] {
    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-kdra4d98ci] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.etrans-dropdown-menu[b-kdra4d98ci]::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    border-radius: 1px;
}

.etrans-dropdown-item[b-kdra4d98ci] {
    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-kdra4d98ci] {
        background: var(--bg-light);
    }

    .etrans-dropdown-item i[b-kdra4d98ci] {
        width: 16px;
        text-align: center;
        opacity: 0.7;
        font-size: 0.85rem;
    }

.etrans-dropdown-divider[b-kdra4d98ci] {
    height: 1px;
    background: #e2e8f0;
    margin: 6px 0;
}

/* Notification Dropdown */
.etrans-notification-dropdown[b-kdra4d98ci] {
    position: relative;
}

.etrans-notification-panel[b-kdra4d98ci] {
    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-kdra4d98ci] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.etrans-notification-panel[b-kdra4d98ci]::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-kdra4d98ci] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.notification-header h4[b-kdra4d98ci] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.mark-all-read[b-kdra4d98ci] {
    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-kdra4d98ci] {
    background: var(--primary-color);
    color: white;
}

/* Notification List */
.notification-list[b-kdra4d98ci] {
    max-height: 380px;
    overflow-y: auto;
}

.notification-list[b-kdra4d98ci]::-webkit-scrollbar {
    width: 6px;
}

.notification-list[b-kdra4d98ci]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.notification-list[b-kdra4d98ci]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.notification-list[b-kdra4d98ci]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* No Notifications */
.no-notifications[b-kdra4d98ci] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #94a3b8;
}

.no-notifications i[b-kdra4d98ci] {
    font-size: 3rem;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-notifications p[b-kdra4d98ci] {
    margin: 0;
    font-size: 0.9rem;
}

/* Notification Item */
.notification-item[b-kdra4d98ci] {
    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-kdra4d98ci] {
    background: #f8fafc;
}

.notification-item.unread[b-kdra4d98ci] {
    background: #f0f9ff;
}

.notification-item.unread:hover[b-kdra4d98ci] {
    background: #e0f2fe;
}

/* Notification Icon */
.notification-icon[b-kdra4d98ci] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-icon.info[b-kdra4d98ci] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.notification-icon.success[b-kdra4d98ci] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.notification-icon.warning[b-kdra4d98ci] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.notification-icon.error[b-kdra4d98ci] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

/* Notification Content */
.notification-content[b-kdra4d98ci] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-kdra4d98ci] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.notification-message[b-kdra4d98ci] {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.4;
    margin-bottom: 4px;
}

.notification-time[b-kdra4d98ci] {
    font-size: 0.7rem;
    color: #94a3b8;
}

/* Unread Indicator */
.unread-indicator[b-kdra4d98ci] {
    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-kdra4d98ci] {
    padding: 12px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.view-all-btn[b-kdra4d98ci] {
    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-kdra4d98ci] {
    background: var(--primary-color);
    color: white;
}

/* User Info */
.etrans-user-info[b-kdra4d98ci] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 12px;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.etrans-tenant-info[b-kdra4d98ci] {
    font-size: 0.8rem;
    color: var(--secondary-dark);
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .etrans-topbar[b-kdra4d98ci] {
        left: 0;
        padding: 0 0.8rem;
        height: 45px; /* Even smaller on mobile */
    }

    .etrans-logo-text[b-kdra4d98ci] {
        font-size: 1rem;
    }

    .etrans-breadcrumb[b-kdra4d98ci] {
        display: none; /* Hide breadcrumb on mobile */
    }

    .etrans-quick-actions[b-kdra4d98ci] {
        display: none;
    }

    .etrans-user-name-small[b-kdra4d98ci] {
        display: none; /* Hide username on mobile */
    }

    .etrans-action-btn[b-kdra4d98ci] {
        width: 30px;
        height: 30px;
    }

    .etrans-notification-panel[b-kdra4d98ci] {
        width: 320px;
        right: -60px;
    }

    .etrans-tenant-info[b-kdra4d98ci] {
        display: none;
    }
}


/* _content/Admin_CarRental_Blazor/Components/Notifications.razor.rz.scp.css */
.notifications-page[b-k64y7w8mem] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.notifications-header[b-k64y7w8mem] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.header-left[b-k64y7w8mem] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notifications-header h2[b-k64y7w8mem] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 12px;
}

.notifications-header h2 i[b-k64y7w8mem] {
    color: var(--primary-color);
}

.notification-count[b-k64y7w8mem] {
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}

.header-actions[b-k64y7w8mem] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-mark-all[b-k64y7w8mem],
.btn-filter[b-k64y7w8mem] {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid;
}

.btn-mark-all[b-k64y7w8mem] {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.btn-mark-all:hover[b-k64y7w8mem] {
    background: var(--primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(202, 60, 25, 0.3);
}

.btn-filter[b-k64y7w8mem] {
    background: white;
    color: #64748b;
    border-color: #cbd5e1;
}

.btn-filter:hover[b-k64y7w8mem],
.btn-filter.active[b-k64y7w8mem] {
    background: #f8fafc;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Filter Panel */
.filter-panel[b-k64y7w8mem] {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.filter-group[b-k64y7w8mem] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.filter-group label[b-k64y7w8mem] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
}

.filter-select[b-k64y7w8mem] {
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.9rem;
    background: white;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-select:focus[b-k64y7w8mem] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(202, 60, 25, 0.1);
}

/* Notifications Content */
.notifications-content[b-k64y7w8mem] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Empty State */
.empty-state[b-k64y7w8mem] {
    text-align: center;
    padding: 80px 20px;
    color: #94a3b8;
}

.empty-state i[b-k64y7w8mem] {
    font-size: 5rem;
    margin-bottom: 24px;
    opacity: 0.5;
}

.empty-state h3[b-k64y7w8mem] {
    font-size: 1.5rem;
    margin: 0 0 12px 0;
    color: #64748b;
}

.empty-state p[b-k64y7w8mem] {
    margin: 0;
    font-size: 1rem;
    color: #94a3b8;
}

/* Notifications List */
.notifications-list[b-k64y7w8mem] {
    display: flex;
    flex-direction: column;
}

/* Notification Card */
.notification-card[b-k64y7w8mem] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.notification-card:hover[b-k64y7w8mem] {
    background: #f8fafc;
}

.notification-card.unread[b-k64y7w8mem] {
    background: linear-gradient(to right, #f0f9ff, #ffffff);
    border-left: 4px solid var(--primary-color);
}

.notification-card.unread:hover[b-k64y7w8mem] {
    background: linear-gradient(to right, #e0f2fe, #f8fafc);
}

.notification-card:last-child[b-k64y7w8mem] {
    border-bottom: none;
}

/* Notification Icon */
.notification-icon-large[b-k64y7w8mem] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.notification-icon-large.info[b-k64y7w8mem] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

.notification-icon-large.success[b-k64y7w8mem] {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.notification-icon-large.warning[b-k64y7w8mem] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

.notification-icon-large.error[b-k64y7w8mem] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
}

/* Notification Details */
.notification-details[b-k64y7w8mem] {
    flex: 1;
    min-width: 0;
}

.notification-header-row[b-k64y7w8mem] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.notification-title[b-k64y7w8mem] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.unread-badge[b-k64y7w8mem] {
    padding: 2px 8px;
    background: var(--primary-color);
    color: white;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.notification-message[b-k64y7w8mem] {
    margin: 0 0 12px 0;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

.notification-meta[b-k64y7w8mem] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notification-time[b-k64y7w8mem] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.notification-type-badge[b-k64y7w8mem] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.notification-type-badge.info[b-k64y7w8mem] {
    background: #dbeafe;
    color: #1e40af;
}

.notification-type-badge.success[b-k64y7w8mem] {
    background: #d1fae5;
    color: #065f46;
}

.notification-type-badge.warning[b-k64y7w8mem] {
    background: #fef3c7;
    color: #92400e;
}

.notification-type-badge.error[b-k64y7w8mem] {
    background: #fee2e2;
    color: #991b1b;
}

/* Notification Actions */
.notification-actions[b-k64y7w8mem] {
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.notification-card:hover .notification-actions[b-k64y7w8mem] {
    opacity: 1;
}

.btn-mark-read[b-k64y7w8mem],
.btn-delete[b-k64y7w8mem] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.btn-mark-read[b-k64y7w8mem] {
    color: #10b981;
    border-color: #10b981;
}

.btn-mark-read:hover[b-k64y7w8mem] {
    background: #10b981;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-delete[b-k64y7w8mem] {
    color: #ef4444;
    border-color: #ef4444;
}

.btn-delete:hover[b-k64y7w8mem] {
    background: #ef4444;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .notifications-page[b-k64y7w8mem] {
        padding: 16px;
    }

    .notifications-header[b-k64y7w8mem] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .header-left[b-k64y7w8mem] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .notifications-header h2[b-k64y7w8mem] {
        font-size: 1.4rem;
    }

    .header-actions[b-k64y7w8mem] {
        width: 100%;
    }

    .btn-mark-all[b-k64y7w8mem],
    .btn-filter[b-k64y7w8mem] {
        flex: 1;
        justify-content: center;
    }

    .filter-panel[b-k64y7w8mem] {
        flex-direction: column;
    }

    .notification-card[b-k64y7w8mem] {
        gap: 12px;
        padding: 16px;
    }

    .notification-icon-large[b-k64y7w8mem] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .notification-title[b-k64y7w8mem] {
        font-size: 1rem;
    }

    .notification-message[b-k64y7w8mem] {
        font-size: 0.9rem;
    }

    .notification-actions[b-k64y7w8mem] {
        opacity: 1;
    }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/404.razor.rz.scp.css */

body[b-uqq11mrqws]
{
  background-color:#141019;
  background: radial-gradient(at 50% -20%, #908392, #0d060e) fixed;
}


#handboy[b-uqq11mrqws]
{
   animation: swing-b-uqq11mrqws ease-in-out 1.3s infinite alternate;
    transform-origin: 98% 98%;
    transform-box: fill-box;
    
}


#girllight[b-uqq11mrqws]
{
   animation: swing-b-uqq11mrqws ease-in-out 1.3s infinite alternate;
    transform-origin: 0% 97%;
    transform-box: fill-box;
}

#hairgirl[b-uqq11mrqws]
{
    animation: swinghair-b-uqq11mrqws ease-in-out 1.3s infinite alternate;
   transform-origin: 60% 0%;
    transform-box: fill-box;
  
}

#zero[b-uqq11mrqws]
{
  transform-origin:bottom;
  transform-box:fill-box;
  
}

.ftr[b-uqq11mrqws]{
    text-align: center;
    margin-top: 20px;
    position:absolute;
    bottom:20px;
}

.ftr a[b-uqq11mrqws]{
    color: #fff;
}

/*************swing************/
@keyframes swing-b-uqq11mrqws {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}


/*************swing hair************/
@keyframes swinghair-b-uqq11mrqws {
    0% { transform: rotate(6deg); }
    100% { transform: rotate(-6deg); }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/CarRentalCompany/TruckVehicle.razor.rz.scp.css */
body[b-x0d1xb2nlv] {
}
/* _content/Admin_CarRental_Blazor/Components/Pages/DashBoardV2.razor.rz.scp.css */

        .container[b-6k5dvbwvlc] {
            max-width: 1400px;
            margin: 0 auto;
            padding: 2rem 1rem;
        }

        /* Header */
        .header[b-6k5dvbwvlc] {
            margin-top: 2rem;
            text-align: center;
            margin-bottom: 3rem;
            padding: 2rem 0;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
            border-radius: 20px;
            color: white;
            box-shadow: 0 10px 30px rgba(202, 60, 25, 0.3);
            position: relative;
            overflow: hidden;
        }

        .header[b-6k5dvbwvlc]::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: shimmer-b-6k5dvbwvlc 8s linear infinite;
        }

        @keyframes shimmer-b-6k5dvbwvlc {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .header h1[b-6k5dvbwvlc] {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            position: relative;
            z-index: 1;
        }

        .header .date[b-6k5dvbwvlc] {
            font-size: 1.2rem;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        /* Summary Cards */
        .summary-grid[b-6k5dvbwvlc] {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin-bottom: 3rem;
        }

        .summary-card[b-6k5dvbwvlc] {
            background: white;
            padding: 1.5rem;
            border-radius: 16px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .summary-card[b-6k5dvbwvlc]::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
        }

        .summary-card:hover[b-6k5dvbwvlc] {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.12);
            border-color: var(--primary-lighter);
        }

        .summary-card .icon[b-6k5dvbwvlc] {
            width: 50px;
            height: 50px;
            margin: 0 auto 1rem;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
        }

        .summary-card .value[b-6k5dvbwvlc] {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .summary-card .label[b-6k5dvbwvlc] {
            color: var(--text-muted);
            font-weight: 500;
            font-size: 0.9rem;
        }

        /* Schedule Cards */
        .schedules-section[b-6k5dvbwvlc] {
            margin-bottom: 3rem;
        }

        .section-title[b-6k5dvbwvlc] {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 2rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .section-title[b-6k5dvbwvlc]::before {
            content: '';
            width: 4px;
            height: 30px;
            background: linear-gradient(to bottom, var(--primary-color), var(--primary-light));
            border-radius: 2px;
        }

        .schedule-card[b-6k5dvbwvlc] {
            background: white;
            border-radius: 20px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 1px solid var(--border-light);
        }

        .schedule-card:hover[b-6k5dvbwvlc] {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }

        .schedule-header[b-6k5dvbwvlc] {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 2px solid var(--bg-light);
        }

        .schedule-info[b-6k5dvbwvlc] {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .schedule-info .label[b-6k5dvbwvlc] {
            font-size: 0.8rem;
            color: var(--text-muted);
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .schedule-info .value[b-6k5dvbwvlc] {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .schedule-info .highlight[b-6k5dvbwvlc] {
            color: var(--primary-color);
            font-weight: 700;
        }

        .status-grid[b-6k5dvbwvlc] {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .status-item[b-6k5dvbwvlc] {
            padding: 1rem;
            border-radius: 12px;
            text-align: center;
            border: 2px solid transparent;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .status-item[b-6k5dvbwvlc]::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.6s ease;
        }

        .status-item:hover[b-6k5dvbwvlc]::before {
            left: 100%;
        }

        .status-total[b-6k5dvbwvlc] { background: linear-gradient(135deg, #e3f2fd, #bbdefb); border-color: #2196f3; }
        .status-pending[b-6k5dvbwvlc] { background: linear-gradient(135deg, #fff8e1, #ffecb3); border-color: #ffc107; }
        .status-checked[b-6k5dvbwvlc] { background: linear-gradient(135deg, #e8f5e8, #c8e6c9); border-color: #4caf50; }
        .status-pickup[b-6k5dvbwvlc] { background: linear-gradient(135deg, #e1f5fe, #b3e5fc); border-color: #03a9f4; }
        .status-delivery[b-6k5dvbwvlc] { background: linear-gradient(135deg, #f3e5f5, #e1bee7); border-color: #9c27b0; }

        .status-item .number[b-6k5dvbwvlc] {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            position: relative;
            z-index: 1;
        }

        .status-item .text[b-6k5dvbwvlc] {
            font-size: 0.85rem;
            font-weight: 500;
            position: relative;
            z-index: 1;
        }

        .detail-button[b-6k5dvbwvlc] {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
            color: white;
            border: none;
            padding: 0.75rem 2rem;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.9rem;
            box-shadow: 0 4px 15px rgba(202, 60, 25, 0.3);
        }

        .detail-button:hover[b-6k5dvbwvlc] {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(202, 60, 25, 0.4);
            background: linear-gradient(135deg, var(--primary-hover), var(--primary-active));
        }

        .detail-button:active[b-6k5dvbwvlc] {
            transform: translateY(0);
        }

        /* White Tickets Section */
        .white-tickets[b-6k5dvbwvlc] {
            background: white;
            padding: 2rem;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }

        .white-tickets-header[b-6k5dvbwvlc] {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 2px solid var(--bg-light);
        }

        .ticket-stat[b-6k5dvbwvlc] {
            text-align: center;
            padding: 1rem;
            background: linear-gradient(135deg, var(--bg-light), #ffffff);
            border-radius: 12px;
            border: 2px solid var(--border-light);
        }

        .ticket-stat .number[b-6k5dvbwvlc] {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .ticket-stat .label[b-6k5dvbwvlc] {
            color: var(--text-muted);
            font-weight: 500;
        }

        .white-ticket-card[b-6k5dvbwvlc] {
            background: linear-gradient(135deg, #fff9c4, #fff59d);
            border: 2px solid #fdd835;
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }

        .white-ticket-card:hover[b-6k5dvbwvlc] {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(253, 216, 53, 0.3);
        }

        .ticket-info[b-6k5dvbwvlc] {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .ticket-info-item[b-6k5dvbwvlc] {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .ticket-info-item .label[b-6k5dvbwvlc] {
            font-size: 0.8rem;
            color: var(--text-muted);
            font-weight: 500;
        }

        .ticket-info-item .value[b-6k5dvbwvlc] {
            font-weight: 600;
            color: var(--text-dark);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .container[b-6k5dvbwvlc] {
                padding: 1rem 0.5rem;
            }

            .header h1[b-6k5dvbwvlc] {
                font-size: 2rem;
            }

            .header .date[b-6k5dvbwvlc] {
                font-size: 1rem;
            }

            .summary-grid[b-6k5dvbwvlc] {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 1rem;
            }

            .schedule-header[b-6k5dvbwvlc] {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .status-grid[b-6k5dvbwvlc] {
                grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            }

            .white-tickets-header[b-6k5dvbwvlc] {
                grid-template-columns: 1fr;
            }

            .ticket-info[b-6k5dvbwvlc] {
                grid-template-columns: 1fr;
            }
        }

        /* Loading Animation */
        .loading[b-6k5dvbwvlc] {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            border-top-color: white;
            animation: spin-b-6k5dvbwvlc 1s ease-in-out infinite;
        }

        @keyframes spin-b-6k5dvbwvlc {
            to { transform: rotate(360deg); }
        }

        /* Smooth transitions for all interactive elements */
        *[b-6k5dvbwvlc] {
            transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
        }
/* _content/Admin_CarRental_Blazor/Components/Pages/Manage/Components/TripDetailModal.razor.rz.scp.css */
    /* Modal Container */
    .trip-modal-container[b-n8zictauhv] {
        background: #fff;
        font-size: 12px;
        max-height: calc(90vh - 120px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    /* Ensure dialog content doesn't overflow */
    [b-n8zictauhv] .trip-detail-modal .e-dlg-content {
        overflow: hidden !important;
        padding: 0 !important;
    }

    /* Mobile responsive width */
    @media (max-width: 768px) {
        [b-n8zictauhv] .trip-detail-modal {
            width: 90% !important;
            max-width: 90% !important;
        }
    }

    .modal-header-content[b-n8zictauhv] {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 14px;
        font-weight: 600;
    }

    /* Header Info Bar */
.trip-header-bar[b-n8zictauhv] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 16px;
    background: #ffc09f;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

    .delivery-info-cancel[b-n8zictauhv] {
        background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    }

.header-item[b-n8zictauhv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    padding: 4px 10px;
    background: rgb(229 49 6 / 59%);
    border-radius: 3px;
}

    .header-item.primary[b-n8zictauhv] {
        background: rgb(229 49 6 / 59%);
        font-weight: 600;
        font-size: 12px;
    }

    .header-item i[b-n8zictauhv] {
        font-size: 10px;
    }

    .header-item.clickable[b-n8zictauhv] {
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .header-item.clickable:hover[b-n8zictauhv] {
        background: rgba(255, 255, 255, 0.35);
        transform: scale(1.05);
    }

    .status-pill[b-n8zictauhv] {
        padding: 3px 10px;
        border-radius: 4px;
        font-size: 0.7rem;
        font-weight: 500;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        min-width: 80px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
        transition: all 0.2s;
        cursor: default;
        outline: none;
    }

    .status-pill.status-waiting-orange[b-n8zictauhv] {
        background-color: #fff7ed !important;
        color: #ea580c !important;
        border: 1px solid #fed7aa !important;
    }

    .status-pill.status-delivering-blue[b-n8zictauhv] {
        background-color: #eff6ff !important;
        color: #2563eb !important;
        border: 1px solid #bfdbfe !important;
    }

    .status-pill.status-completed-green[b-n8zictauhv] {
        background-color: #f0fdf4 !important;
        color: #16a34a !important;
        border: 1px solid #bbf7d0 !important;
    }

    .status-pill.status-cancelled-red[b-n8zictauhv] {
        background-color: #fef2f2 !important;
        color: #dc2626 !important;
        border: 1px solid #fecaca !important;
    }

    .status-pill.status-unknown-gray[b-n8zictauhv] {
        background-color: #f9fafb !important;
        color: #6b7280 !important;
        border: 1px solid #e5e7eb !important;
        font-weight: 500 !important;
    }

    .status-pill.badge-notcheckin[b-n8zictauhv] { color: #856404; }
    .status-pill.badge-checked[b-n8zictauhv] { color: #0c5460; }
    .status-pill.badge-pickuped[b-n8zictauhv] { color: #155724; }
    .status-pill.badge-delivered[b-n8zictauhv] { color: #155724; }
    .status-pill.badge-cancel[b-n8zictauhv] { color: #721c24; }

    /* Info Grid */
    .info-grid[b-n8zictauhv] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 12px 16px;
        background: #fafbfc;
        border-bottom: 1px solid #e9ecef;
    }

    .info-item[b-n8zictauhv] {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        padding: 5px 6px;
        position: relative;
    }

    .info-item.has-replacement[b-n8zictauhv] {
        background: linear-gradient(135deg, #fff5f2 0%, #ffe8e0 50%, #fff5f2 100%);
        border-radius: 4px;
        padding: 6px 8px;
    }

    .info-item i[b-n8zictauhv] {
        color: #6c757d;
        font-size: 9px;
        width: 14px;
        flex-shrink: 0;
    }

    .info-item .label[b-n8zictauhv] {
        color: #6c757d;
        font-weight: 600;
        flex-shrink: 0;
    }

    .info-item .value[b-n8zictauhv] {
        color: #212529;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newest-indicator[b-n8zictauhv] {
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color, #ca3c19);
        font-size: 10px;
        animation: sparkle-b-n8zictauhv 2s infinite;
    }

    @keyframes sparkle-b-n8zictauhv {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.7; transform: scale(1.1); }
    }

    /* Container Info in Info Grid */
    .info-item.container-info[b-n8zictauhv] {
        grid-column: span 3;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .info-item.container-info .value[b-n8zictauhv] {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        flex: 0 1 auto;
    }

    .container-tag[b-n8zictauhv] {
        display: inline-flex;
        align-items: center;
        padding: 3px 10px;
        background: linear-gradient(135deg, #17a2b8, #138496);
        color: #fff;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 600;
        box-shadow: 0 1px 3px rgba(23, 162, 184, 0.2);
        transition: all 0.2s ease;
    }

    .container-tag:hover[b-n8zictauhv] {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(23, 162, 184, 0.3);
    }

    .btn-edit-inline[b-n8zictauhv] {
        margin-left: 8px;
        padding: 4px 10px;
        background: rgba(202, 60, 25, 0.08);
        color: var(--primary-color, #ca3c19);
        border: 1px solid rgba(202, 60, 25, 0.25);
        border-radius: 3px;
        font-size: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .btn-edit-inline:hover[b-n8zictauhv] {
        background: rgba(202, 60, 25, 0.15);
        border-color: var(--primary-color, #ca3c19);
        color: #b83419;
        transform: translateY(-1px);
    }

    .btn-edit-inline i[b-n8zictauhv] {
        font-size: 9px;
    }

    .btn-edit-inline span[b-n8zictauhv] {
        font-size: 10px;
    }

    .text-muted[b-n8zictauhv] {
        color: #6c757d;
        font-style: italic;
    }

    /* Quantities Bar */
    .quantities-bar[b-n8zictauhv] {
        display: flex;
        gap: 10px;
        padding: 10px 16px;
        background: #fff;
        border-bottom: 1px solid #e9ecef;
    }

    .qty-box[b-n8zictauhv] {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px 10px;
        background: #f8f9fa;
        border-radius: 4px;
        border: 1px solid #e9ecef;
    }

    .qty-box.accent[b-n8zictauhv] {
        background: #fff5f2;
        border-color: var(--primary-color, #ca3c19);
    }

    .qty-label[b-n8zictauhv] {
        font-size: 10px;
        color: #6c757d;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 3px;
    }

    .qty-num[b-n8zictauhv] {
        font-size: 15px;
        font-weight: 700;
        color: var(--primary-color, #ca3c19);
    }

    .qty-num[b-n8zictauhv]::after {
        content: ' kg';
        font-size: 9px;
        font-weight: 500;
        color: #6c757d;
        margin-left: 2px;
    }

    /* Timeline Section */
    .timeline-section[b-n8zictauhv] {
        padding: 14px 16px;
        background: #f8f9fa;
    }

    .timeline-track[b-n8zictauhv] {
        display: flex;
        position: relative;
        gap: 0;
    }

    /* Gray background line (full width) */
    .timeline-track[b-n8zictauhv]::after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        top: 20px;
        height: 3px;
        background: #e9ecef;
        z-index: 0;
    }

    /* Active colored line (dynamic width) */
    .timeline-track[b-n8zictauhv]::before {
        content: '';
        position: absolute;
        left: 20px;
        right: auto;
        top: 20px;
        height: 3px;
        width: calc((100% - 40px) * var(--timeline-progress, 0));
        background: var(--timeline-color, #e9ecef);
        z-index: 1;
        transition: all 0.3s ease;
    }

    /* Dynamic line coloring based on progress - 3 base stages */
    .timeline-track.stage-count-3.progress-checked[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%,
            #0c5460 33.33%,
            #e9ecef 33.33%,
            #e9ecef 100%);
    }

    .timeline-track.stage-count-3.progress-pickuped[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%,
            #0c5460 33.33%,
            #155724 33.33%,
            #155724 66.66%,
            #e9ecef 66.66%,
            #e9ecef 100%);
    }

    .timeline-track.stage-count-3.progress-delivered[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%,
            #0c5460 33.33%,
            #155724 33.33%,
            #155724 100%);
    }

    /* Dynamic line coloring for additional change company stages */
    .timeline-track.stage-count-4.progress-checked[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 25%,
            #e9ecef 25%, #e9ecef 100%);
    }

    .timeline-track.stage-count-4.progress-pickuped[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 25%,
            #155724 25%, #155724 50%,
            #e9ecef 50%, #e9ecef 100%);
    }

    .timeline-track.stage-count-4.progress-delivered[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 25%,
            #155724 25%, #155724 75%,
            #e9ecef 75%, #e9ecef 100%);
    }

    .timeline-track.stage-count-4.progress-change-1[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 25%,
            #155724 25%, #155724 75%,
            #856404 75%, #856404 100%);
    }

    .timeline-track.stage-count-5.progress-checked[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 20%,
            #e9ecef 20%, #e9ecef 100%);
    }

    .timeline-track.stage-count-5.progress-pickuped[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 20%,
            #155724 20%, #155724 40%,
            #e9ecef 40%, #e9ecef 100%);
    }

    .timeline-track.stage-count-5.progress-delivered[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 20%,
            #155724 20%, #155724 60%,
            #e9ecef 60%, #e9ecef 100%);
    }

    .timeline-track.stage-count-5.progress-change-1[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 20%,
            #155724 20%, #155724 60%,
            #856404 60%, #856404 80%,
            #e9ecef 80%, #e9ecef 100%);
    }

    .timeline-track.stage-count-5.progress-change-2[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 20%,
            #155724 20%, #155724 60%,
            #856404 60%, #856404 100%);
    }

    /* Stage count 6 (3 base + 3 changes) */
    .timeline-track.stage-count-6.progress-checked[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 16.66%,
            #e9ecef 16.66%, #e9ecef 100%);
    }

    .timeline-track.stage-count-6.progress-pickuped[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 16.66%,
            #155724 16.66%, #155724 33.33%,
            #e9ecef 33.33%, #e9ecef 100%);
    }

    .timeline-track.stage-count-6.progress-delivered[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 16.66%,
            #155724 16.66%, #155724 50%,
            #e9ecef 50%, #e9ecef 100%);
    }

    .timeline-track.stage-count-6.progress-change-1[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 16.66%,
            #155724 16.66%, #155724 50%,
            #856404 50%, #856404 66.66%,
            #e9ecef 66.66%, #e9ecef 100%);
    }

    .timeline-track.stage-count-6.progress-change-2[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 16.66%,
            #155724 16.66%, #155724 50%,
            #856404 50%, #856404 83.33%,
            #e9ecef 83.33%, #e9ecef 100%);
    }

    .timeline-track.stage-count-6.progress-change-3[b-n8zictauhv]::before {
        background: linear-gradient(to right,
            #0c5460 0%, #0c5460 16.66%,
            #155724 16.66%, #155724 50%,
            #856404 50%, #856404 100%);
    }

    .timeline-stage[b-n8zictauhv] {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        transition: all 0.2s ease;
        position: relative;
    }

    .timeline-stage:hover .stage-icon[b-n8zictauhv] {
        transform: scale(1.08);
    }

    .stage-icon[b-n8zictauhv] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #dee2e6;
        color: #6c757d;
        font-size: 15px;
        z-index: 2;
        margin-bottom: 8px;
        transition: all 0.2s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Stage-specific colors matching status badges */
    .timeline-stage.stage-checked.active .stage-icon[b-n8zictauhv] {
        background: #0c5460;
        color: #fff;
        box-shadow: 0 2px 8px rgba(12, 84, 96, 0.3);
    }

    .timeline-stage.stage-pickuped.active .stage-icon[b-n8zictauhv] {
        background: #155724;
        color: #fff;
        box-shadow: 0 2px 8px rgba(21, 87, 36, 0.3);
    }

    .timeline-stage.stage-delivered.active .stage-icon[b-n8zictauhv] {
        background: #155724;
        color: #fff;
        box-shadow: 0 2px 8px rgba(21, 87, 36, 0.3);
    }

    .timeline-stage.stage-changed.active .stage-icon[b-n8zictauhv] {
        background: #856404;
        color: #fff;
        box-shadow: 0 2px 8px rgba(133, 100, 4, 0.3);
    }

    .timeline-stage.active .stage-icon[b-n8zictauhv] {
        background: var(--primary-color, #ca3c19);
        color: #fff;
        box-shadow: 0 2px 8px rgba(202, 60, 25, 0.3);
    }

    .stage-label[b-n8zictauhv] {
        font-size: 10px;
        font-weight: 600;
        color: #6c757d;
        margin-bottom: 3px;
    }

    .timeline-stage.stage-checked.active .stage-label[b-n8zictauhv] {
        color: #0c5460;
    }

    .timeline-stage.stage-pickuped.active .stage-label[b-n8zictauhv] {
        color: #155724;
    }

    .timeline-stage.stage-delivered.active .stage-label[b-n8zictauhv] {
        color: #155724;
    }

    .timeline-stage.stage-changed.active .stage-label[b-n8zictauhv] {
        color: #856404;
    }

    .timeline-stage.active .stage-label[b-n8zictauhv] {
        color: var(--primary-color, #ca3c19);
    }

    .stage-time[b-n8zictauhv] {
        font-size: 11px;
        color: #495057;
        font-weight: 600;
    }

    .stage-badge[b-n8zictauhv] {
        position: absolute;
        top: -4px;
        right: calc(50% - 24px);
        background: var(--primary-color, #ca3c19);
        color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 8px;
        font-weight: 700;
        z-index: 2;
    }

    /* Disabled Stage Styling */
    .timeline-stage.disabled[b-n8zictauhv] {
        cursor: not-allowed;
        opacity: 0.5;
        pointer-events: none;
    }

    .timeline-stage.disabled .stage-icon[b-n8zictauhv] {
        background: #e9ecef;
        color: #adb5bd;
    }

    .timeline-stage.disabled .stage-label[b-n8zictauhv] {
        color: #adb5bd;
    }

    .timeline-stage.disabled:hover .stage-icon[b-n8zictauhv] {
        transform: none;
    }

    /* Stage Details */
    .stage-details[b-n8zictauhv] {
        margin: 10px 16px;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 4px;
        animation: slideDown-b-n8zictauhv 0.2s ease;
    }

    @keyframes slideDown-b-n8zictauhv {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .details-header[b-n8zictauhv] {
        padding: 8px 12px;
        background: #f8f9fa;
        border-bottom: 1px solid #e9ecef;
        font-weight: 600;
        font-size: 11px;
        color: #495057;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .complete-action-btn[b-n8zictauhv] {
        margin-left: auto;
        padding: 5px 10px;
        background: rgba(202, 60, 25, 0.12);
        color: var(--primary-color, #ca3c19);
        border: 1px solid rgba(202, 60, 25, 0.3);
        border-radius: 10px;
        font-size: 10px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
        transition: all 0.2s ease;
    }

    .complete-action-btn:hover[b-n8zictauhv] {
        background: rgba(202, 60, 25, 0.2);
        border-color: var(--primary-color, #ca3c19);
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(202, 60, 25, 0.2);
    }

    .complete-action-btn:active[b-n8zictauhv] {
        transform: translateY(0);
        background: rgba(202, 60, 25, 0.25);
    }

    .complete-action-btn i[b-n8zictauhv] {
        font-size: 9px;
    }

    .details-header i[b-n8zictauhv] {
        color: var(--primary-color, #ca3c19);
        font-size: 10px;
    }

    .details-summary[b-n8zictauhv] {
        padding: 8px 12px;
        font-size: 11px;
        color: var(--primary-color, #ca3c19);
        font-weight: 600;
        background: #fff5f2;
        border-bottom: 1px solid #e9ecef;
    }

    .image-section-header[b-n8zictauhv] {
        padding: 8px 12px;
        background: #f8f9fa;
        border-top: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
        font-size: 11px;
        font-weight: 600;
        color: #495057;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .add-section-btn[b-n8zictauhv] {
        margin-left: auto;
        padding: 3px 8px;
        background: rgba(202, 60, 25, 0.1);
        color: var(--primary-color, #ca3c19);
        border: 1px solid rgba(202, 60, 25, 0.25);
        border-radius: 8px;
        font-size: 9px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 3px;
        transition: all 0.2s ease;
    }

    .add-section-btn:hover[b-n8zictauhv] {
        background: rgba(202, 60, 25, 0.18);
        border-color: rgba(202, 60, 25, 0.4);
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(202, 60, 25, 0.15);
    }

    .add-section-btn:active[b-n8zictauhv] {
        transform: translateY(0);
        background: rgba(202, 60, 25, 0.22);
    }

    .add-section-btn i[b-n8zictauhv] {
        font-size: 8px;
    }

    .image-section-header:first-of-type[b-n8zictauhv] {
        margin-top: 0;
    }

    .image-section-header i[b-n8zictauhv] {
        color: var(--primary-color, #ca3c19);
        font-size: 10px;
    }

    /* Image Grid Layout */
    .image-grid[b-n8zictauhv] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 12px;
        padding: 12px;
    }

    .image-card[b-n8zictauhv] {
        position: relative;
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    .image-card:hover[b-n8zictauhv] {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(202, 60, 25, 0.15);
        border-color: var(--primary-color, #ca3c19);
    }

    .image-card-badge[b-n8zictauhv] {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--primary-color, #ca3c19);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        z-index: 2;
        box-shadow: 0 2px 8px rgba(202, 60, 25, 0.4);
    }

    .image-card-thumb[b-n8zictauhv] {
        position: relative;
        width: 100%;
        height: 180px;
        overflow: hidden;
        cursor: pointer;
        background: #f8f9fa;
    }

    .image-card-thumb img[b-n8zictauhv] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .image-card:hover .image-card-thumb img[b-n8zictauhv] {
        transform: scale(1.1);
    }

    .image-card-overlay[b-n8zictauhv] {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .image-card-thumb:hover .image-card-overlay[b-n8zictauhv] {
        opacity: 1;
    }

    .image-card-overlay i[b-n8zictauhv] {
        color: #fff;
        font-size: 24px;
    }

    .image-card-info[b-n8zictauhv] {
        padding: 10px 12px;
        background: linear-gradient(to bottom, #fff 0%, #fafbfc 100%);
        border-top: 1px solid #e9ecef;
    }

    .image-card-qty[b-n8zictauhv] {
        font-size: 12px;
        font-weight: 700;
        color: var(--primary-color, #ca3c19);
        margin-bottom: 4px;
    }

    .image-card-time[b-n8zictauhv] {
        font-size: 10px;
        color: #6c757d;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .image-card-time[b-n8zictauhv]::before {
        content: '\f017';
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
        font-size: 9px;
    }

    .image-card-edit[b-n8zictauhv] {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.95);
        color: var(--primary-color, #ca3c19);
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        transition: all 0.2s ease;
        z-index: 2;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .image-card-edit:hover[b-n8zictauhv] {
        background: var(--primary-color, #ca3c19);
        color: #fff;
        transform: scale(1.1);
    }

    /* Replacement History - Clean Table Design */
    .replacement-history-clean[b-n8zictauhv] {
        margin: 10px 16px;
        border: 1px solid #e9ecef;
        border-radius: 4px;
        overflow: hidden;
        background: #fff;
    }

    .replacement-table[b-n8zictauhv] {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px;
    }

    .replacement-table thead[b-n8zictauhv] {
        background: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
    }

    .replacement-table th[b-n8zictauhv] {
        padding: 8px 12px;
        text-align: left;
        font-weight: 600;
        font-size: 10px;
        color: #6c757d;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .replacement-table .th-status[b-n8zictauhv] {
        width: 40px;
        text-align: center;
    }

    .replacement-table .th-vehicle[b-n8zictauhv] {
        width: 30%;
    }

    .replacement-table .th-mooc[b-n8zictauhv] {
        width: 30%;
    }

    .replacement-table .th-driver[b-n8zictauhv] {
        width: 35%;
    }

    .replacement-table tbody tr[b-n8zictauhv] {
        border-bottom: 1px solid #f8f9fa;
        transition: background 0.2s ease;
    }

    .replacement-table tbody tr:hover[b-n8zictauhv] {
        background: #fafbfc;
    }

    .replacement-table tbody tr:last-child[b-n8zictauhv] {
        border-bottom: none;
    }

    .replacement-table tbody tr.row-latest[b-n8zictauhv] {
        background: linear-gradient(90deg, #fff5f2 0%, #fff 100%);
        border-left: 3px solid var(--primary-color, #ca3c19);
    }

    .replacement-table tbody tr.row-latest:hover[b-n8zictauhv] {
        background: linear-gradient(90deg, #ffe8e0 0%, #fff 100%);
    }

    .replacement-table td[b-n8zictauhv] {
        padding: 10px 12px;
        color: #495057;
    }

    .replacement-table .td-status[b-n8zictauhv] {
        text-align: center;
    }

    .status-number[b-n8zictauhv] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #e9ecef;
        color: #6c757d;
        font-size: 10px;
        font-weight: 600;
    }

    .status-current[b-n8zictauhv] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color, #ca3c19);
        font-size: 16px;
    }

    .value-changed[b-n8zictauhv] {
        color: var(--primary-color, #ca3c19);
        font-weight: 700;
        padding: 2px 6px;
        background: rgba(202, 60, 25, 0.1);
        border-radius: 3px;
    }

    .value-empty[b-n8zictauhv] {
        color: #adb5bd;
        font-style: italic;
    }

    /* Notes Section */
    .notes-section[b-n8zictauhv] {
        margin: 10px 16px;
        border: 1px solid #e9ecef;
        border-radius: 4px;
        overflow: hidden;
    }

    .notes-content[b-n8zictauhv] {
        padding: 10px 12px;
        font-size: 11px;
        line-height: 1.5;
        color: #495057;
        white-space: pre-wrap;
    }

    /* Cancel Section */
    .cancel-section[b-n8zictauhv] {
        padding: 24px;
        text-align: center;
    }

    .cancel-icon[b-n8zictauhv] {
        font-size: 48px;
        color: #dc3545;
        margin-bottom: 12px;
    }

    .cancel-title[b-n8zictauhv] {
        font-size: 14px;
        font-weight: 700;
        color: #dc3545;
        margin-bottom: 8px;
    }

    .cancel-reason[b-n8zictauhv] {
        font-size: 11px;
        color: #6c757d;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    /* Edit Dialog Styles */
    .edit-dialog-content[b-n8zictauhv] {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .edit-label[b-n8zictauhv] {
        font-size: 12px;
        font-weight: 600;
        color: #495057;
        margin-bottom: 4px;
        display: block;
    }

    .edit-upload-container[b-n8zictauhv] {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .edit-preview-image[b-n8zictauhv] {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border-radius: 4px;
        border: 2px solid #e9ecef;
        transition: border-color 0.2s ease;
    }

    .edit-preview-image:hover[b-n8zictauhv] {
        border-color: var(--primary-color, #ca3c19);
    }

    /* Desktop optimization */
    @media (min-width: 1200px) {
        [b-n8zictauhv] .trip-detail-modal .e-dialog {
            max-width: 900px;
        }

        .image-grid[b-n8zictauhv] {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
    }

    @media (min-width: 1400px) {
        [b-n8zictauhv] .trip-detail-modal .e-dialog {
            max-width: 1000px;
        }
    }

    @media (max-width: 480px) {
        .image-grid[b-n8zictauhv] {
            grid-template-columns: 1fr;
        }

        .info-grid[b-n8zictauhv] {
            grid-template-columns: 1fr;
        }

        .header-item[b-n8zictauhv] {
            font-size: 9px;
            padding: 2px 4px;
        }

        .qty-num[b-n8zictauhv] {
            font-size: 12px;
        }

        /* Smaller modal on very small screens */
        [b-n8zictauhv] .trip-detail-modal {
            width: 95% !important;
            max-width: 95% !important;
        }
    }

    /* Loading Skeleton */
    .loading-skeleton[b-n8zictauhv] {
        padding: 20px;
    }

    .skeleton-header[b-n8zictauhv] {
        display: flex;
        gap: 16px;
        margin-bottom: 24px;
        padding: 16px;
        background: #f8f9fa;
        border-radius: 8px;
    }

    .skeleton-content[b-n8zictauhv] {
        padding: 16px;
    }

    .skeleton-section[b-n8zictauhv] {
        margin-bottom: 24px;
    }

    .skeleton-item[b-n8zictauhv] {
        background: #e9ecef;
        border-radius: 4px;
    }

    .skeleton-animate[b-n8zictauhv] {
        animation: skeleton-pulse-b-n8zictauhv 1.5s ease-in-out infinite;
    }

    @keyframes skeleton-pulse-b-n8zictauhv {
        0%, 100% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
    }

/* Change Location & Return Goods Buttons */
.btn-change-location[b-n8zictauhv],
.btn-return-goods[b-n8zictauhv] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.btn-change-location[b-n8zictauhv] {
    margin-left: auto;
}

.btn-change-location:hover[b-n8zictauhv],
.btn-return-goods:hover[b-n8zictauhv] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.btn-change-location i[b-n8zictauhv],
.btn-return-goods i[b-n8zictauhv] {
    font-size: 11px;
}

.change-location-badge[b-n8zictauhv] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: #28a745;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color, #ca3c19);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@keyframes pulse-badge-b-n8zictauhv {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}
/* Export Command Section Styles */
.export-command-section[b-n8zictauhv] {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.export-command-header[b-n8zictauhv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .export-command-header .header-left[b-n8zictauhv] {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.export-qty-cards[b-n8zictauhv] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
}

.export-qty-card[b-n8zictauhv] {
    position: relative;
    background: linear-gradient(135deg, #fff5f2 0%, #fff 100%);
    border: 1px solid rgba(202, 60, 25, 0.2);
    border-radius: 6px;
    padding: 10px 12px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(202, 60, 25, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    min-width: 400px;
}

    .export-qty-card:hover[b-n8zictauhv] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(202, 60, 25, 0.15);
        border-color: var(--primary-color, #ca3c19);
    }

.export-qty-card-header[b-n8zictauhv] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

    .export-qty-card-header i[b-n8zictauhv] {
        color: var(--primary-color, #ca3c19);
        font-size: 10px;
    }

    .export-qty-card-header .cmd-name[b-n8zictauhv] {
        font-weight: 700;
        font-size: 11px;
        color: var(--primary-color, #ca3c19);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1;
    }

.export-qty-card-body[b-n8zictauhv] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex: 1;
    align-items: center;
}

.warehouse-info[b-n8zictauhv],
.quantity-info[b-n8zictauhv] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: #495057;
}

    .warehouse-info i[b-n8zictauhv],
    .quantity-info i[b-n8zictauhv] {
        color: #6c757d;
        font-size: 9px;
        width: 12px;
        flex-shrink: 0;
    }

    .warehouse-info span[b-n8zictauhv] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .quantity-info span[b-n8zictauhv] {
        font-weight: 700;
        color: var(--primary-color, #ca3c19);
    }

.export-qty-card-actions[b-n8zictauhv] {
    display: flex;
    gap: 4px;
    margin-left: auto;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .export-command-section[b-n8zictauhv] {
        grid-column: span 2;
    }

    .export-qty-cards[b-n8zictauhv] {
        grid-template-columns: 1fr;
    }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/Manage/ManageBarger.razor.rz.scp.css */
/* BookTruck Page Specific Styles */
.filter-label[b-i02aowy83x] {
    font-size: 0.7rem;
    margin-left: 0.2rem;
}
/* Sticky Table Header */
.sticky-table-header[b-i02aowy83x] {
    position: fixed;
    top: 172px;
    left: var(--sidebar-width);
    right: 0;
    z-index: 90;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: left 0.3s ease;
}

.sidebar-collapsed .sticky-table-header[b-i02aowy83x] {
    left: var(--sidebar-collapsed-width);
}

.trips-table-header[b-i02aowy83x] {
    width: auto;
    min-width: 2200px;
    border-collapse: collapse;
}

    .trips-table-header thead[b-i02aowy83x] {
        background: #f8f9fa;
    }

    .trips-table-header th[b-i02aowy83x] {
        padding: 8px 6px;
        text-align: left;
        font-weight: 600;
        font-size: 0.75rem;
        color: var(--text-primary);
        border-bottom: 2px solid var(--border-light);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .trips-table-header th.sortable[b-i02aowy83x] {
            cursor: pointer;
            user-select: none;
            transition: background-color 0.2s ease;
        }

            .trips-table-header th.sortable:hover[b-i02aowy83x] {
                background-color: #e9ecef;
            }

            .trips-table-header th.sortable i[b-i02aowy83x] {
                margin-left: 4px;
                font-size: 0.7rem;
            }

    /* Column widths for sticky header - must match trips-table */
    .trips-table-header .col-checkbox[b-i02aowy83x] {
        width: 40px;
        min-width: 40px;
        text-align: center;
    }

    .trips-table-header .col-stt[b-i02aowy83x] {
        width: 50px;
        min-width: 50px;
        text-align: center;
    }

    .trips-table-header .col-code[b-i02aowy83x] {
        min-width: 100px;
    }

    .trips-table-header .col-vehicle-name[b-i02aowy83x] {
        min-width: 140px;
    }

    .trips-table-header .col-ship-type[b-i02aowy83x] {
        min-width: 100px;
    }

    .trips-table-header .col-captain[b-i02aowy83x] {
        min-width: 140px;
    }

    .trips-table-header .col-phone[b-i02aowy83x] {
        min-width: 110px;
    }

    .trips-table-header .col-registration-photo[b-i02aowy83x] {
        min-width: 100px;
        text-align: center;
    }

    .trips-table-header .col-team[b-i02aowy83x] {
        min-width: 140px;
    }

    .trips-table-header .col-departure[b-i02aowy83x] {
        min-width: 120px;
    }

    .trips-table-header .col-receive-date[b-i02aowy83x] {
        min-width: 100px;
    }

    .trips-table-header .col-port-arrival[b-i02aowy83x] {
        min-width: 140px;
    }

    .trips-table-header .col-port-departure[b-i02aowy83x] {
        min-width: 140px;
    }

    .trips-table-header .col-completion[b-i02aowy83x] {
        min-width: 120px;
    }

    .trips-table-header .col-notes[b-i02aowy83x] {
        min-width: 120px;
    }

    .trips-table-header .col-special[b-i02aowy83x] {
        min-width: 120px;
    }

    .trips-table-header .col-actions[b-i02aowy83x] {
        min-width: 100px;
        position: fixed;
        right: 3px;
        z-index: 10;
        background: #f8f9fa;
        box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    }

/* Modal Container Variants */
.modal-container--wide[b-i02aowy83x] {
    max-width: 900px !important;
    width: 90% !important;
}

/* Filter Section Styles */
.filters-section[b-i02aowy83x] {
    background: white;
    padding: 6px 6px;
    border-radius: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--border-light);
}

/* Mobile Filter Toggle */
button.mobile-filter-toggle[b-i02aowy83x] {
    display: none;
    width: 100%;
    padding: 10px 14px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #495057;
    transition: all 0.2s ease;
    margin-bottom: 8px;
}

    button.mobile-filter-toggle:hover[b-i02aowy83x] {
        background: #e9ecef;
        border-color: #dee2e6;
    }

    button.mobile-filter-toggle i.fa-chevron-down[b-i02aowy83x] {
        transition: transform 0.2s ease;
    }

    button.mobile-filter-toggle.active i.fa-chevron-down[b-i02aowy83x] {
        transform: rotate(180deg);
    }

@media (max-width: 768px) {
    .filters-section[b-i02aowy83x] {
        padding: 8px 10px;
        width: 100%;
    }
}

.filters-container[b-i02aowy83x] {
    background: white;
    transition: left 0.3s ease;
}

.filters-grid[b-i02aowy83x] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
    gap: 4px;
}

@media (max-width: 768px) {
    .filters-grid[b-i02aowy83x] {
        display: none;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 8px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 6px;
        border: 1px solid #e9ecef;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

        .filters-grid.mobile-expanded[b-i02aowy83x] {
            display: grid;
        }

    button.mobile-filter-toggle[b-i02aowy83x] {
        display: flex;
    }
}

.filter-group[b-i02aowy83x] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: flex-end;
}

.filter-input[b-i02aowy83x], .filter-select[b-i02aowy83x] {
    padding: 3px 5px;
    border: 1px solid var(--border-light);
    border-radius: 3px;
    font-size: 0.7rem;
    transition: all 0.2s ease;
    background: white;
    height: 26px;
}

    .filter-input:focus[b-i02aowy83x], .filter-select:focus[b-i02aowy83x] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 1px rgba(202, 60, 25, 0.2);
    }


/* Table and Grid Layout Styles */
.manage-trips-grid-wrapper[b-i02aowy83x] {
    position: relative;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    /* Custom Scrollbar Styles */
    .manage-trips-grid-wrapper[b-i02aowy83x]::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .manage-trips-grid-wrapper[b-i02aowy83x]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .manage-trips-grid-wrapper[b-i02aowy83x]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-light, #ca3c19), var(--primary-hover, #d96b47));
        border-radius: 10px;
        border: 2px solid #f1f1f1;
    }

        .manage-trips-grid-wrapper[b-i02aowy83x]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-light, #ca3c19));
        }

    .manage-trips-grid-wrapper[b-i02aowy83x]::-webkit-scrollbar-corner {
        background: #f1f1f1;
    }

/* Firefox Scrollbar */
.manage-trips-grid-wrapper[b-i02aowy83x] {
    scrollbar-width: auto;
    scrollbar-color: var(--primary-light, #ca3c19) #f1f1f1;
}

.main-planning-grid[b-i02aowy83x] {
    height: calc(100vh - 190px) !important;
    width: 100% !important;
}

    .main-planning-grid .rz-datatable-data[b-i02aowy83x] {
        height: calc(100vh - 250px) !important;
        overflow-y: auto !important;
    }

.page-content[b-i02aowy83x] {
    overflow-y: auto; /* Allow page scroll if content is taller than screen */
}

@media (max-width: 900px) {
    .page-content[b-i02aowy83x] {
        width: 100%;
    }

    .manage-trips-grid-wrapper[b-i02aowy83x] {
        padding: 0 10px;
    }

    .radzen-grouped-grid-container[b-i02aowy83x] {
        margin: 8px;
        max-width: calc(100vw - 20px);
    }
}

@media (max-width: 768px) {
    .page-content[b-i02aowy83x] {
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .radzen-grouped-grid-container[b-i02aowy83x] {
        height: calc(100vh - 320px);
        max-height: 500px;
        min-height: 350px;
        margin: 8px 4px;
        max-width: calc(100vw - 8px);
    }
}

/* Responsive Design */
.sidebar-collapsed .filters-container[b-i02aowy83x] {
    left: var(--sidebar-collapsed-width);
}

/* Remove sidebar-specific positioning for grid wrapper since it's now relative */

/* Status Tags Styles */
.status-tags[b-i02aowy83x] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.status-tag[b-i02aowy83x] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.status-waiting-orange[b-i02aowy83x] {
    background-color: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
    font-weight: 600;
}

.status-waiting-orange:hover[b-i02aowy83x] {
    background-color: #ffedd5;
    box-shadow: 0 2px 4px rgba(234, 88, 12, 0.2);
}

.status-booked-green[b-i02aowy83x] {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-weight: 600;
}

.status-booked-green:hover[b-i02aowy83x] {
    background-color: #dcfce7;
    box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
}

.status-delivering-blue[b-i02aowy83x] {
    background-color: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    font-weight: 600;
}

.status-delivering-blue:hover[b-i02aowy83x] {
    background-color: #dbeafe;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

.status-completed-green[b-i02aowy83x] {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-weight: 600;
}

.status-completed-green:hover[b-i02aowy83x] {
    background-color: #dcfce7;
    box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
}

.status-cancelled-red[b-i02aowy83x] {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    font-weight: 600;
}

.status-cancelled-red:hover[b-i02aowy83x] {
    background-color: #fee2e2;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}

.status-unknown-gray[b-i02aowy83x] {
    background-color: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    font-weight: 500;
}

.status-unknown-gray:hover[b-i02aowy83x] {
    background-color: #f3f4f6;
    box-shadow: 0 2px 4px rgba(107, 114, 128, 0.2);
}

/* Legacy status styles */
.status-chua-thuc-hien[b-i02aowy83x] {
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    color: #6b7280;
    border: 1px solid #9ca3af;
}

.status-dang-thuc-hien[b-i02aowy83x] {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
    border: 1px solid #3b82f6;
}

.status-hoan-thanh[b-i02aowy83x] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
    border: 1px solid #10b981;
}

.status-huy[b-i02aowy83x] {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    color: #991b1b;
    border: 1px solid #dc2626;
}

/* Hover effects */
.status-tag:hover[b-i02aowy83x] {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.approval-badge-animated[b-i02aowy83x] {
    animation: badge-pulse-b-i02aowy83x 2s infinite, badge-glow-b-i02aowy83x 3s ease-in-out infinite alternate;
    position: relative;
    overflow: hidden;
}

@keyframes badge-pulse-b-i02aowy83x {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes badge-glow-b-i02aowy83x {
    0% {
        box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    }

    100% {
        box-shadow: 0 0 10px rgba(220, 53, 69, 0.8), 0 0 15px rgba(220, 53, 69, 0.6);
    }
}

.approval-badge-animated[b-i02aowy83x]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: badge-shine-b-i02aowy83x 2.5s infinite;
}

@keyframes badge-shine-b-i02aowy83x {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Hover effect for extra attention */
.approval-badge-animated:hover[b-i02aowy83x] {
    animation-duration: 1s;
    transform: scale(1.15);
}

/* ManageBarger Specific Styles */
.grouped-schedules-container[b-i02aowy83x] {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    min-width: 2200px;
    padding: 0;
}

/* Custom schedule group styling with sticky headers */
.schedule-group-container[b-i02aowy83x] {
    position: relative;
}

/* Radzen Grouped Grid Styles */
.radzen-grouped-grid-container[b-i02aowy83x] {
    height: calc(100vh - 240px); /* Fixed height - adjust based on filters + pager */
    min-height: 400px; /* Minimum height to ensure usability */
    width: 100%;
    max-width: calc(100vw - 40px); /* Leave some margin */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Radzen DataGrid Override for Fixed Header and Proper Scrolling */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* Sticky Table Header */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border-bottom: 2px solid #dee2e6 !important;
}

    /* Header Row Styling */
    [b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header .rz-sortable-column,
    [b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header th {
        background: #f8f9fa !important;
        font-weight: 600 !important;
        font-size: 11px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
        padding: 12px 8px !important;
        border-right: 1px solid #dee2e6 !important;
    }

/* Scrollable Body Container */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data {
    flex: 1 !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    max-height: 500px !important; /* Fixed maximum scroll height */
    min-height: 300px !important; /* Minimum scroll area */
}

/* Group Headers - Make them sticky within scroll area */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-group-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 80 !important;
    background: linear-gradient(90deg, #fafafa 0%, #ffffff 100%) !important;
    border-bottom: 1px solid #e9ecef !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* Custom Group Header Template Styling */
[b-i02aowy83x] .custom-group-header {
    padding: 10px 16px !important;
    border-left: 4px solid var(--primary-color, #ca3c19) !important;
}

/* Group Rows Styling */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-group-row td {
    padding: 0 !important;
    border: none !important;
}

/* Data Rows */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data tr {
    transition: background-color 0.15s ease !important;
}

    [b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data tr:hover {
        background: rgba(202, 60, 25, 0.05) !important;
    }

/* Frozen Column Support */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-frozen-left {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: white !important;
    border-right: 2px solid #dee2e6 !important;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1) !important;
}

[b-i02aowy83x] .radzen-grouped-grid-container .rz-frozen-right {
    position: sticky !important;
    right: 0 !important;
    z-index: 90 !important;
    background: white !important;
    border-left: 2px solid #dee2e6 !important;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1) !important;
}

/* Action Column Specific Styling */
[b-i02aowy83x] .action-buttons {
    display: flex !important;
    gap: 4px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 4px !important;
}

/* Ensure proper header alignment for frozen columns */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header .rz-frozen-left,
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header .rz-frozen-right {
    background: #f8f9fa !important;
    z-index: 110 !important;
}

/* Performance optimization for sticky elements */
[b-i02aowy83x] .rz-frozen-left,
[b-i02aowy83x] .rz-frozen-right,
[b-i02aowy83x] .rz-datatable-header,
[b-i02aowy83x] .rz-group-header {
    will-change: transform !important;
    transform: translateZ(0) !important;
}

/* Container Sizing Utilities */
.grid-container-wrapper[b-i02aowy83x] {
    display: flex;
    flex-direction: column;
    height: fit-content;
    max-height: 80vh;
}

.grid-header-section[b-i02aowy83x] {
    flex-shrink: 0;
    background: white;
    border-radius: 8px 8px 0 0;
    border: 1px solid #dee2e6;
    border-bottom: none;
    padding: 12px 16px;
}

.grid-body-section[b-i02aowy83x] {
    flex: 1;
    min-height: 300px;
    overflow: hidden;
}

.grid-footer-section[b-i02aowy83x] {
    flex-shrink: 0;
    background: white;
    border-radius: 0 0 8px 8px;
    border: 1px solid #dee2e6;
    border-top: none;
}

/* Viewport-based sizing */
.viewport-container[b-i02aowy83x] {
    height: 70vh;
    max-height: 70vh;
    min-height: 400px;
}

@media (max-height: 600px) {
    .viewport-container[b-i02aowy83x] {
        height: 60vh;
        max-height: 60vh;
        min-height: 300px;
    }
}

/* Content fitting utilities */
.fit-content[b-i02aowy83x] {
    height: fit-content !important;
    max-height: none !important;
}

.scroll-viewport[b-i02aowy83x] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

/* Schedule display in group header */
.schedule-display[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .schedule-display .schedule-id[b-i02aowy83x] {
        font-size: 13px;
        font-weight: 700;
        color: var(--primary-color, #ca3c19);
    }

    .schedule-display .schedule-type[b-i02aowy83x] {
        font-size: 10px;
        font-weight: 700;
        color: #495057;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 3px 9px;
        border-radius: 10px;
        border: 1px solid #dee2e6;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* Custom Group Header Template */
[b-i02aowy83x] .custom-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    width: 100%;
    gap: 16px;
}

.group-header-left[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
}

.group-schedule-id[b-i02aowy83x] {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color, #ca3c19);
    letter-spacing: -0.2px;
}

.group-schedule-type[b-i02aowy83x] {
    font-size: 10px;
    font-weight: 700;
    color: #495057;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3px 9px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.group-header-center[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    font-size: 12px;
    color: #495057;
    overflow: hidden;
}

.group-info[b-i02aowy83x] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.group-divider[b-i02aowy83x] {
    color: var(--primary-lighter, #f5c4b0);
    font-weight: 700;
    font-size: 9px;
}

.group-header-right[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 250px;
    justify-content: flex-end;
}

.group-stat[b-i02aowy83x] {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-dark, #b8563e);
    background: rgba(202, 60, 25, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid rgba(202, 60, 25, 0.2);
}

.schedule-group-card[b-i02aowy83x] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

    .schedule-group-card:hover[b-i02aowy83x] {
        border-color: var(--primary-color, #ca3c19);
        box-shadow: 0 3px 12px rgba(202, 60, 25, 0.12);
        transform: translateY(-1px);
    }

.schedule-group-header[b-i02aowy83x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    background: linear-gradient(90deg, #fafafa 0%, #ffffff 100%);
    gap: 16px;
    border-left: 4px solid var(--primary-color, #ca3c19);
    border-bottom: 1px solid #e9ecef;
}

.header-left[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
}

.schedule-id[b-i02aowy83x] {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color, #ca3c19);
    min-width: 50px;
    letter-spacing: -0.2px;
}

.schedule-type[b-i02aowy83x] {
    font-size: 10px;
    font-weight: 700;
    color: #495057;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3px 9px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pending-count[b-i02aowy83x] {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    padding: 2px 7px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
    animation: pulse-soft-b-i02aowy83x 2s ease-in-out infinite;
}

@keyframes pulse-soft-b-i02aowy83x {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.95;
    }
}

.pending-count i[b-i02aowy83x] {
    font-size: 9px;
}

.header-center[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    font-size: 12px;
    color: #495057;
    overflow: hidden;
}

.info-item[b-i02aowy83x] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.info-divider[b-i02aowy83x] {
    color: var(--primary-lighter, #f5c4b0);
    font-weight: 700;
    font-size: 9px;
}

.header-right[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 200px;
    justify-content: flex-end;
}

.stat-compact[b-i02aowy83x] {
    display: flex;
    align-items: baseline;
    gap: 4px;
    padding: 4px 8px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

    .stat-compact:hover[b-i02aowy83x] {
        border-color: var(--primary-color, #ca3c19);
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(202, 60, 25, 0.15);
    }

    .stat-compact.pickup[b-i02aowy83x] {
        background: linear-gradient(135deg, #fff5f2 0%, #fff 100%);
    }

    .stat-compact.delivery[b-i02aowy83x] {
        background: linear-gradient(135deg, #f0f9ff 0%, #fff 100%);
        border-color: #0c5460;
    }

        .stat-compact.delivery:hover[b-i02aowy83x] {
            border-color: #0c5460;
        }

.stat-compact-label[b-i02aowy83x] {
    font-size: 10px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.stat-compact-value[b-i02aowy83x] {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-dark, #b8563e);
}

    .stat-compact-value[b-i02aowy83x]::after {
        content: ' kg';
        font-size: 9px;
        font-weight: 500;
        color: #6c757d;
        margin-left: 2px;
    }

.schedule-group-details[b-i02aowy83x] {
    padding: 0;
    border-top: 2px solid #f8f9fa;
    background: #fafbfc;
}

/* Table Wrapper - Enable sticky positioning */
.table-wrapper[b-i02aowy83x] {
    width: 100%;
    position: relative;
    overflow-x: auto;
    flex: 1;
}

/* Trips Table Styles */
.trips-table[b-i02aowy83x] {
    width: auto;
    min-width: 2200px;
    border-collapse: collapse;
    font-size: 12px;
    background: transparent;
    position: relative;
}

    .trips-table thead[b-i02aowy83x] {
        background: #f8f9fa;
        position: sticky;
        top: 0;
        z-index: 10;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .trips-table th[b-i02aowy83x] {
        background: #f8f9fa;
        color: #495057;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        padding: 8px 12px;
        text-align: center;
        border-bottom: 2px solid #dee2e6;
        white-space: nowrap;
    }

    .trips-table tbody tr[b-i02aowy83x] {
        transition: all 0.15s ease;
        border-bottom: 1px solid #f1f3f5;
    }

        .trips-table tbody tr:nth-child(even)[b-i02aowy83x] {
            background: #fcfcfc;
        }

        .trips-table tbody tr:hover[b-i02aowy83x] {
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .trips-table tbody tr.selected[b-i02aowy83x] {
            background: rgba(202, 60, 25, 0.05);
            border-left: 3px solid var(--primary-color, #ca3c19);
        }

    .trips-table td[b-i02aowy83x] {
        padding: 8px 12px;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #f1f3f5;
    }

        .trips-table td:first-child[b-i02aowy83x] {
            border-left: none;
        }

        .trips-table td:last-child[b-i02aowy83x] {
            border-right: none;
        }

    .trips-table .col-checkbox[b-i02aowy83x] {
        width: 40px;
        min-width: 40px;
        text-align: center;
    }

/* Select All Checkbox Styling */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header th:first-child {
    text-align: center !important;
    padding: 8px 4px !important;
}

[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header .rz-chkbox {
    margin: 0 auto;
}

[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data .rz-chkbox {
    margin: 0 auto;
}

/* Custom Checkbox Styling */
.select-all-checkbox[b-i02aowy83x],
.trip-checkbox[b-i02aowy83x] {
    width: 15px;
    height: 18px;
    margin: 0 auto;
    cursor: pointer;
    accent-color: var(--primary-color, #ca3c19);
}

    .select-all-checkbox:hover[b-i02aowy83x],
    .trip-checkbox:hover[b-i02aowy83x] {
        transform: scale(1.1);
        transition: transform 0.2s ease;
    }

/* Center checkboxes in their cells */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-header th:first-child,
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data td:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trips-table .col-stt[b-i02aowy83x] {
    width: 50px;
    min-width: 50px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-dark, #b8563e);
}

.trips-table .col-code[b-i02aowy83x] {
    min-width: 100px;
    text-align: left;
    font-weight: 600;
}

.trips-table .col-product[b-i02aowy83x] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-vehicle[b-i02aowy83x] {
    min-width: 100px;
    text-align: left;
    font-weight: 600;
}

.trips-table .col-mooc[b-i02aowy83x] {
    min-width: 100px;
    text-align: left;
}

.trips-table .col-checkin[b-i02aowy83x] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-driver[b-i02aowy83x] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-phone[b-i02aowy83x] {
    min-width: 100px;
    text-align: left;
}

.trips-table .col-team[b-i02aowy83x] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-warehouse[b-i02aowy83x] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-export[b-i02aowy83x] {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
    color: var(--primary-dark, #b8563e);
}

.trips-table .col-pickup[b-i02aowy83x] {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
    color: #28a745;
}

.trips-table .col-delivery[b-i02aowy83x] {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
    color: #007bff;
}

.trips-table .col-status[b-i02aowy83x] {
    min-width: 100px;
    text-align: center;
}

.trips-table .col-special[b-i02aowy83x] {
    min-width: 100px;
    text-align: center;
}

.trips-table .col-actions[b-i02aowy83x] {
    min-width: 120px;
    text-align: center;
    position: sticky;
    right: 0;
    background: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
}

.no-trips-message[b-i02aowy83x] {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 14px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.status-badge[b-i02aowy83x] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

    .status-badge:hover[b-i02aowy83x] {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

.special-status[b-i02aowy83x] {
    font-style: italic;
    color: #6c757d;
    font-size: 11px;
}

.btn-detail[b-i02aowy83x] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-detail:hover[b-i02aowy83x] {
        background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    }

.btn-view-photo[b-i02aowy83x] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-view-photo:hover[b-i02aowy83x] {
        background: linear-gradient(135deg, #1e7e34 0%, #155724 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }

.no-photo[b-i02aowy83x] {
    color: #6c757d;
    font-style: italic;
    font-size: 11px;
}

.empty-state[b-i02aowy83x] {
    color: #adb5bd;
    font-style: italic;
    font-size: 11px;
}

.action-buttons[b-i02aowy83x] {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.btn-change-company[b-i02aowy83x] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #212529;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-change-company:hover[b-i02aowy83x] {
        background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    }

.btn-cancel[b-i02aowy83x] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-cancel:hover[b-i02aowy83x] {
        background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

/* Cancel Dialog Styles */
.cancel-dialog[b-i02aowy83x] {
    padding: 16px;
}

    .cancel-dialog textarea[b-i02aowy83x] {
        font-family: inherit;
        resize: vertical;
    }

/* Ensure dialog buttons are clickable */
[b-i02aowy83x] .e-dialog .e-footer-content button {
    pointer-events: auto !important;
    z-index: 1000;
    position: relative;
}

[b-i02aowy83x] .e-dialog .e-footer-content {
    pointer-events: auto !important;
}

/* Change Company Dialog */
.change-company-dialog[b-i02aowy83x] {
    padding: 16px;
}

    .change-company-dialog .form-group[b-i02aowy83x] {
        margin-bottom: 20px;
    }

    .change-company-dialog label[b-i02aowy83x] {
        display: block;
        font-weight: 600;
        font-size: 12px;
        color: #495057;
        margin-bottom: 8px;
    }

    .change-company-dialog .required[b-i02aowy83x] {
        color: #dc3545;
    }

    .change-company-dialog .arrow-container[b-i02aowy83x] {
        text-align: center;
        margin: 16px 0;
        color: var(--primary-color, #ca3c19);
        font-size: 24px;
    }

    /* Dropdown styles */
    .change-company-dialog[b-i02aowy83x]  .e-input-group,
    .change-company-dialog[b-i02aowy83x]  .e-ddl {
        font-size: 12px;
    }

    .change-company-dialog[b-i02aowy83x]  .item {
        display: flex;
        justify-content: space-between;
        padding: 8px;
    }

    .change-company-dialog[b-i02aowy83x]  .name {
        font-weight: 600;
        color: var(--primary-color, #ca3c19);
        min-width: 100px;
    }

    .change-company-dialog[b-i02aowy83x]  .city {
        color: #495057;
    }

    .change-company-dialog[b-i02aowy83x]  .head {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        font-weight: 700;
        background: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
    }

/* Pagination Styles */
.pager-container[b-i02aowy83x] {
    position: relative; /* Change from fixed to relative */
    background: white;
    border-top: 1px solid #dee2e6;
    padding: 12px 16px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 20px;
    border-radius: 0 0 8px 8px;
}

@media (max-width: 768px) {
    .pager-container[b-i02aowy83x] {
        margin: 0 4px;
        flex-direction: column;
        gap: 12px;
    }

    .summary-value[b-i02aowy83x] {
        font-size: 11px !important;
    }

    .pager-summary[b-i02aowy83x] {
        gap: 0 !important;
        width: 100%;
        justify-content: space-between;
    }
}

.pager-left[b-i02aowy83x] {
    flex: 0 0 auto;
}

.pager-summary[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.summary-item[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 12px;
}

    .summary-item i[b-i02aowy83x] {
        color: var(--primary-color, #ca3c19);
        font-size: 14px;
    }

.summary-label[b-i02aowy83x] {
    color: #6c757d;
    font-weight: 600;
}

.summary-value[b-i02aowy83x] {
    color: #212529;
    font-weight: 700;
    font-size: 13px;
}

/* Selected Items Summary */
.summary-selected[b-i02aowy83x] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    border: 1px solid #10b981 !important;
    color: #065f46 !important;
}

    .summary-selected .summary-label[b-i02aowy83x] {
        color: #065f46 !important;
    }

    .summary-selected .summary-value[b-i02aowy83x] {
        color: #065f46 !important;
    }

    .summary-selected i[b-i02aowy83x] {
        color: #10b981 !important;
    }

[b-i02aowy83x] .mainpager {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    position: static;
}

[b-i02aowy83x] .e-parentmsgbar {
    display: none;
}

@media (max-width: 900px) {
    .pager-container[b-i02aowy83x] {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pager-container[b-i02aowy83x] {
        flex-direction: column;
        gap: 12px;
        left: 0 !important;
        width: 100%;
    }

    .pager-summary[b-i02aowy83x] {
        width: 100%;
        justify-content: space-between;
    }

    .summary-item[b-i02aowy83x] {
        flex: 1;
        justify-content: center;
    }
}

[b-i02aowy83x] .mainpager .e-pagercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-i02aowy83x] .mainpager .e-numericitem,
[b-i02aowy83x] .mainpager .e-nextpage,
[b-i02aowy83x] .mainpager .e-prevpage,
[b-i02aowy83x] .mainpager .e-firstpage,
[b-i02aowy83x] .mainpager .e-lastpage {
    border-radius: 4px;
    margin: 0 2px;
}

/* Loading Skeleton Styles */
.loading-skeleton[b-i02aowy83x] {
    padding: 16px;
}

.skeleton-schedule-card[b-i02aowy83x] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.skeleton-schedule-header[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.skeleton-table[b-i02aowy83x] {
    padding: 12px 16px;
}

.skeleton-table-row[b-i02aowy83x] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f8f9fa;
}

.skeleton-item[b-i02aowy83x] {
    background: #e9ecef;
    border-radius: 4px;
}

.skeleton-animate[b-i02aowy83x] {
    animation: skeleton-pulse-b-i02aowy83x 1.5s ease-in-out infinite;
}

@keyframes skeleton-pulse-b-i02aowy83x {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

[b-i02aowy83x] .e-pager .e-mfirst,
[b-i02aowy83x] .e-pager .e-mprev,
[b-i02aowy83x] .e-pager .e-mnext,
[b-i02aowy83x] .e-pager .e-mlast {
    display: none !important;
}

[b-i02aowy83x] .mainpager.e-pager.e-adaptive {
    display: none !important;
}

[b-i02aowy83x] .e-parentmsgbar {
    display: none !important;
}

.action-buttons-container[b-i02aowy83x] {
    display: flex;
}

/* Enhanced Sticky Table Headers for Better Performance */
.sticky-header-enhanced[b-i02aowy83x] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #dee2e6;
}

/* Custom ScrollContainer for Better Control */
.custom-scroll-container[b-i02aowy83x] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    scroll-behavior: smooth;
}

    .custom-scroll-container[b-i02aowy83x]::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .custom-scroll-container[b-i02aowy83x]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .custom-scroll-container[b-i02aowy83x]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color, #ca3c19), var(--primary-hover, #d96b47));
        border-radius: 5px;
        border: 1px solid #f1f1f1;
    }

        .custom-scroll-container[b-i02aowy83x]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-color, #ca3c19));
        }

/* Enhanced Scrollbar for Radzen DataGrid */
[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 5px;
    margin: 2px;
}

[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--primary-color, #ca3c19), var(--primary-hover, #d96b47));
    border-radius: 5px;
    border: 1px solid #f8f9fa;
}

    [b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-color, #ca3c19));
    }

[b-i02aowy83x] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-corner {
    background: #f8f9fa;
}

/* Compact Table Display for Limited Space */
.radzen-grouped-grid-container.compact-mode[b-i02aowy83x] {
    font-size: 11px;
}

    .radzen-grouped-grid-container.compact-mode[b-i02aowy83x]  .rz-datatable-header th {
        padding: 6px 4px !important;
        font-size: 10px !important;
    }

    .radzen-grouped-grid-container.compact-mode[b-i02aowy83x]  .rz-datatable-data td {
        padding: 4px 6px !important;
        font-size: 11px !important;
    }

    .radzen-grouped-grid-container.compact-mode .custom-group-header[b-i02aowy83x] {
        padding: 6px 12px !important;
    }

/* Ensure proper scrolling for RadzenDataGrid */
[b-i02aowy83x] .rz-datatable-scrollable-wrapper {
    height: 100% !important;
    overflow: hidden !important;
}

[b-i02aowy83x] .rz-datatable-scrollable-body {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
}

/* Group Header Sticky Enhancement */
[b-i02aowy83x] .rz-group-header-cell {
    position: sticky;
    left: 0;
    background: white;
    z-index: 60;
    border-right: 1px solid #dee2e6;
}

/* Fixed Action Column */
[b-i02aowy83x] .action-column-fixed {
    position: sticky;
    right: 0;
    background: white;
    z-index: 50;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
}

/* Grid Size Control */
.grid-size-controls[b-i02aowy83x] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: white;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.size-option[b-i02aowy83x] {
    padding: 4px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
}

    .size-option:hover[b-i02aowy83x],
    .size-option.active[b-i02aowy83x] {
        background: var(--primary-color, #ca3c19);
        color: white;
        border-color: var(--primary-color, #ca3c19);
    }

/* Fixed Grid Dimensions */
.radzen-grouped-grid-container.size-small[b-i02aowy83x] {
    height: 400px;
    max-height: 400px;
}

.radzen-grouped-grid-container.size-medium[b-i02aowy83x] {
    height: 600px;
    max-height: 600px;
}

.radzen-grouped-grid-container.size-large[b-i02aowy83x] {
    height: 800px;
    max-height: 800px;
}

.radzen-grouped-grid-container.size-fullscreen[b-i02aowy83x] {
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .manage-trips-grid-wrapper[b-i02aowy83x] {
        padding: 0 8px;
    }

    .radzen-grouped-grid-container[b-i02aowy83x] {
        min-width: 320px;
        overflow-x: auto;
    }

        .radzen-grouped-grid-container.size-small[b-i02aowy83x] {
            height: 350px;
            max-height: 350px;
        }

        .radzen-grouped-grid-container.size-medium[b-i02aowy83x] {
            height: 450px;
            max-height: 450px;
        }

        .radzen-grouped-grid-container.size-large[b-i02aowy83x],
        .radzen-grouped-grid-container.size-fullscreen[b-i02aowy83x] {
            height: calc(100vh - 280px);
            max-height: calc(100vh - 280px);
        }
}

/* Checkbox Column Styles */
.checkbox-column[b-i02aowy83x] {
    padding-left: 0 !important;
}

/* Mobile Action Buttons Optimization */
@media (max-width: 768px) {
    .action-buttons-container[b-i02aowy83x] {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: space-around;
        overflow-x: auto;
        padding: 4px 0;
    }

    /* Hide text on mobile, keep icon and button size */
    .mobile-icon-only .etrans-button .button-text[b-i02aowy83x] {
        display: none !important;
    }

    .mobile-icon-only .etrans-button[b-i02aowy83x] {
        min-width: auto;
        padding: 8px 12px;
    }

        .mobile-icon-only .etrans-button .button-icon[b-i02aowy83x] {
            margin-right: 0 !important;
        }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/Manage/ManageContainer.razor.rz.scp.css */
/* BookTruck Page Specific Styles */
.filter-label[b-wx5w5fck6o] {
    font-size: 0.7rem;
    margin-left: 0.2rem;
}

/* Status Pill Base Style */
.status-pill[b-wx5w5fck6o] {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    min-width: 80px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    transition: all 0.2s;
    cursor: default;
    outline: none;
}

/* Sticky Table Header */
.sticky-table-header[b-wx5w5fck6o] {
    position: fixed;
    top: 172px;
    left: var(--sidebar-width);
    right: 0;
    z-index: 90;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: left 0.3s ease;
}

.sidebar-collapsed .sticky-table-header[b-wx5w5fck6o] {
    left: var(--sidebar-collapsed-width);
}

.trips-table-header[b-wx5w5fck6o] {
    width: auto;
    min-width: 2200px;
    border-collapse: collapse;
}

    .trips-table-header thead[b-wx5w5fck6o] {
        background: #f8f9fa;
    }

    .trips-table-header th[b-wx5w5fck6o] {
        padding: 8px 6px;
        text-align: left;
        font-weight: 600;
        font-size: 0.75rem;
        color: var(--text-primary);
        border-bottom: 2px solid var(--border-light);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .trips-table-header th.sortable[b-wx5w5fck6o] {
            cursor: pointer;
            user-select: none;
            transition: background-color 0.2s ease;
        }

            .trips-table-header th.sortable:hover[b-wx5w5fck6o] {
                background-color: #e9ecef;
            }

            .trips-table-header th.sortable i[b-wx5w5fck6o] {
                margin-left: 4px;
                font-size: 0.7rem;
            }

    /* Column widths for sticky header - must match trips-table */
    .trips-table-header .col-checkbox[b-wx5w5fck6o] {
        width: 40px;
        min-width: 40px;
        text-align: center;
    }

    .trips-table-header .col-stt[b-wx5w5fck6o] {
        width: 50px;
        min-width: 50px;
        text-align: center;
    }

    .trips-table-header .col-code[b-wx5w5fck6o] {
        min-width: 100px;
    }

    .trips-table-header .col-vehicle-name[b-wx5w5fck6o] {
        min-width: 140px;
    }

    .trips-table-header .col-ship-type[b-wx5w5fck6o] {
        min-width: 100px;
    }

    .trips-table-header .col-captain[b-wx5w5fck6o] {
        min-width: 140px;
    }

    .trips-table-header .col-phone[b-wx5w5fck6o] {
        min-width: 110px;
    }

    .trips-table-header .col-registration-photo[b-wx5w5fck6o] {
        min-width: 100px;
        text-align: center;
    }

    .trips-table-header .col-team[b-wx5w5fck6o] {
        min-width: 140px;
    }

    .trips-table-header .col-departure[b-wx5w5fck6o] {
        min-width: 120px;
    }

    .trips-table-header .col-receive-date[b-wx5w5fck6o] {
        min-width: 100px;
    }

    .trips-table-header .col-port-arrival[b-wx5w5fck6o] {
        min-width: 140px;
    }

    .trips-table-header .col-port-departure[b-wx5w5fck6o] {
        min-width: 140px;
    }

    .trips-table-header .col-completion[b-wx5w5fck6o] {
        min-width: 120px;
    }

    .trips-table-header .col-notes[b-wx5w5fck6o] {
        min-width: 120px;
    }

    .trips-table-header .col-special[b-wx5w5fck6o] {
        min-width: 120px;
    }

    .trips-table-header .col-actions[b-wx5w5fck6o] {
        min-width: 100px;
        position: fixed;
        right: 3px;
        z-index: 10;
        background: #f8f9fa;
        box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    }

/* Modal Container Variants */
.modal-container--wide[b-wx5w5fck6o] {
    max-width: 900px !important;
    width: 90% !important;
}

/* Filter Section Styles */
.filters-section[b-wx5w5fck6o] {
    background: white;
    padding: 6px 6px;
    border-radius: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--border-light);
}

/* Mobile Filter Toggle */
button.mobile-filter-toggle[b-wx5w5fck6o] {
    display: none;
    width: 100%;
    padding: 10px 14px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #495057;
    transition: all 0.2s ease;
    margin-bottom: 8px;
}

    button.mobile-filter-toggle:hover[b-wx5w5fck6o] {
        background: #e9ecef;
        border-color: #dee2e6;
    }

    button.mobile-filter-toggle i.fa-chevron-down[b-wx5w5fck6o] {
        transition: transform 0.2s ease;
    }

    button.mobile-filter-toggle.active i.fa-chevron-down[b-wx5w5fck6o] {
        transform: rotate(180deg);
    }

@media (max-width: 768px) {
    .filters-section[b-wx5w5fck6o] {
        padding: 8px 10px;
        width: 100%;
    }
}

.filters-container[b-wx5w5fck6o] {
    background: white;
    transition: left 0.3s ease;
}

.filters-grid[b-wx5w5fck6o] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
    gap: 4px;
}

@media (max-width: 768px) {
    .filters-grid[b-wx5w5fck6o] {
        display: none;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 8px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 6px;
        border: 1px solid #e9ecef;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

        .filters-grid.mobile-expanded[b-wx5w5fck6o] {
            display: grid;
        }

    button.mobile-filter-toggle[b-wx5w5fck6o] {
        display: flex;
    }
}

.filter-group[b-wx5w5fck6o] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: flex-end;
}

.filter-input[b-wx5w5fck6o], .filter-select[b-wx5w5fck6o] {
    padding: 3px 5px;
    border: 1px solid var(--border-light);
    border-radius: 3px;
    font-size: 0.7rem;
    transition: all 0.2s ease;
    background: white;
    height: 26px;
}

    .filter-input:focus[b-wx5w5fck6o], .filter-select:focus[b-wx5w5fck6o] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 1px rgba(202, 60, 25, 0.2);
    }


/* Table and Grid Layout Styles */
.manage-trips-grid-wrapper[b-wx5w5fck6o] {
    position: relative;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    /* Custom Scrollbar Styles */
    .manage-trips-grid-wrapper[b-wx5w5fck6o]::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .manage-trips-grid-wrapper[b-wx5w5fck6o]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .manage-trips-grid-wrapper[b-wx5w5fck6o]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-light, #ca3c19), var(--primary-hover, #d96b47));
        border-radius: 10px;
        border: 2px solid #f1f1f1;
    }

        .manage-trips-grid-wrapper[b-wx5w5fck6o]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-light, #ca3c19));
        }

    .manage-trips-grid-wrapper[b-wx5w5fck6o]::-webkit-scrollbar-corner {
        background: #f1f1f1;
    }

/* Firefox Scrollbar */
.manage-trips-grid-wrapper[b-wx5w5fck6o] {
    scrollbar-width: auto;
    scrollbar-color: var(--primary-light, #ca3c19) #f1f1f1;
}

.main-planning-grid[b-wx5w5fck6o] {
    height: calc(100vh - 190px) !important;
    width: 100% !important;
}

    .main-planning-grid .rz-datatable-data[b-wx5w5fck6o] {
        height: calc(100vh - 250px) !important;
        overflow-y: auto !important;
    }

.page-content[b-wx5w5fck6o] {
    overflow-y: auto; /* Allow page scroll if content is taller than screen */
}

@media (max-width: 900px) {
    .page-content[b-wx5w5fck6o] {
        width: 100%;
    }

    .manage-trips-grid-wrapper[b-wx5w5fck6o] {
        padding: 0 10px;
    }

    .radzen-grouped-grid-container[b-wx5w5fck6o] {
        margin: 8px;
        max-width: calc(100vw - 20px);
    }
}

@media (max-width: 768px) {
    .page-content[b-wx5w5fck6o] {
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .radzen-grouped-grid-container[b-wx5w5fck6o] {
        height: calc(100vh - 320px);
        max-height: 500px;
        min-height: 350px;
        margin: 8px 4px;
        max-width: calc(100vw - 8px);
    }
}

/* Responsive Design */
.sidebar-collapsed .filters-container[b-wx5w5fck6o] {
    left: var(--sidebar-collapsed-width);
}

/* Remove sidebar-specific positioning for grid wrapper since it's now relative */

/* Status Tags Styles */
.status-tags[b-wx5w5fck6o] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.status-tag[b-wx5w5fck6o] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.status-waiting-orange[b-wx5w5fck6o] {
    background-color: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
    font-weight: 600;
}

    .status-waiting-orange:hover[b-wx5w5fck6o] {
        background-color: #ffedd5;
        box-shadow: 0 2px 4px rgba(234, 88, 12, 0.2);
    }

.status-booked-green[b-wx5w5fck6o] {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-weight: 600;
}

    .status-booked-green:hover[b-wx5w5fck6o] {
        background-color: #dcfce7;
        box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
    }

.status-delivering-blue[b-wx5w5fck6o] {
    background-color: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    font-weight: 600;
}

    .status-delivering-blue:hover[b-wx5w5fck6o] {
        background-color: #dbeafe;
        box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
    }

.status-completed-green[b-wx5w5fck6o] {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-weight: 600;
}

    .status-completed-green:hover[b-wx5w5fck6o] {
        background-color: #dcfce7;
        box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
    }

.status-cancelled-red[b-wx5w5fck6o] {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    font-weight: 600;
}

    .status-cancelled-red:hover[b-wx5w5fck6o] {
        background-color: #fee2e2;
        box-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
    }

.status-unknown-gray[b-wx5w5fck6o] {
    background-color: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    font-weight: 500;
}

    .status-unknown-gray:hover[b-wx5w5fck6o] {
        background-color: #f3f4f6;
        box-shadow: 0 2px 4px rgba(107, 114, 128, 0.2);
    }

/* Hover effects */
.status-tag:hover[b-wx5w5fck6o] {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.approval-badge-animated[b-wx5w5fck6o] {
    animation: badge-pulse-b-wx5w5fck6o 2s infinite, badge-glow-b-wx5w5fck6o 3s ease-in-out infinite alternate;
    position: relative;
    overflow: hidden;
}

@keyframes badge-pulse-b-wx5w5fck6o {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes badge-glow-b-wx5w5fck6o {
    0% {
        box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    }

    100% {
        box-shadow: 0 0 10px rgba(220, 53, 69, 0.8), 0 0 15px rgba(220, 53, 69, 0.6);
    }
}

.approval-badge-animated[b-wx5w5fck6o]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: badge-shine-b-wx5w5fck6o 2.5s infinite;
}

@keyframes badge-shine-b-wx5w5fck6o {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Hover effect for extra attention */
.approval-badge-animated:hover[b-wx5w5fck6o] {
    animation-duration: 1s;
    transform: scale(1.15);
}

/* ManageBarger Specific Styles */
.grouped-schedules-container[b-wx5w5fck6o] {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    min-width: 2200px;
    padding: 0;
}

/* Custom schedule group styling with sticky headers */
.schedule-group-container[b-wx5w5fck6o] {
    position: relative;
}

/* Radzen Grouped Grid Styles */
.radzen-grouped-grid-container[b-wx5w5fck6o] {
    height: calc(100vh - 180px); 
    min-height: 400px;
    width: 100%;
    max-width: calc(100vw - 40px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1500px) {
    .radzen-grouped-grid-container[b-wx5w5fck6o] {
        height: calc(100vh - 220px);
    }
}
/* Radzen DataGrid Override for Fixed Header and Proper Scrolling */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* Sticky Table Header */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border-bottom: 2px solid #dee2e6 !important;
}

    /* Header Row Styling */
    [b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header .rz-sortable-column,
    [b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header th {
        background: #f8f9fa !important;
        font-weight: 600 !important;
        font-size: 11px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
        padding: 12px 8px !important;
        border-right: 1px solid #dee2e6 !important;
    }

/* Scrollable Body Container */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data {
    flex: 1 !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    max-height: 500px !important; /* Fixed maximum scroll height */
    min-height: 300px !important; /* Minimum scroll area */
}

/* Group Headers - Make them sticky within scroll area */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-group-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 80 !important;
    background: linear-gradient(90deg, #fafafa 0%, #ffffff 100%) !important;
    border-bottom: 1px solid #e9ecef !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}



/* Data Rows */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data tr {
    transition: background-color 0.15s ease !important;
}

    [b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data tr:hover {
        background: rgba(202, 60, 25, 0.05) !important;
    }

/* Frozen Column Support */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-frozen-left {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: white !important;
    border-right: 2px solid #dee2e6 !important;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1) !important;
}

[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-frozen-right {
    position: sticky !important;
    right: 0 !important;
    z-index: 90 !important;
    background: white !important;
    border-left: 2px solid #dee2e6 !important;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1) !important;
}

/* Action Column Specific Styling */
[b-wx5w5fck6o] .action-buttons {
    display: flex !important;
    gap: 4px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 4px !important;
}

/* Ensure proper header alignment for frozen columns */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header .rz-frozen-left,
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header .rz-frozen-right {
    background: #f8f9fa !important;
    z-index: 110 !important;
}

/* Performance optimization for sticky elements */
[b-wx5w5fck6o] .rz-frozen-left,
[b-wx5w5fck6o] .rz-frozen-right,
[b-wx5w5fck6o] .rz-datatable-header,
[b-wx5w5fck6o] .rz-group-header {
    will-change: transform !important;
    transform: translateZ(0) !important;
}

/* Container Sizing Utilities */
.grid-container-wrapper[b-wx5w5fck6o] {
    display: flex;
    flex-direction: column;
    height: fit-content;
    max-height: 80vh;
}

.grid-header-section[b-wx5w5fck6o] {
    flex-shrink: 0;
    background: white;
    border-radius: 8px 8px 0 0;
    border: 1px solid #dee2e6;
    border-bottom: none;
    padding: 12px 16px;
}

.grid-body-section[b-wx5w5fck6o] {
    flex: 1;
    min-height: 300px;
    overflow: hidden;
}

.grid-footer-section[b-wx5w5fck6o] {
    flex-shrink: 0;
    background: white;
    border-radius: 0 0 8px 8px;
    border: 1px solid #dee2e6;
    border-top: none;
}

/* Viewport-based sizing */
.viewport-container[b-wx5w5fck6o] {
    height: 70vh;
    max-height: 70vh;
    min-height: 400px;
}

@media (max-height: 600px) {
    .viewport-container[b-wx5w5fck6o] {
        height: 60vh;
        max-height: 60vh;
        min-height: 300px;
    }
}

/* Content fitting utilities */
.fit-content[b-wx5w5fck6o] {
    height: fit-content !important;
    max-height: none !important;
}

.scroll-viewport[b-wx5w5fck6o] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}



/* Table Wrapper - Enable sticky positioning */
.table-wrapper[b-wx5w5fck6o] {
    width: 100%;
    position: relative;
    overflow-x: auto;
    flex: 1;
}

/* Trips Table Styles */
.trips-table[b-wx5w5fck6o] {
    width: auto;
    min-width: 2200px;
    border-collapse: collapse;
    font-size: 12px;
    background: transparent;
    position: relative;
}

    .trips-table thead[b-wx5w5fck6o] {
        background: #f8f9fa;
        position: sticky;
        top: 0;
        z-index: 10;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .trips-table th[b-wx5w5fck6o] {
        background: #f8f9fa;
        color: #495057;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        padding: 8px 12px;
        text-align: center;
        border-bottom: 2px solid #dee2e6;
        white-space: nowrap;
    }

    .trips-table tbody tr[b-wx5w5fck6o] {
        transition: all 0.15s ease;
        border-bottom: 1px solid #f1f3f5;
    }

        .trips-table tbody tr:nth-child(even)[b-wx5w5fck6o] {
            background: #fcfcfc;
        }

        .trips-table tbody tr:hover[b-wx5w5fck6o] {
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .trips-table tbody tr.selected[b-wx5w5fck6o] {
            background: rgba(202, 60, 25, 0.05);
            border-left: 3px solid var(--primary-color, #ca3c19);
        }

    .trips-table td[b-wx5w5fck6o] {
        padding: 8px 12px;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #f1f3f5;
    }

        .trips-table td:first-child[b-wx5w5fck6o] {
            border-left: none;
        }

        .trips-table td:last-child[b-wx5w5fck6o] {
            border-right: none;
        }

    .trips-table .col-checkbox[b-wx5w5fck6o] {
        width: 40px;
        min-width: 40px;
        text-align: center;
    }

/* Select All Checkbox Styling */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header th:first-child {
    text-align: center !important;
    padding: 8px 4px !important;
}

[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header .rz-chkbox {
    margin: 0 auto;
}

[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data .rz-chkbox {
    margin: 0 auto;
}

/* Custom Checkbox Styling */
.select-all-checkbox[b-wx5w5fck6o],
.trip-checkbox[b-wx5w5fck6o] {
    width: 15px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--primary-color, #ca3c19);
}

    .select-all-checkbox:hover[b-wx5w5fck6o],
    .trip-checkbox:hover[b-wx5w5fck6o] {
        transform: scale(1.1);
        transition: transform 0.2s ease;
    }

/* Center checkboxes in their cells */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-header th:first-child,
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data td:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trips-table .col-stt[b-wx5w5fck6o] {
    width: 50px;
    min-width: 50px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-dark, #b8563e);
}

.trips-table .col-code[b-wx5w5fck6o] {
    min-width: 100px;
    text-align: left;
    font-weight: 600;
}

.trips-table .col-product[b-wx5w5fck6o] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-vehicle[b-wx5w5fck6o] {
    min-width: 100px;
    text-align: left;
    font-weight: 600;
}

.trips-table .col-mooc[b-wx5w5fck6o] {
    min-width: 100px;
    text-align: left;
}

.trips-table .col-checkin[b-wx5w5fck6o] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-driver[b-wx5w5fck6o] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-phone[b-wx5w5fck6o] {
    min-width: 100px;
    text-align: left;
}

.trips-table .col-team[b-wx5w5fck6o] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-warehouse[b-wx5w5fck6o] {
    min-width: 120px;
    text-align: left;
}

.trips-table .col-export[b-wx5w5fck6o] {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
    color: var(--primary-dark, #b8563e);
}

.trips-table .col-pickup[b-wx5w5fck6o] {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
    color: #28a745;
}

.trips-table .col-delivery[b-wx5w5fck6o] {
    min-width: 80px;
    text-align: right;
    font-weight: 600;
    color: #007bff;
}

.trips-table .col-status[b-wx5w5fck6o] {
    min-width: 100px;
    text-align: center;
}

.trips-table .col-special[b-wx5w5fck6o] {
    min-width: 100px;
    text-align: center;
}

.trips-table .col-actions[b-wx5w5fck6o] {
    min-width: 120px;
    text-align: center;
    position: sticky;
    right: 0;
    background: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
}

.no-trips-message[b-wx5w5fck6o] {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 14px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.status-badge[b-wx5w5fck6o] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

    .status-badge:hover[b-wx5w5fck6o] {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

.special-status[b-wx5w5fck6o] {
    font-style: italic;
    color: #6c757d;
    font-size: 11px;
}

.btn-detail[b-wx5w5fck6o] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-detail:hover[b-wx5w5fck6o] {
        background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    }

.btn-view-photo[b-wx5w5fck6o] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-view-photo:hover[b-wx5w5fck6o] {
        background: linear-gradient(135deg, #1e7e34 0%, #155724 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }

.no-photo[b-wx5w5fck6o] {
    color: #6c757d;
    font-style: italic;
    font-size: 11px;
}

.empty-state[b-wx5w5fck6o] {
    color: #adb5bd;
    font-style: italic;
    font-size: 11px;
}

.action-buttons[b-wx5w5fck6o] {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.btn-change-company[b-wx5w5fck6o] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #212529;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-change-company:hover[b-wx5w5fck6o] {
        background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    }

.btn-cancel[b-wx5w5fck6o] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-cancel:hover[b-wx5w5fck6o] {
        background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

/* Cancel Dialog Styles */
.cancel-dialog[b-wx5w5fck6o] {
    padding: 16px;
}

    .cancel-dialog textarea[b-wx5w5fck6o] {
        font-family: inherit;
        resize: vertical;
    }

/* Ensure dialog buttons are clickable */
[b-wx5w5fck6o] .e-dialog .e-footer-content button {
    pointer-events: auto !important;
    z-index: 1000;
    position: relative;
}

[b-wx5w5fck6o] .e-dialog .e-footer-content {
    pointer-events: auto !important;
}

/* Change Company Dialog */
.change-company-dialog[b-wx5w5fck6o] {
    padding: 16px;
}

    .change-company-dialog .form-group[b-wx5w5fck6o] {
        margin-bottom: 20px;
    }

    .change-company-dialog label[b-wx5w5fck6o] {
        display: block;
        font-weight: 600;
        font-size: 12px;
        color: #495057;
        margin-bottom: 8px;
    }

    .change-company-dialog .required[b-wx5w5fck6o] {
        color: #dc3545;
    }

    .change-company-dialog .arrow-container[b-wx5w5fck6o] {
        text-align: center;
        margin: 16px 0;
        color: var(--primary-color, #ca3c19);
        font-size: 24px;
    }

    /* Dropdown styles */
    .change-company-dialog[b-wx5w5fck6o]  .e-input-group,
    .change-company-dialog[b-wx5w5fck6o]  .e-ddl {
        font-size: 12px;
    }

    .change-company-dialog[b-wx5w5fck6o]  .item {
        display: flex;
        justify-content: space-between;
        padding: 8px;
    }

    .change-company-dialog[b-wx5w5fck6o]  .name {
        font-weight: 600;
        color: var(--primary-color, #ca3c19);
        min-width: 100px;
    }

    .change-company-dialog[b-wx5w5fck6o]  .city {
        color: #495057;
    }

    .change-company-dialog[b-wx5w5fck6o]  .head {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        font-weight: 700;
        background: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
    }

/* Pagination Styles */
.pager-container[b-wx5w5fck6o] {
    position: relative; /* Change from fixed to relative */
    background: white;
    border-top: 1px solid #dee2e6;
    padding: 12px 16px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 20px;
    border-radius: 0 0 8px 8px;
}

@media (max-width: 768px) {
    .pager-container[b-wx5w5fck6o] {
        margin: 0 4px;
        flex-direction: column;
        gap: 12px;
    }

    .summary-value[b-wx5w5fck6o] {
        font-size: 11px !important;
    }

    .pager-summary[b-wx5w5fck6o] {
        gap: 0 !important;
        width: 100%;
        justify-content: space-between;
    }
}

.pager-left[b-wx5w5fck6o] {
    flex: 0 0 auto;
}

.pager-summary[b-wx5w5fck6o] {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.summary-item[b-wx5w5fck6o] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 12px;
}

    .summary-item i[b-wx5w5fck6o] {
        color: var(--primary-color, #ca3c19);
        font-size: 14px;
    }

.summary-label[b-wx5w5fck6o] {
    color: #6c757d;
    font-weight: 600;
}

.summary-value[b-wx5w5fck6o] {
    color: #212529;
    font-weight: 700;
    font-size: 13px;
}

/* Selected Items Summary */
.summary-selected[b-wx5w5fck6o] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    border: 1px solid #10b981 !important;
    color: #065f46 !important;
}

    .summary-selected .summary-label[b-wx5w5fck6o] {
        color: #065f46 !important;
    }

    .summary-selected .summary-value[b-wx5w5fck6o] {
        color: #065f46 !important;
    }

    .summary-selected i[b-wx5w5fck6o] {
        color: #10b981 !important;
    }

[b-wx5w5fck6o] .mainpager {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    position: static;
}

[b-wx5w5fck6o] .e-parentmsgbar {
    display: none;
}

@media (max-width: 900px) {
    .pager-container[b-wx5w5fck6o] {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pager-container[b-wx5w5fck6o] {
        flex-direction: column;
        gap: 12px;
        left: 0 !important;
        width: 100%;
    }

    .pager-summary[b-wx5w5fck6o] {
        width: 100%;
        justify-content: space-between;
    }

    .summary-item[b-wx5w5fck6o] {
        flex: 1;
        justify-content: center;
    }
}

[b-wx5w5fck6o] .mainpager .e-pagercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-wx5w5fck6o] .mainpager .e-numericitem,
[b-wx5w5fck6o] .mainpager .e-nextpage,
[b-wx5w5fck6o] .mainpager .e-prevpage,
[b-wx5w5fck6o] .mainpager .e-firstpage,
[b-wx5w5fck6o] .mainpager .e-lastpage {
    border-radius: 4px;
    margin: 0 2px;
}

/* Loading Skeleton Styles */
.loading-skeleton[b-wx5w5fck6o] {
    padding: 16px;
}

.skeleton-schedule-card[b-wx5w5fck6o] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.skeleton-schedule-header[b-wx5w5fck6o] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.skeleton-table[b-wx5w5fck6o] {
    padding: 12px 16px;
}

.skeleton-table-row[b-wx5w5fck6o] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f8f9fa;
}

.skeleton-item[b-wx5w5fck6o] {
    background: #e9ecef;
    border-radius: 4px;
}

.skeleton-animate[b-wx5w5fck6o] {
    animation: skeleton-pulse-b-wx5w5fck6o 1.5s ease-in-out infinite;
}

@keyframes skeleton-pulse-b-wx5w5fck6o {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

[b-wx5w5fck6o] .e-pager .e-mfirst,
[b-wx5w5fck6o] .e-pager .e-mprev,
[b-wx5w5fck6o] .e-pager .e-mnext,
[b-wx5w5fck6o] .e-pager .e-mlast {
    display: none !important;
}

[b-wx5w5fck6o] .mainpager.e-pager.e-adaptive {
    display: none !important;
}

[b-wx5w5fck6o] .e-parentmsgbar {
    display: none !important;
}

.action-buttons-container[b-wx5w5fck6o] {
    display: flex;
}

/* Enhanced Sticky Table Headers for Better Performance */
.sticky-header-enhanced[b-wx5w5fck6o] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #dee2e6;
}

/* Custom ScrollContainer for Better Control */
.custom-scroll-container[b-wx5w5fck6o] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    scroll-behavior: smooth;
}

    .custom-scroll-container[b-wx5w5fck6o]::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .custom-scroll-container[b-wx5w5fck6o]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .custom-scroll-container[b-wx5w5fck6o]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color, #ca3c19), var(--primary-hover, #d96b47));
        border-radius: 5px;
        border: 1px solid #f1f1f1;
    }

        .custom-scroll-container[b-wx5w5fck6o]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-color, #ca3c19));
        }

/* Enhanced Scrollbar for Radzen DataGrid */
[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 5px;
    margin: 2px;
}

[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--primary-color, #ca3c19), var(--primary-hover, #d96b47));
    border-radius: 5px;
    border: 1px solid #f8f9fa;
}

    [b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-color, #ca3c19));
    }

[b-wx5w5fck6o] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-corner {
    background: #f8f9fa;
}

/* Compact Table Display for Limited Space */
.radzen-grouped-grid-container.compact-mode[b-wx5w5fck6o] {
    font-size: 11px;
}

    .radzen-grouped-grid-container.compact-mode[b-wx5w5fck6o]  .rz-datatable-header th {
        padding: 6px 4px !important;
        font-size: 10px !important;
    }

    .radzen-grouped-grid-container.compact-mode[b-wx5w5fck6o]  .rz-datatable-data td {
        padding: 4px 6px !important;
        font-size: 11px !important;
    }

    .radzen-grouped-grid-container.compact-mode .custom-group-header[b-wx5w5fck6o] {
        padding: 6px 12px !important;
    }

/* Ensure proper scrolling for RadzenDataGrid */
[b-wx5w5fck6o] .rz-datatable-scrollable-wrapper {
    height: 100% !important;
    overflow: hidden !important;
}

[b-wx5w5fck6o] .rz-datatable-scrollable-body {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
}

/* Group Header Sticky Enhancement */
[b-wx5w5fck6o] .rz-group-header-cell {
    position: sticky;
    left: 0;
    background: white;
    z-index: 60;
    border-right: 1px solid #dee2e6;
}

/* Fixed Action Column */
[b-wx5w5fck6o] .action-column-fixed {
    position: sticky;
    right: 0;
    background: white;
    z-index: 50;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
}

/* Grid Size Control */
.grid-size-controls[b-wx5w5fck6o] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: white;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.size-option[b-wx5w5fck6o] {
    padding: 4px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
}

    .size-option:hover[b-wx5w5fck6o],
    .size-option.active[b-wx5w5fck6o] {
        background: var(--primary-color, #ca3c19);
        color: white;
        border-color: var(--primary-color, #ca3c19);
    }

/* Fixed Grid Dimensions */
.radzen-grouped-grid-container.size-small[b-wx5w5fck6o] {
    height: 400px;
    max-height: 400px;
}

.radzen-grouped-grid-container.size-medium[b-wx5w5fck6o] {
    height: 600px;
    max-height: 600px;
}

.radzen-grouped-grid-container.size-large[b-wx5w5fck6o] {
    height: 800px;
    max-height: 800px;
}

.radzen-grouped-grid-container.size-fullscreen[b-wx5w5fck6o] {
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .manage-trips-grid-wrapper[b-wx5w5fck6o] {
        padding: 0 8px;
    }

    .radzen-grouped-grid-container[b-wx5w5fck6o] {
        min-width: 320px;
        overflow-x: auto;
    }

        .radzen-grouped-grid-container.size-small[b-wx5w5fck6o] {
            height: 350px;
            max-height: 350px;
        }

        .radzen-grouped-grid-container.size-medium[b-wx5w5fck6o] {
            height: 450px;
            max-height: 450px;
        }

        .radzen-grouped-grid-container.size-large[b-wx5w5fck6o],
        .radzen-grouped-grid-container.size-fullscreen[b-wx5w5fck6o] {
            height: calc(100vh - 280px);
            max-height: calc(100vh - 280px);
        }
}

/* Checkbox Column Styles */
.checkbox-column[b-wx5w5fck6o] {
    padding-left: 0 !important;
}

/* Mobile Action Buttons Optimization */
@media (max-width: 768px) {
    .action-buttons-container[b-wx5w5fck6o] {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: space-around;
        overflow-x: auto;
        padding: 4px 0;
    }

    /* Hide text on mobile, keep icon and button size */
    .mobile-icon-only .etrans-button .button-text[b-wx5w5fck6o] {
        display: none !important;
    }

    .mobile-icon-only .etrans-button[b-wx5w5fck6o] {
        min-width: auto;
        padding: 8px 12px;
    }

        .mobile-icon-only .etrans-button .button-icon[b-wx5w5fck6o] {
            margin-right: 0 !important;
        }
}

/* Styles moved from ManageTruckV2.razor */

/* Custom button for Vệ Tinh indicator */
.custom-button[b-wx5w5fck6o] {
    color: white;
    background: linear-gradient(45deg, #1e90ff, #00bfff);
    border: none;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 12px;
}

    .custom-button:hover[b-wx5w5fck6o] {
        background: linear-gradient(45deg, #00bfff, #1e90ff);
    }

/* Base Badge Style */
.e-badge[b-wx5w5fck6o] {
    display: inline-block;
    padding: 0.4em 0.8em;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 12px;
    color: #fff;
}

/* Status Badge Classes */
.badge-notcheckin[b-wx5w5fck6o] {
    background-color: #f39c12 !important;
    color: white !important;
}

.badge-checked[b-wx5w5fck6o] {
    background-color: #2980b9 !important;
    color: white !important;
}

.badge-pickuped[b-wx5w5fck6o] {
    background-color: #2980b9 !important;
    color: white !important;
}

.badge-delivered[b-wx5w5fck6o] {
    background-color: #27ae60 !important;
    color: white !important;
}

.badge-cancel[b-wx5w5fck6o] {
    background-color: #d9534f !important;
    color: white !important;
}

/* New Status Button Styles for BookBarger */
.status-pill.status-waiting-orange[b-wx5w5fck6o] {
    background-color: #fff7ed !important;
    color: #ea580c !important;
    border: 1px solid #fed7aa !important;
    font-weight: 600 !important;
}

.status-pill.status-booked-green[b-wx5w5fck6o] {
    background-color: #f0fdf4 !important;
    color: #16a34a !important;
    border: 1px solid #bbf7d0 !important;
    font-weight: 600 !important;
}

.status-pill.status-delivering-blue[b-wx5w5fck6o] {
    background-color: #eff6ff !important;
    color: #2563eb !important;
    border: 1px solid #bfdbfe !important;
    font-weight: 600 !important;
}

.status-pill.status-completed-green[b-wx5w5fck6o] {
    background-color: #f0fdf4 !important;
    color: #16a34a !important;
    border: 1px solid #bbf7d0 !important;
    font-weight: 600 !important;
}

.status-pill.status-cancelled-red[b-wx5w5fck6o] {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
    border: 1px solid #fecaca !important;
    font-weight: 600 !important;
}

.status-pill.status-unknown-gray[b-wx5w5fck6o] {
    background-color: #f9fafb !important;
    color: #6b7280 !important;
    border: 1px solid #e5e7eb !important;
    font-weight: 500 !important;
}

/* Row hover effect */
.rz-data-row:hover[b-wx5w5fck6o] {
    background-color: #f5f5f5;
    cursor: pointer;
}



/* ===== BASIC INFO ICON ===== */
.info-icon[b-wx5w5fck6o] {
    font-size: 12px;
    color: #007bff;
    margin-left: 4px;
    transition: color 0.2s ease;
}

    .info-icon:hover[b-wx5w5fck6o] {
        color: #0056b3;
    }

/* ===== TOOLTIP EFFECT FOR GROUP INFO ===== */
.group-info:hover[b-wx5w5fck6o]::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10;
    margin-bottom: 4px;
}

.group-info:hover[b-wx5w5fck6o]::after {
    opacity: 1;
    visibility: visible;
}

/* ===== CORE GROUP HEADER STRUCTURE ===== */
[b-wx5w5fck6o] .custom-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px;
    width: 100%;
    gap: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    background: linear-gradient(135deg, #fff8f5 0%, #fef3e2 50%, #fff0e6 100%) !important;
    overflow: hidden;
}

    /* Enhanced hover effect cho group header */
    [b-wx5w5fck6o] .custom-group-header:hover {
        background: linear-gradient(135deg, #fff5f0 0%, #fef0e7 50%, #ffede3 100%) !important;
        box-shadow: 0 4px 8px rgba(202, 60, 25, 0.15);
        transform: translateY(-1px);
    }

/* ===== RADZEN GROUP ROW BASE STYLING ===== */
[b-wx5w5fck6o] .rz-group-row > td {
    cursor: pointer;
    padding: 0px;
    padding-top: 4px;
    background: linear-gradient(90deg, #ff8f73 0%, var(--primary-active), #ff8c42 50%, #ff6b35 75%, var(--primary-color, #ca3c19) 100%);
    /* Ensure group header spans full table width */
    position: relative;
    width: 100%;
}

/* ===== GROUP HEADER SECTIONS ===== */

/* Left Section - Checkbox + Schedule Info */
.group-header-left[b-wx5w5fck6o] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
}

/* Center Section - Company, Branch, Details */
.group-header-center[b-wx5w5fck6o] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    font-size: 11px;
    color: #495057;
    overflow: hidden;
    padding: 0 8px;
}

/* Right Section - Type + Statistics */
.group-header-right[b-wx5w5fck6o] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    justify-content: flex-end;
    padding-right: 10px;
}

/* ===== SCHEDULE ID & TYPE STYLING ===== */
.group-schedule-id[b-wx5w5fck6o] {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color, #ca3c19);
    letter-spacing: -0.2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(202, 60, 25, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgba(202, 60, 25, 0.3);
}

.group-schedule-type[b-wx5w5fck6o] {
    font-size: 10px;
    font-weight: 600;
    color: #495057;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    padding: 3px 6px;
    border-radius: 8px;
    border: 1px solid #28a745;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0 1px 2px rgba(40, 167, 69, 0.2);
    transition: all 0.3s ease;
}

    .group-schedule-type:hover[b-wx5w5fck6o] {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        color: white;
        transform: translateY(-1px);
    }

/* ===== GROUP INFO ITEMS ===== */
.group-info[b-wx5w5fck6o] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.7);
    padding: 2px 9px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

    .group-info:hover[b-wx5w5fck6o] {
        background: rgba(255, 255, 255, 0.9);
        border-color: var(--primary-color, #ca3c19);
        color: var(--primary-color, #ca3c19);
        transform: scale(1);
    }

    /* Highlight ngày với animation */
    .group-info.date-highlight[b-wx5w5fck6o] {
        font-size: 10px;
        font-weight: 600;
        color: #2563eb;
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        padding: 3px 6px;
        border-radius: 4px;
        border: 1px solid #3b82f6;
        box-shadow: 0 1px 2px rgba(59, 130, 246, 0.2);
        animation: date-pulse-b-wx5w5fck6o 2s ease-in-out infinite;
        position: relative;
    }

    /* Special highlight for important info */
    .group-info.highlight[b-wx5w5fck6o] {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
        color: #856404;
        border: 1px solid #ffc107;
        font-weight: 600;
        animation: info-glow-b-wx5w5fck6o 2s ease-in-out infinite alternate;
    }

/* ===== GROUP DIVIDERS ===== */
.group-divider[b-wx5w5fck6o] {
    color: var(--primary-color, #ca3c19);
    font-weight: 700;
    font-size: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* ===== GROUP STATISTICS ===== */
.group-stat[b-wx5w5fck6o] {
    font-size: 10px;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, var(--primary-color, #ca3c19) 0%, #ff6b35 100%);
    padding: 4px 8px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(202, 60, 25, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .group-stat[b-wx5w5fck6o]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: stat-shine-b-wx5w5fck6o 3s infinite;
    }

    .group-stat:hover[b-wx5w5fck6o] {
        background: linear-gradient(135deg, #ff6b35 0%, var(--primary-color, #ca3c19) 100%);
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 6px 12px rgba(202, 60, 25, 0.4);
    }

/* ===== CHECKBOX ALIGNMENT ===== */
[b-wx5w5fck6o] .rz-group-row .select-all-checkbox,
[b-wx5w5fck6o] .custom-group-header .select-all-checkbox,
.group-header-left .select-all-checkbox[b-wx5w5fck6o] {
    margin-right: 12px; /* Tạo khoảng cách với element tiếp theo */
}

/* Custom Checkbox Styling */
.select-all-checkbox[b-wx5w5fck6o],
.trip-checkbox[b-wx5w5fck6o] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--primary-color, #ca3c19);
}

    .select-all-checkbox:hover[b-wx5w5fck6o],
    .trip-checkbox:hover[b-wx5w5fck6o] {
        transform: scale(1.1);
        transition: transform 0.2s ease;
    }

/* ===== GROUP BORDER STYLING ===== */

/* Border cho group header */
.radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row {
    box-shadow: 0 2px 4px rgba(202, 60, 25, 0.1) !important;
    background: linear-gradient(135deg, #fff8f5 0%, #fef3e2 50%, #fff0e6 100%) !important;
    position: relative;
    overflow: hidden;
}

    .radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row:first-child {
        margin-top: 0 !important;
    }

    .radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row > td {
        border-left: none !important;
        border-right: none !important;
    }

/* Border cho các dòng data trong group */
.radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-datatable-data tr:not(.rz-group-row) {
    border-left: 2px solid var(--primary-color, #ca3c19) !important;
    border-right: 2px solid var(--primary-color, #ca3c19) !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: none !important;
}

/* Dòng cuối cùng của mỗi group */
.radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row ~ tr:not(.rz-group-row) {
    border-left: 2px solid var(--primary-color, #ca3c19) !important;
    border-right: 2px solid var(--primary-color, #ca3c19) !important;
}

    /* Dòng cuối trong group sẽ có border-bottom đậm và bo góc */
    .radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row ~ tr:not(.rz-group-row):last-child,
    .radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-datatable-data tr:not(.rz-group-row):has(+ .rz-group-row) {
        border-bottom: 2px solid var(--primary-color, #ca3c19) !important;
        border-radius: 0 0 8px 8px !important;
    }

/* Xử lý trường hợp dòng cuối cùng của bảng */
.radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-datatable-data tr:last-child:not(.rz-group-row) {
    border-bottom: 2px solid var(--primary-color, #ca3c19) !important;
    border-radius: 0 0 8px 8px !important;
}

/* Tạo hiệu ứng hover cho group */
.radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row:hover {
    box-shadow: 0 4px 8px rgba(202, 60, 25, 0.15) !important;
}

/* Background cho group để tạo sự tương phản */
.radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row ~ tr:not(.rz-group-row) {
    background-color: rgba(255, 255, 255, 0.98) !important;
}

    .radzen-grouped-grid-container[b-wx5w5fck6o]  .rz-group-row ~ tr:not(.rz-group-row):nth-child(even) {
        background-color: rgba(248, 249, 250, 0.98) !important;
    }

/* ===== ANIMATION KEYFRAMES ===== */

/* Header glow animation */
@keyframes header-glow-b-wx5w5fck6o {
    0% {
        opacity: 0.8;
        transform: scaleX(1);
    }

    100% {
        opacity: 1;
        transform: scaleX(1.02);
    }
}

/* Date pulse animation */
@keyframes date-pulse-b-wx5w5fck6o {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
    }
}

/* Stat shine animation */
@keyframes stat-shine-b-wx5w5fck6o {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Info glow animation */
@keyframes info-glow-b-wx5w5fck6o {
    0% {
        box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
    }

    100% {
        box-shadow: 0 4px 8px rgba(255, 193, 7, 0.5);
    }
}

/* ===== ICON STYLING IN GROUP HEADER ===== */
.group-header-left i[b-wx5w5fck6o],
.group-header-center i[b-wx5w5fck6o],
.group-header-right i[b-wx5w5fck6o] {
    color: var(--primary-color, #ca3c19);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .group-header-left i:hover[b-wx5w5fck6o],
    .group-header-center i:hover[b-wx5w5fck6o],
    .group-header-right i:hover[b-wx5w5fck6o] {
        color: #ff6b35;
        transform: scale(1.1);
    }

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .group-header-left[b-wx5w5fck6o] {
        min-width: 150px;
        gap: 8px;
        padding-left: 30px; /* Reduce padding for mobile */
    }

    .group-header-center[b-wx5w5fck6o] {
        gap: 4px;
        font-size: 10px;
        padding: 0 4px;
    }

    .group-header-right[b-wx5w5fck6o] {
        min-width: 120px;
        gap: 6px;
        padding-right: 6px;
    }

    .group-schedule-id[b-wx5w5fck6o] {
        font-size: 12px;
    }

    .group-schedule-type[b-wx5w5fck6o] {
        font-size: 8px;
        padding: 2px 4px;
    }

    .group-stat[b-wx5w5fck6o] {
        font-size: 9px;
        padding: 3px 6px;
    }

    .group-info[b-wx5w5fck6o] {
        font-size: 9px;
        padding: 1px 6px;
    }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/Manage/ManageTruckV2.razor.rz.scp.css */
/* BookTruck Page Specific Styles */
.filter-label[b-foxxz1rmd3] {
    font-size: 0.7rem;
    margin-left: 0.2rem;
}

/* Status Pill Base Style */
.status-pill[b-foxxz1rmd3] {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    min-width: 80px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
    transition: all 0.2s;
    cursor: default;
    outline: none;
}

/* Sticky Table Header */
.sticky-table-header[b-foxxz1rmd3] {
    position: fixed;
    top: 172px;
    left: var(--sidebar-width);
    right: 0;
    z-index: 90;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: hidden;
    transition: left 0.3s ease;
}

.sidebar-collapsed .sticky-table-header[b-foxxz1rmd3] {
    left: var(--sidebar-collapsed-width);
}

.trips-table-header[b-foxxz1rmd3] {
    width: auto;
    min-width: 2200px;
    border-collapse: collapse;
}

    .trips-table-header thead[b-foxxz1rmd3] {
        background: #f8f9fa;
    }

    .trips-table-header th[b-foxxz1rmd3] {
        padding: 8px 6px;
        text-align: left;
        font-weight: 600;
        font-size: 0.75rem;
        color: var(--text-primary);
        border-bottom: 2px solid var(--border-light);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .trips-table-header th.sortable[b-foxxz1rmd3] {
            cursor: pointer;
            user-select: none;
            transition: background-color 0.2s ease;
        }

            .trips-table-header th.sortable:hover[b-foxxz1rmd3] {
                background-color: #e9ecef;
            }

            .trips-table-header th.sortable i[b-foxxz1rmd3] {
                margin-left: 4px;
                font-size: 0.7rem;
            }

    /* Column widths for sticky header - must match trips-table */
    .trips-table-header .col-checkbox[b-foxxz1rmd3] {
        width: 40px;
        min-width: 40px;
        text-align: center;
    }

    .trips-table-header .col-stt[b-foxxz1rmd3] {
        width: 50px;
        min-width: 50px;
        text-align: center;
    }

    .trips-table-header .col-code[b-foxxz1rmd3] {
        min-width: 100px;
    }

    .trips-table-header .col-vehicle-name[b-foxxz1rmd3] {
        min-width: 140px;
    }

    .trips-table-header .col-ship-type[b-foxxz1rmd3] {
        min-width: 100px;
    }

    .trips-table-header .col-captain[b-foxxz1rmd3] {
        min-width: 140px;
    }

    .trips-table-header .col-phone[b-foxxz1rmd3] {
        min-width: 110px;
    }

    .trips-table-header .col-registration-photo[b-foxxz1rmd3] {
        min-width: 100px;
        text-align: center;
    }

    .trips-table-header .col-team[b-foxxz1rmd3] {
        min-width: 140px;
    }

    .trips-table-header .col-departure[b-foxxz1rmd3] {
        min-width: 120px;
    }

    .trips-table-header .col-receive-date[b-foxxz1rmd3] {
        min-width: 100px;
    }

    .trips-table-header .col-port-arrival[b-foxxz1rmd3] {
        min-width: 140px;
    }

    .trips-table-header .col-port-departure[b-foxxz1rmd3] {
        min-width: 140px;
    }

    .trips-table-header .col-completion[b-foxxz1rmd3] {
        min-width: 120px;
    }

    .trips-table-header .col-notes[b-foxxz1rmd3] {
        min-width: 120px;
    }

    .trips-table-header .col-special[b-foxxz1rmd3] {
        min-width: 120px;
    }

    .trips-table-header .col-actions[b-foxxz1rmd3] {
        min-width: 100px;
        position: fixed;
        right: 3px;
        z-index: 10;
        background: #f8f9fa;
        box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    }

/* Modal Container Variants */
.modal-container--wide[b-foxxz1rmd3] {
    max-width: 900px !important;
    width: 90% !important;
}

/* Filter Section Styles */
.filters-section[b-foxxz1rmd3] {
    background: white;
    padding: 6px 6px;
    border-radius: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--border-light);
}

/* Mobile Filter Toggle */
button.mobile-filter-toggle[b-foxxz1rmd3] {
    display: none;
    width: 100%;
    padding: 10px 14px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #495057;
    transition: all 0.2s ease;
    margin-bottom: 8px;
}

    button.mobile-filter-toggle:hover[b-foxxz1rmd3] {
        background: #e9ecef;
        border-color: #dee2e6;
    }

    button.mobile-filter-toggle i.fa-chevron-down[b-foxxz1rmd3] {
        transition: transform 0.2s ease;
    }

    button.mobile-filter-toggle.active i.fa-chevron-down[b-foxxz1rmd3] {
        transform: rotate(180deg);
    }

@media (max-width: 768px) {
    .filters-section[b-foxxz1rmd3] {
        padding: 8px 10px;
        width: 100%;
    }
}

.filters-container[b-foxxz1rmd3] {
   
    background: white;
    transition: left 0.3s ease;
}

.filters-grid[b-foxxz1rmd3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
    gap: 4px;
}

@media (max-width: 768px) {
    .filters-grid[b-foxxz1rmd3] {
        display: none;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 8px;
        padding: 10px;
        background: #f8f9fa;
        border-radius: 6px;
        border: 1px solid #e9ecef;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

        .filters-grid.mobile-expanded[b-foxxz1rmd3] {
            display: grid;
        }

    button.mobile-filter-toggle[b-foxxz1rmd3] {
        display: flex;
    }
}

.filter-group[b-foxxz1rmd3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: flex-end;
}

.filter-input[b-foxxz1rmd3], .filter-select[b-foxxz1rmd3] {
    padding: 3px 5px;
    border: 1px solid var(--border-light);
    border-radius: 3px;
    font-size: 0.7rem;
    transition: all 0.2s ease;
    background: white;
    height: 26px;
}

    .filter-input:focus[b-foxxz1rmd3], .filter-select:focus[b-foxxz1rmd3] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 1px rgba(202, 60, 25, 0.2);
    }


/* Table and Grid Layout Styles */
.manage-trips-grid-wrapper[b-foxxz1rmd3] {
    position: relative; 
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

    /* Custom Scrollbar Styles */
    .manage-trips-grid-wrapper[b-foxxz1rmd3]::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .manage-trips-grid-wrapper[b-foxxz1rmd3]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .manage-trips-grid-wrapper[b-foxxz1rmd3]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-light, #ca3c19), var(--primary-hover, #d96b47));
        border-radius: 10px;
        border: 2px solid #f1f1f1;
    }

        .manage-trips-grid-wrapper[b-foxxz1rmd3]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-light, #ca3c19));
        }

    .manage-trips-grid-wrapper[b-foxxz1rmd3]::-webkit-scrollbar-corner {
        background: #f1f1f1;
    }

/* Firefox Scrollbar */
.manage-trips-grid-wrapper[b-foxxz1rmd3] {
    scrollbar-width: auto;
    scrollbar-color: var(--primary-light, #ca3c19) #f1f1f1;
}

.main-planning-grid[b-foxxz1rmd3] {
    height: calc(100vh - 190px) !important;
    width: 100% !important;
}

    .main-planning-grid .rz-datatable-data[b-foxxz1rmd3] {
        height: calc(100vh - 250px) !important;
        overflow-y: auto !important;
    }

.page-content[b-foxxz1rmd3] {
 
    overflow-y: auto; /* Allow page scroll if content is taller than screen */
}

@media (max-width: 900px) {
    .page-content[b-foxxz1rmd3] {
        width: 100%;
    }
    
    .manage-trips-grid-wrapper[b-foxxz1rmd3] {
        padding: 0 10px;
    }
    
    .radzen-grouped-grid-container[b-foxxz1rmd3] {
        margin: 8px;
        max-width: calc(100vw - 20px);
    }
}

@media (max-width: 768px) {
    .page-content[b-foxxz1rmd3] {
        width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
    }
    
    .radzen-grouped-grid-container[b-foxxz1rmd3] {
        height: calc(100vh - 320px);
        max-height: 500px;
        min-height: 350px;
        margin: 8px 4px;
        max-width: calc(100vw - 8px);
    }
}

/* Responsive Design */
.sidebar-collapsed .filters-container[b-foxxz1rmd3] {
    left: var(--sidebar-collapsed-width);
}

/* Remove sidebar-specific positioning for grid wrapper since it's now relative */

/* Status Tags Styles */
.status-tags[b-foxxz1rmd3] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.status-tag[b-foxxz1rmd3] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.status-waiting-orange[b-foxxz1rmd3] {
    background-color: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
    font-weight: 600;
}

.status-waiting-orange:hover[b-foxxz1rmd3] {
    background-color: #ffedd5;
    box-shadow: 0 2px 4px rgba(234, 88, 12, 0.2);
}

.status-booked-green[b-foxxz1rmd3] {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-weight: 600;
}

.status-booked-green:hover[b-foxxz1rmd3] {
    background-color: #dcfce7;
    box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
}

.status-delivering-blue[b-foxxz1rmd3] {
    background-color: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    font-weight: 600;
}

.status-delivering-blue:hover[b-foxxz1rmd3] {
    background-color: #dbeafe;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

.status-completed-green[b-foxxz1rmd3] {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-weight: 600;
}

.status-completed-green:hover[b-foxxz1rmd3] {
    background-color: #dcfce7;
    box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
}

.status-cancelled-red[b-foxxz1rmd3] {
    background-color: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    font-weight: 600;
}

.status-cancelled-red:hover[b-foxxz1rmd3] {
    background-color: #fee2e2;
    box-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
}

.status-unknown-gray[b-foxxz1rmd3] {
    background-color: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    font-weight: 500;
}

.status-unknown-gray:hover[b-foxxz1rmd3] {
    background-color: #f3f4f6;
    box-shadow: 0 2px 4px rgba(107, 114, 128, 0.2);
}

/* Hover effects */
.status-tag:hover[b-foxxz1rmd3] {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.approval-badge-animated[b-foxxz1rmd3] {
    animation: badge-pulse-b-foxxz1rmd3 2s infinite, badge-glow-b-foxxz1rmd3 3s ease-in-out infinite alternate;
    position: relative;
    overflow: hidden;
}

@keyframes badge-pulse-b-foxxz1rmd3 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes badge-glow-b-foxxz1rmd3 {
    0% {
        box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    }

    100% {
        box-shadow: 0 0 10px rgba(220, 53, 69, 0.8), 0 0 15px rgba(220, 53, 69, 0.6);
    }
}

.approval-badge-animated[b-foxxz1rmd3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: badge-shine-b-foxxz1rmd3 2.5s infinite;
}

@keyframes badge-shine-b-foxxz1rmd3 {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Hover effect for extra attention */
.approval-badge-animated:hover[b-foxxz1rmd3] {
    animation-duration: 1s;
    transform: scale(1.15);
}

/* ManageBarger Specific Styles */
.grouped-schedules-container[b-foxxz1rmd3] {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    min-width: 2200px;
    padding: 0;
}

/* Custom schedule group styling with sticky headers */
.schedule-group-container[b-foxxz1rmd3] {
    position: relative;
}

/* Radzen Grouped Grid Styles */
.radzen-grouped-grid-container[b-foxxz1rmd3] {
    height: calc(100vh - 240px); /* Fixed height - adjust based on filters + pager */
    min-height: 400px; /* Minimum height to ensure usability */
    width: 100%;
    max-width: calc(100vw - 40px); /* Leave some margin */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Radzen DataGrid Override for Fixed Header and Proper Scrolling */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

/* Sticky Table Header */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background: white !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    border-bottom: 2px solid #dee2e6 !important;
}

/* Header Row Styling */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header .rz-sortable-column,
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header th {
    background: #f8f9fa !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    padding: 12px 8px !important;
    border-right: 1px solid #dee2e6 !important;
}

/* Scrollable Body Container */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data {
    flex: 1 !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    max-height: 500px !important; /* Fixed maximum scroll height */
    min-height: 300px !important; /* Minimum scroll area */
}

/* Group Headers - Make them sticky within scroll area */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-group-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 80 !important;
    background: linear-gradient(90deg, #fafafa 0%, #ffffff 100%) !important;
    border-bottom: 1px solid #e9ecef !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}



/* Data Rows */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data tr {
    transition: background-color 0.15s ease !important;
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data tr:hover {
    background: rgba(202, 60, 25, 0.05) !important;
}

/* Frozen Column Support */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-frozen-left {
    position: sticky !important;
    left: 0 !important;
    z-index: 90 !important;
    background: white !important;
    border-right: 2px solid #dee2e6 !important;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1) !important;
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-frozen-right {
    position: sticky !important;
    right: 0 !important;
    z-index: 90 !important;
    background: white !important;
    border-left: 2px solid #dee2e6 !important;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1) !important;
}

/* Action Column Specific Styling */
[b-foxxz1rmd3] .action-buttons {
    display: flex !important;
    gap: 4px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 4px !important;
}

/* Ensure proper header alignment for frozen columns */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header .rz-frozen-left,
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header .rz-frozen-right {
    background: #f8f9fa !important;
    z-index: 110 !important;
}

/* Performance optimization for sticky elements */
[b-foxxz1rmd3] .rz-frozen-left,
[b-foxxz1rmd3] .rz-frozen-right,
[b-foxxz1rmd3] .rz-datatable-header,
[b-foxxz1rmd3] .rz-group-header {
    will-change: transform !important;
    transform: translateZ(0) !important;
}

/* Container Sizing Utilities */
.grid-container-wrapper[b-foxxz1rmd3] {
    display: flex;
    flex-direction: column;
    height: fit-content;
    max-height: 80vh;
}

.grid-header-section[b-foxxz1rmd3] {
    flex-shrink: 0;
    background: white;
    border-radius: 8px 8px 0 0;
    border: 1px solid #dee2e6;
    border-bottom: none;
    padding: 12px 16px;
}

.grid-body-section[b-foxxz1rmd3] {
    flex: 1;
    min-height: 300px;
    overflow: hidden;
}

.grid-footer-section[b-foxxz1rmd3] {
    flex-shrink: 0;
    background: white;
    border-radius: 0 0 8px 8px;
    border: 1px solid #dee2e6;
    border-top: none;
}

/* Viewport-based sizing */
.viewport-container[b-foxxz1rmd3] {
    height: 70vh;
    max-height: 70vh;
    min-height: 400px;
}

@media (max-height: 600px) {
    .viewport-container[b-foxxz1rmd3] {
        height: 60vh;
        max-height: 60vh;
        min-height: 300px;
    }
}

/* Content fitting utilities */
.fit-content[b-foxxz1rmd3] {
    height: fit-content !important;
    max-height: none !important;
}

.scroll-viewport[b-foxxz1rmd3] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}



/* Table Wrapper - Enable sticky positioning */
.table-wrapper[b-foxxz1rmd3] {
    width: 100%;
    position: relative;
    overflow-x: auto;
    flex: 1;
}

/* Trips Table Styles */
.trips-table[b-foxxz1rmd3] {
    width: auto;
    min-width: 2200px;
    border-collapse: collapse;
    font-size: 12px;
    background: transparent;
    position: relative;
}

    .trips-table thead[b-foxxz1rmd3] {
        background: #f8f9fa;
        position: sticky;
        top: 0;
        z-index: 10;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .trips-table th[b-foxxz1rmd3] {
        background: #f8f9fa;
        color: #495057;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        padding: 8px 12px;
        text-align: center;
        border-bottom: 2px solid #dee2e6;
        white-space: nowrap;
    }

    .trips-table tbody tr[b-foxxz1rmd3] {
        transition: all 0.15s ease;
        border-bottom: 1px solid #f1f3f5;
    }

        .trips-table tbody tr:nth-child(even)[b-foxxz1rmd3] {
            background: #fcfcfc;
        }

        .trips-table tbody tr:hover[b-foxxz1rmd3] {
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

        .trips-table tbody tr.selected[b-foxxz1rmd3] {
            background: rgba(202, 60, 25, 0.05);
            border-left: 3px solid var(--primary-color, #ca3c19);
        }

    .trips-table td[b-foxxz1rmd3] {
        padding: 8px 12px;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #f1f3f5;
    }

        .trips-table td:first-child[b-foxxz1rmd3] {
            border-left: none;
        }

        .trips-table td:last-child[b-foxxz1rmd3] {
            border-right: none;
        }

    .trips-table .col-checkbox[b-foxxz1rmd3] {
        width: 40px;
        min-width: 40px;
        text-align: center;
    }

/* Select All Checkbox Styling */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header th:first-child {
    text-align: center !important;
    padding: 8px 4px !important;
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header .rz-chkbox {
    margin: 0 auto;
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data .rz-chkbox {
    margin: 0 auto;
}

/* Custom Checkbox Styling */
.select-all-checkbox[b-foxxz1rmd3],
.trip-checkbox[b-foxxz1rmd3] {
    width: 15px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--primary-color, #ca3c19);
}

.select-all-checkbox:hover[b-foxxz1rmd3],
.trip-checkbox:hover[b-foxxz1rmd3] {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* Center checkboxes in their cells */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-header th:first-child,
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data td:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .trips-table .col-stt[b-foxxz1rmd3] {
        width: 50px;
        min-width: 50px;
        text-align: center;
        font-weight: 600;
        color: var(--primary-dark, #b8563e);
    }

    .trips-table .col-code[b-foxxz1rmd3] {
        min-width: 100px;
        text-align: left;
        font-weight: 600;
    }

    .trips-table .col-product[b-foxxz1rmd3] {
        min-width: 120px;
        text-align: left;
    }

    .trips-table .col-vehicle[b-foxxz1rmd3] {
        min-width: 100px;
        text-align: left;
        font-weight: 600;
    }

    .trips-table .col-mooc[b-foxxz1rmd3] {
        min-width: 100px;
        text-align: left;
    }

    .trips-table .col-checkin[b-foxxz1rmd3] {
        min-width: 120px;
        text-align: left;
    }

    .trips-table .col-driver[b-foxxz1rmd3] {
        min-width: 120px;
        text-align: left;
    }

    .trips-table .col-phone[b-foxxz1rmd3] {
        min-width: 100px;
        text-align: left;
    }

    .trips-table .col-team[b-foxxz1rmd3] {
        min-width: 120px;
        text-align: left;
    }

    .trips-table .col-warehouse[b-foxxz1rmd3] {
        min-width: 120px;
        text-align: left;
    }

    .trips-table .col-export[b-foxxz1rmd3] {
        min-width: 80px;
        text-align: right;
        font-weight: 600;
        color: var(--primary-dark, #b8563e);
    }

    .trips-table .col-pickup[b-foxxz1rmd3] {
        min-width: 80px;
        text-align: right;
        font-weight: 600;
        color: #28a745;
    }

    .trips-table .col-delivery[b-foxxz1rmd3] {
        min-width: 80px;
        text-align: right;
        font-weight: 600;
        color: #007bff;
    }

    .trips-table .col-status[b-foxxz1rmd3] {
        min-width: 100px;
        text-align: center;
    }

    .trips-table .col-special[b-foxxz1rmd3] {
        min-width: 100px;
        text-align: center;
    }

    .trips-table .col-actions[b-foxxz1rmd3] {
        min-width: 120px;
        text-align: center;
        position: sticky;
        right: 0;
        background: #fff;
        box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    }

.no-trips-message[b-foxxz1rmd3] {
    text-align: center;
    padding: 40px 20px;
    color: #6c757d;
    font-size: 14px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.status-badge[b-foxxz1rmd3] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

    .status-badge:hover[b-foxxz1rmd3] {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

.special-status[b-foxxz1rmd3] {
    font-style: italic;
    color: #6c757d;
    font-size: 11px;
}

.btn-detail[b-foxxz1rmd3] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-detail:hover[b-foxxz1rmd3] {
        background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    }

.btn-view-photo[b-foxxz1rmd3] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-view-photo:hover[b-foxxz1rmd3] {
        background: linear-gradient(135deg, #1e7e34 0%, #155724 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }

.no-photo[b-foxxz1rmd3] {
    color: #6c757d;
    font-style: italic;
    font-size: 11px;
}

.empty-state[b-foxxz1rmd3] {
    color: #adb5bd;
    font-style: italic;
    font-size: 11px;
}

.action-buttons[b-foxxz1rmd3] {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.btn-change-company[b-foxxz1rmd3] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #212529;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-change-company:hover[b-foxxz1rmd3] {
        background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    }

.btn-cancel[b-foxxz1rmd3] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

    .btn-cancel:hover[b-foxxz1rmd3] {
        background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    }

/* Cancel Dialog Styles */
.cancel-dialog[b-foxxz1rmd3] {
    padding: 16px;
}

    .cancel-dialog textarea[b-foxxz1rmd3] {
        font-family: inherit;
        resize: vertical;
    }

/* Ensure dialog buttons are clickable */
[b-foxxz1rmd3] .e-dialog .e-footer-content button {
    pointer-events: auto !important;
    z-index: 1000;
    position: relative;
}

[b-foxxz1rmd3] .e-dialog .e-footer-content {
    pointer-events: auto !important;
}

/* Change Company Dialog */
.change-company-dialog[b-foxxz1rmd3] {
    padding: 16px;
}

    .change-company-dialog .form-group[b-foxxz1rmd3] {
        margin-bottom: 20px;
    }

    .change-company-dialog label[b-foxxz1rmd3] {
        display: block;
        font-weight: 600;
        font-size: 12px;
        color: #495057;
        margin-bottom: 8px;
    }

    .change-company-dialog .required[b-foxxz1rmd3] {
        color: #dc3545;
    }

    .change-company-dialog .arrow-container[b-foxxz1rmd3] {
        text-align: center;
        margin: 16px 0;
        color: var(--primary-color, #ca3c19);
        font-size: 24px;
    }

    /* Dropdown styles */
    .change-company-dialog[b-foxxz1rmd3]  .e-input-group,
    .change-company-dialog[b-foxxz1rmd3]  .e-ddl {
        font-size: 12px;
    }

    .change-company-dialog[b-foxxz1rmd3]  .item {
        display: flex;
        justify-content: space-between;
        padding: 8px;
    }

    .change-company-dialog[b-foxxz1rmd3]  .name {
        font-weight: 600;
        color: var(--primary-color, #ca3c19);
        min-width: 100px;
    }

    .change-company-dialog[b-foxxz1rmd3]  .city {
        color: #495057;
    }

    .change-company-dialog[b-foxxz1rmd3]  .head {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        font-weight: 700;
        background: #f8f9fa;
        border-bottom: 2px solid #dee2e6;
    }

/* Pagination Styles */
.pager-container[b-foxxz1rmd3] {
    position: relative; /* Change from fixed to relative */
    background: white;
    border-top: 1px solid #dee2e6;
    padding: 12px 16px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 20px;
    border-radius: 0 0 8px 8px;
}

@media (max-width: 768px) {
    .pager-container[b-foxxz1rmd3] {
        margin: 0 4px;
        flex-direction: column;
        gap: 12px;
    }

    .summary-value[b-foxxz1rmd3] {
        font-size: 11px !important;
    }

    .pager-summary[b-foxxz1rmd3] {
        gap: 0 !important;
        width: 100%;
        justify-content: space-between;
    }
}

.pager-left[b-foxxz1rmd3] {
    flex: 0 0 auto;
}

.pager-summary[b-foxxz1rmd3] {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.summary-item[b-foxxz1rmd3] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 12px;
}

    .summary-item i[b-foxxz1rmd3] {
        color: var(--primary-color, #ca3c19);
        font-size: 14px;
    }

.summary-label[b-foxxz1rmd3] {
    color: #6c757d;
    font-weight: 600;
}

.summary-value[b-foxxz1rmd3] {
    color: #212529;
    font-weight: 700;
    font-size: 13px;
}

/* Selected Items Summary */
.summary-selected[b-foxxz1rmd3] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    border: 1px solid #10b981 !important;
    color: #065f46 !important;
}

.summary-selected .summary-label[b-foxxz1rmd3] {
    color: #065f46 !important;
}

.summary-selected .summary-value[b-foxxz1rmd3] {
    color: #065f46 !important;
}

.summary-selected i[b-foxxz1rmd3] {
    color: #10b981 !important;
}

[b-foxxz1rmd3] .mainpager {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    position: static;
}

[b-foxxz1rmd3] .e-parentmsgbar {
    display: none;
}

@media (max-width: 900px) {
    .pager-container[b-foxxz1rmd3] {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pager-container[b-foxxz1rmd3] {
        flex-direction: column;
        gap: 12px;
        left: 0 !important;
        width: 100%;
    }

    .pager-summary[b-foxxz1rmd3] {
        width: 100%;
        justify-content: space-between;
    }

    .summary-item[b-foxxz1rmd3] {
        flex: 1;
        justify-content: center;
    }
}

[b-foxxz1rmd3] .mainpager .e-pagercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-foxxz1rmd3] .mainpager .e-numericitem,
[b-foxxz1rmd3] .mainpager .e-nextpage,
[b-foxxz1rmd3] .mainpager .e-prevpage,
[b-foxxz1rmd3] .mainpager .e-firstpage,
[b-foxxz1rmd3] .mainpager .e-lastpage {
    border-radius: 4px;
    margin: 0 2px;
}

/* Loading Skeleton Styles */
.loading-skeleton[b-foxxz1rmd3] {
    padding: 16px;
}

.skeleton-schedule-card[b-foxxz1rmd3] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

.skeleton-schedule-header[b-foxxz1rmd3] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.skeleton-table[b-foxxz1rmd3] {
    padding: 12px 16px;
}

.skeleton-table-row[b-foxxz1rmd3] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f8f9fa;
}

.skeleton-item[b-foxxz1rmd3] {
    background: #e9ecef;
    border-radius: 4px;
}

.skeleton-animate[b-foxxz1rmd3] {
    animation: skeleton-pulse-b-foxxz1rmd3 1.5s ease-in-out infinite;
}

@keyframes skeleton-pulse-b-foxxz1rmd3 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

[b-foxxz1rmd3] .e-pager .e-mfirst,
[b-foxxz1rmd3] .e-pager .e-mprev,
[b-foxxz1rmd3] .e-pager .e-mnext,
[b-foxxz1rmd3] .e-pager .e-mlast {
    display: none !important;
}

[b-foxxz1rmd3] .mainpager.e-pager.e-adaptive {
    display: none !important;
}

[b-foxxz1rmd3] .e-parentmsgbar {
    display: none !important;
}

.action-buttons-container[b-foxxz1rmd3] {
    display: flex;
}

/* Enhanced Sticky Table Headers for Better Performance */
.sticky-header-enhanced[b-foxxz1rmd3] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #dee2e6;
}

/* Custom ScrollContainer for Better Control */
.custom-scroll-container[b-foxxz1rmd3] {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    scroll-behavior: smooth;
}

    .custom-scroll-container[b-foxxz1rmd3]::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .custom-scroll-container[b-foxxz1rmd3]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .custom-scroll-container[b-foxxz1rmd3]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, var(--primary-color, #ca3c19), var(--primary-hover, #d96b47));
        border-radius: 5px;
        border: 1px solid #f1f1f1;
    }

        .custom-scroll-container[b-foxxz1rmd3]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-color, #ca3c19));
        }

/* Enhanced Scrollbar for Radzen DataGrid */
[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 5px;
    margin: 2px;
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--primary-color, #ca3c19), var(--primary-hover, #d96b47));
    border-radius: 5px;
    border: 1px solid #f8f9fa;
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, var(--primary-hover, #d96b47), var(--primary-color, #ca3c19));
}

[b-foxxz1rmd3] .radzen-grouped-grid-container .rz-datatable-data::-webkit-scrollbar-corner {
    background: #f8f9fa;
}

/* Compact Table Display for Limited Space */
.radzen-grouped-grid-container.compact-mode[b-foxxz1rmd3] {
    font-size: 11px;
}

.radzen-grouped-grid-container.compact-mode[b-foxxz1rmd3]  .rz-datatable-header th {
    padding: 6px 4px !important;
    font-size: 10px !important;
}

.radzen-grouped-grid-container.compact-mode[b-foxxz1rmd3]  .rz-datatable-data td {
    padding: 4px 6px !important;
    font-size: 11px !important;
}

.radzen-grouped-grid-container.compact-mode .custom-group-header[b-foxxz1rmd3] {
    padding: 6px 12px !important;
}

/* Ensure proper scrolling for RadzenDataGrid */
[b-foxxz1rmd3] .rz-datatable-scrollable-wrapper {
    height: 100% !important;
    overflow: hidden !important;
}

[b-foxxz1rmd3] .rz-datatable-scrollable-body {
    height: 100% !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
}

/* Group Header Sticky Enhancement */
[b-foxxz1rmd3] .rz-group-header-cell {
    position: sticky;
    left: 0;
    background: white;
    z-index: 60;
    border-right: 1px solid #dee2e6;
}

/* Fixed Action Column */
[b-foxxz1rmd3] .action-column-fixed {
    position: sticky;
    right: 0;
    background: white;
    z-index: 50;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
}

/* Grid Size Control */
.grid-size-controls[b-foxxz1rmd3] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    background: white;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.size-option[b-foxxz1rmd3] {
    padding: 4px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
}

.size-option:hover[b-foxxz1rmd3],
.size-option.active[b-foxxz1rmd3] {
    background: var(--primary-color, #ca3c19);
    color: white;
    border-color: var(--primary-color, #ca3c19);
}

/* Fixed Grid Dimensions */
.radzen-grouped-grid-container.size-small[b-foxxz1rmd3] {
    height: 400px;
    max-height: 400px;
}

.radzen-grouped-grid-container.size-medium[b-foxxz1rmd3] {
    height: 600px;
    max-height: 600px;
}

.radzen-grouped-grid-container.size-large[b-foxxz1rmd3] {
    height: 800px;
    max-height: 800px;
}

.radzen-grouped-grid-container.size-fullscreen[b-foxxz1rmd3] {
    height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .manage-trips-grid-wrapper[b-foxxz1rmd3] {
        padding: 0 8px;
    }
    
    .radzen-grouped-grid-container[b-foxxz1rmd3] {
        min-width: 320px;
        overflow-x: auto;
    }
    
    .radzen-grouped-grid-container.size-small[b-foxxz1rmd3] {
        height: 350px;
        max-height: 350px;
    }

    .radzen-grouped-grid-container.size-medium[b-foxxz1rmd3] {
        height: 450px;
        max-height: 450px;
    }

        .radzen-grouped-grid-container.size-large[b-foxxz1rmd3],
        .radzen-grouped-grid-container.size-fullscreen[b-foxxz1rmd3] {
            height: calc(100vh - 280px);
            max-height: calc(100vh - 280px);
        }
}

/* Checkbox Column Styles */
.checkbox-column[b-foxxz1rmd3] {
    padding-left: 0 !important;
}

/* Mobile Action Buttons Optimization */
@media (max-width: 768px) {
    .action-buttons-container[b-foxxz1rmd3] {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        justify-content: space-around;
        overflow-x: auto;
        padding: 4px 0;
    }

    /* Hide text on mobile, keep icon and button size */
    .mobile-icon-only .etrans-button .button-text[b-foxxz1rmd3] {
        display: none !important;
    }

    .mobile-icon-only .etrans-button[b-foxxz1rmd3] {
        min-width: auto;
        padding: 8px 12px;
    }

    .mobile-icon-only .etrans-button .button-icon[b-foxxz1rmd3] {
        margin-right: 0 !important;
    }
}

/* Styles moved from ManageTruckV2.razor */

/* Custom button for Vệ Tinh indicator */
.custom-button[b-foxxz1rmd3] {
    color: white;
    background: linear-gradient(45deg, #1e90ff, #00bfff);
    border: none;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 12px;
}

.custom-button:hover[b-foxxz1rmd3] {
    background: linear-gradient(45deg, #00bfff, #1e90ff);
}

/* Base Badge Style */
.e-badge[b-foxxz1rmd3] {
    display: inline-block;
    padding: 0.4em 0.8em;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 12px;
    color: #fff;
}

/* Status Badge Classes */
.badge-notcheckin[b-foxxz1rmd3] {
    background-color: #f39c12 !important;
    color: white !important;
}

.badge-checked[b-foxxz1rmd3] {
    background-color: #2980b9 !important;
    color: white !important;
}

.badge-pickuped[b-foxxz1rmd3] {
    background-color: #2980b9 !important;
    color: white !important;
}

.badge-delivered[b-foxxz1rmd3] {
    background-color: #27ae60 !important;
    color: white !important;
}

.badge-cancel[b-foxxz1rmd3] {
    background-color: #d9534f !important;
    color: white !important;
}

/* New Status Button Styles for BookBarger */
.status-pill.status-waiting-orange[b-foxxz1rmd3] {
    background-color: #fff7ed !important;
    color: #ea580c !important;
    border: 1px solid #fed7aa !important;
    font-weight: 600 !important;
}

.status-pill.status-booked-green[b-foxxz1rmd3] {
    background-color: #f0fdf4 !important;
    color: #16a34a !important;
    border: 1px solid #bbf7d0 !important;
    font-weight: 600 !important;
}

.status-pill.status-delivering-blue[b-foxxz1rmd3] {
    background-color: #eff6ff !important;
    color: #2563eb !important;
    border: 1px solid #bfdbfe !important;
    font-weight: 600 !important;
}

.status-pill.status-completed-green[b-foxxz1rmd3] {
    background-color: #f0fdf4 !important;
    color: #16a34a !important;
    border: 1px solid #bbf7d0 !important;
    font-weight: 600 !important;
}

.status-pill.status-cancelled-red[b-foxxz1rmd3] {
    background-color: #fef2f2 !important;
    color: #dc2626 !important;
    border: 1px solid #fecaca !important;
    font-weight: 600 !important;
}

.status-pill.status-unknown-gray[b-foxxz1rmd3] {
    background-color: #f9fafb !important;
    color: #6b7280 !important;
    border: 1px solid #e5e7eb !important;
    font-weight: 500 !important;
}

/* Row hover effect */
.rz-data-row:hover[b-foxxz1rmd3] {
    background-color: #f5f5f5;
    cursor: pointer;
}



/* ===== BASIC INFO ICON ===== */
.info-icon[b-foxxz1rmd3] {
    font-size: 12px;
    color: #007bff;
    margin-left: 4px;
    transition: color 0.2s ease;
}

    .info-icon:hover[b-foxxz1rmd3] {
        color: #0056b3;
    }

/* ===== TOOLTIP EFFECT FOR GROUP INFO ===== */
.group-info:hover[b-foxxz1rmd3]::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10;
    margin-bottom: 4px;
}

.group-info:hover[b-foxxz1rmd3]::after {
    opacity: 1;
    visibility: visible;
}

/* ===== CORE GROUP HEADER STRUCTURE ===== */
[b-foxxz1rmd3] .custom-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 8px;
    width: 100%;
    gap: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    background: linear-gradient(135deg, #fff8f5 0%, #fef3e2 50%, #fff0e6 100%) !important;
    overflow: hidden;
}

    /* Enhanced hover effect cho group header */
    [b-foxxz1rmd3] .custom-group-header:hover {
        background: linear-gradient(135deg, #fff5f0 0%, #fef0e7 50%, #ffede3 100%) !important;
        box-shadow: 0 4px 8px rgba(202, 60, 25, 0.15);
        transform: translateY(-1px);
    }

/* ===== RADZEN GROUP ROW BASE STYLING ===== */
[b-foxxz1rmd3] .rz-group-row > td {
    cursor: pointer;
    padding: 0px;
    padding-top: 4px;
    background: linear-gradient(90deg, #ff8f73 0%, var(--primary-active), #ff8c42 50%, #ff6b35 75%, var(--primary-color, #ca3c19) 100%);
    /* Ensure group header spans full table width */
    position: relative;
    width: 100%;
}

/* ===== GROUP HEADER SECTIONS ===== */

/* Left Section - Checkbox + Schedule Info */
.group-header-left[b-foxxz1rmd3] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 200px;
}

/* Center Section - Company, Branch, Details */
.group-header-center[b-foxxz1rmd3] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    font-size: 11px;
    color: #495057;
    overflow: hidden;
    padding: 0 8px;
}

/* Right Section - Type + Statistics */
.group-header-right[b-foxxz1rmd3] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    justify-content: flex-end;
    padding-right: 10px;
}

/* ===== SCHEDULE ID & TYPE STYLING ===== */
.group-schedule-id[b-foxxz1rmd3] {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color, #ca3c19);
    letter-spacing: -0.2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(202, 60, 25, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgba(202, 60, 25, 0.3);
}

.group-schedule-type[b-foxxz1rmd3] {
    font-size: 10px;
    font-weight: 600;
    color: #495057;
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    padding: 3px 6px;
    border-radius: 8px;
    border: 1px solid #28a745;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    box-shadow: 0 1px 2px rgba(40, 167, 69, 0.2);
    transition: all 0.3s ease;
}

    .group-schedule-type:hover[b-foxxz1rmd3] {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        color: white;
        transform: translateY(-1px);
    }

/* ===== GROUP INFO ITEMS ===== */
.group-info[b-foxxz1rmd3] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.7);
    padding: 2px 9px;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

    .group-info:hover[b-foxxz1rmd3] {
        background: rgba(255, 255, 255, 0.9);
        border-color: var(--primary-color, #ca3c19);
        color: var(--primary-color, #ca3c19);
        transform: scale(1);
    }

    /* Highlight ngày với animation */
    .group-info.date-highlight[b-foxxz1rmd3] {
        font-size: 10px;
        font-weight: 600;
        color: #2563eb;
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        padding: 3px 6px;
        border-radius: 4px;
        border: 1px solid #3b82f6;
        box-shadow: 0 1px 2px rgba(59, 130, 246, 0.2);
        animation: date-pulse-b-foxxz1rmd3 2s ease-in-out infinite;
        position: relative;
    }

    /* Special highlight for important info */
    .group-info.highlight[b-foxxz1rmd3] {
        background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
        color: #856404;
        border: 1px solid #ffc107;
        font-weight: 600;
        animation: info-glow-b-foxxz1rmd3 2s ease-in-out infinite alternate;
    }

/* ===== GROUP DIVIDERS ===== */
.group-divider[b-foxxz1rmd3] {
    color: var(--primary-color, #ca3c19);
    font-weight: 700;
    font-size: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* ===== GROUP STATISTICS ===== */
.group-stat[b-foxxz1rmd3] {
    font-size: 10px;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, var(--primary-color, #ca3c19) 0%, #ff6b35 100%);
    padding: 4px 8px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(202, 60, 25, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .group-stat[b-foxxz1rmd3]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: stat-shine-b-foxxz1rmd3 3s infinite;
    }

    .group-stat:hover[b-foxxz1rmd3] {
        background: linear-gradient(135deg, #ff6b35 0%, var(--primary-color, #ca3c19) 100%);
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 6px 12px rgba(202, 60, 25, 0.4);
    }

/* ===== CHECKBOX ALIGNMENT ===== */
[b-foxxz1rmd3] .rz-group-row .select-all-checkbox,
[b-foxxz1rmd3] .custom-group-header .select-all-checkbox,
.group-header-left .select-all-checkbox[b-foxxz1rmd3] {
    margin-right: 12px; /* Tạo khoảng cách với element tiếp theo */
}

/* Custom Checkbox Styling */
.select-all-checkbox[b-foxxz1rmd3],
.trip-checkbox[b-foxxz1rmd3] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: var(--primary-color, #ca3c19);
}

    .select-all-checkbox:hover[b-foxxz1rmd3],
    .trip-checkbox:hover[b-foxxz1rmd3] {
        transform: scale(1.1);
        transition: transform 0.2s ease;
    }

/* ===== GROUP BORDER STYLING ===== */

/* Border cho group header */
.radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row {
    box-shadow: 0 2px 4px rgba(202, 60, 25, 0.1) !important;
    background: linear-gradient(135deg, #fff8f5 0%, #fef3e2 50%, #fff0e6 100%) !important;
    position: relative;
    overflow: hidden;
}

    .radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row:first-child {
        margin-top: 0 !important;
    }

    .radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row > td {
        border-left: none !important;
        border-right: none !important;
    }

/* Border cho các dòng data trong group */
.radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-datatable-data tr:not(.rz-group-row) {
    border-left: 2px solid var(--primary-color, #ca3c19) !important;
    border-right: 2px solid var(--primary-color, #ca3c19) !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: none !important;
}

/* Dòng cuối cùng của mỗi group */
.radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row ~ tr:not(.rz-group-row) {
    border-left: 2px solid var(--primary-color, #ca3c19) !important;
    border-right: 2px solid var(--primary-color, #ca3c19) !important;
}

    /* Dòng cuối trong group sẽ có border-bottom đậm và bo góc */
    .radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row ~ tr:not(.rz-group-row):last-child,
    .radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-datatable-data tr:not(.rz-group-row):has(+ .rz-group-row) {
        border-bottom: 2px solid var(--primary-color, #ca3c19) !important;
        border-radius: 0 0 8px 8px !important;
    }

/* Xử lý trường hợp dòng cuối cùng của bảng */
.radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-datatable-data tr:last-child:not(.rz-group-row) {
    border-bottom: 2px solid var(--primary-color, #ca3c19) !important;
    border-radius: 0 0 8px 8px !important;
}

/* Tạo hiệu ứng hover cho group */
.radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row:hover {
    box-shadow: 0 4px 8px rgba(202, 60, 25, 0.15) !important;
}

/* Background cho group để tạo sự tương phản */
.radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row ~ tr:not(.rz-group-row) {
    background-color: rgba(255, 255, 255, 0.98) !important;
}

    .radzen-grouped-grid-container[b-foxxz1rmd3]  .rz-group-row ~ tr:not(.rz-group-row):nth-child(even) {
        background-color: rgba(248, 249, 250, 0.98) !important;
    }

/* ===== ANIMATION KEYFRAMES ===== */

/* Header glow animation */
@keyframes header-glow-b-foxxz1rmd3 {
    0% {
        opacity: 0.8;
        transform: scaleX(1);
    }

    100% {
        opacity: 1;
        transform: scaleX(1.02);
    }
}

/* Date pulse animation */
@keyframes date-pulse-b-foxxz1rmd3 {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
    }

    50% {
        transform: scale(1.02);
        box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
    }
}

/* Stat shine animation */
@keyframes stat-shine-b-foxxz1rmd3 {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Info glow animation */
@keyframes info-glow-b-foxxz1rmd3 {
    0% {
        box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
    }

    100% {
        box-shadow: 0 4px 8px rgba(255, 193, 7, 0.5);
    }
}

/* ===== ICON STYLING IN GROUP HEADER ===== */
.group-header-left i[b-foxxz1rmd3],
.group-header-center i[b-foxxz1rmd3],
.group-header-right i[b-foxxz1rmd3] {
    color: var(--primary-color, #ca3c19);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .group-header-left i:hover[b-foxxz1rmd3],
    .group-header-center i:hover[b-foxxz1rmd3],
    .group-header-right i:hover[b-foxxz1rmd3] {
        color: #ff6b35;
        transform: scale(1.1);
    }

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .group-header-left[b-foxxz1rmd3] {
        min-width: 150px;
        gap: 8px;
        padding-left: 30px; /* Reduce padding for mobile */
    }

    .group-header-center[b-foxxz1rmd3] {
        gap: 4px;
        font-size: 10px;
        padding: 0 4px;
    }

    .group-header-right[b-foxxz1rmd3] {
        min-width: 120px;
        gap: 6px;
        padding-right: 6px;
    }

    .group-schedule-id[b-foxxz1rmd3] {
        font-size: 12px;
    }

    .group-schedule-type[b-foxxz1rmd3] {
        font-size: 8px;
        padding: 2px 4px;
    }

    .group-stat[b-foxxz1rmd3] {
        font-size: 9px;
        padding: 3px 6px;
    }

    .group-info[b-foxxz1rmd3] {
        font-size: 9px;
        padding: 1px 6px;
    }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/Components/ScheduleCard.razor.rz.scp.css */
/* Schedule Card Styles - Component-Specific */
/* Badge trạng thái chung */
.status-badge[b-bdf044dc1u] {
    display: inline-flex;
    align-items: center;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    white-space: nowrap;
    margin-right: 8px;
}

.status-not-started[b-bdf044dc1u] {
    background-color: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

    .status-not-started:hover[b-bdf044dc1u] {
        background-color: #f3f4f6;
        box-shadow: 0 2px 4px rgba(107, 114, 128, 0.2);
    }

.status-in-progress[b-bdf044dc1u] {
    background-color: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

    .status-in-progress:hover[b-bdf044dc1u] {
        background-color: #ffedd5;
        box-shadow: 0 2px 4px rgba(234, 88, 12, 0.2);
    }

@keyframes pulse-b-bdf044dc1u {
    0% {
        box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.1);
    }

    70% {
        box-shadow: 0 0 0 4px rgba(234, 88, 12, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(234, 88, 12, 0);
    }
}

.status-completed[b-bdf044dc1u] {
    background-color: #f0fdf4; /* Xanh lá nhạt như status-completed-green */
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

    .status-completed:hover[b-bdf044dc1u] {
        background-color: #dcfce7;
        box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
    }

.status-cancelled[b-bdf044dc1u] {
    background-color: #fef2f2; /* Đỏ nhạt như status-cancelled-red */
    color: #dc2626;
    border: 1px solid #fecaca;
}

    .status-cancelled:hover[b-bdf044dc1u] {
        background-color: #fee2e2;
        box-shadow: 0 2px 4px rgba(220, 38, 38, 0.2);
    }

.status-in-use[b-bdf044dc1u] { /* "Đang sử dụng" - như status-delivering-blue */
    background-color: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
    font-weight: 600;
}

    .status-in-use:hover[b-bdf044dc1u] {
        background-color: #dbeafe;
        box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
    }

.status-needs-repair[b-bdf044dc1u] { 
    background-color: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

    .status-needs-repair:hover[b-bdf044dc1u] {
        background-color: #ffedd5;
        box-shadow: 0 2px 4px rgba(234, 88, 12, 0.2);
    }

.status-default[b-bdf044dc1u] {
    background-color: #f9fafb;
    color: #6b7280;
    border: 1px solid #e5e7eb;
    font-weight: 500;
}

    .status-default:hover[b-bdf044dc1u] {
        background-color: #f3f4f6;
        box-shadow: 0 2px 4px rgba(107, 114, 128, 0.2);
    }
/* Card Container */
.company-card[b-bdf044dc1u] {
    background: #fff;
    border: 2px solid rgb(202 60 25 / 30%);
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(202, 60, 25, 0.08);
}

    .company-card:hover[b-bdf044dc1u] {
        border-color: rgb(255 50 0 / 50%);
        box-shadow: 0 4px 16px rgba(202, 60, 25, 0.12);
        transform: translateY(-2px);
    }

/* Card Header Container - Gradient Bar Style (Matching TripDetailModal) */
.card-detail-header-container[b-bdf044dc1u] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 5px 16px;
    background: rgb(225 64 24 / 65%);
    color: #ffffff;
}
.header-group-title[b-bdf044dc1u] {
    display: flex;
    border-radius: 3px;
    /*background: linear-gradient(135deg, #bcddff 0%, #e9ecef 100%) !important;*/
}
/* Header Items - Semi-transparent white backgrounds (Matching TripDetailModal) */
.card-detail-header-container .date-time[b-bdf044dc1u],
.card-detail-header-container .warehouse[b-bdf044dc1u],
.card-detail-header-container .company[b-bdf044dc1u],
.card-detail-header-container .product[b-bdf044dc1u] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 3px;
    /*background: linear-gradient(135deg, #bcddff 0%, #e9ecef 100%) !important;*/
    color: white;
}

/* Desktop: mobile-info-row acts as normal flex container */
.mobile-info-row[b-bdf044dc1u] {
    display: contents;
}

/* Schedule ID - Primary item with stronger background */
.card-detail-header-container .scheduleid[b-bdf044dc1u] {
    /*background: linear-gradient(135deg, #bcddff 0%, #e9ecef 100%) !important;*/
    font-weight: 600;
    font-size: 12px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding-right: 5px;
    color: white;
}

.card-detail-header-container .containertype[b-bdf044dc1u] {
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    /*background: rgb(247 232 26 / 100%);*/
    padding: 2px;
    color: #f8fd0f;
    border-radius: 2px;
    margin-left: 5px;
    font-weight: 700;
}
.card-detail-header-container .scheduleid i[b-bdf044dc1u],
.card-detail-header-container .date-time i[b-bdf044dc1u],
.card-detail-header-container .warehouse i[b-bdf044dc1u],
.card-detail-header-container .company i[b-bdf044dc1u],
.card-detail-header-container .product i[b-bdf044dc1u] {
    font-size: 10px;
}

/* Pulse Animation for Arrange Button */
@keyframes pulse-glow-b-bdf044dc1u {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
    }
}

/* Arrange Button in Header - Eye-catching with indicator */

.arrange-btn-header[b-bdf044dc1u] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 12px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: auto;
    position: relative;
    animation: pulse-glow-b-bdf044dc1u 2s ease-in-out infinite;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background: #32a75c ;
}

/* Green background for arrange button with text 'Đăng ký' */
    .arrange-btn-header.register-btn[b-bdf044dc1u] {
        
        background: rgb(229 49 6 / 59%) !important;
        color: #fff !important;
    }

/* Notification indicator dot */
.arrange-btn-header[b-bdf044dc1u]::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    width: 8px;
    height: 8px;
    background: #ffc107;
    border-radius: 50%;
    border: 2px solid var(--primary-color, #ca3c19);
    animation: pulse-dot-b-bdf044dc1u 1.5s ease-in-out infinite;
}

@keyframes pulse-dot-b-bdf044dc1u {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.arrange-btn-header:hover[b-bdf044dc1u] {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: none;
}

.arrange-btn-header:active[b-bdf044dc1u] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(0);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.arrange-btn-header i[b-bdf044dc1u] {
    font-size: 11px;
}

/* Cancelled Info in Header */
.cancelled-info-header[b-bdf044dc1u] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.cancelled-badge-header[b-bdf044dc1u] {
    background: rgba(220, 53, 69, 0.9);
    color: white;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cancelled-badge-header i[b-bdf044dc1u] {
    font-size: 10px;
}

/* Cancelled header background */
.card-detail-header-container.title-bg-cancel[b-bdf044dc1u] {
    background: #cbced1 !important;
    color: #6c757d !important;
}
.header-group-title.header-title-bg-cancel[b-bdf044dc1u] {
    background: none !important;
}
/* Card Footer Note */
.card-footer-note[b-bdf044dc1u] {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: red;
}

    .card-footer-note i[b-bdf044dc1u] {
        color: red;
    }

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .header-group-title[b-bdf044dc1u] {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 12px;
        flex: 1;
        padding-bottom: 0;
        scrollbar-width: thin;
        scrollbar-color: #e53106 #fff;
        white-space: nowrap;
    }
    .header-group-title[b-bdf044dc1u]::-webkit-scrollbar {
        height: 6px;
    }
    .header-group-title[b-bdf044dc1u]::-webkit-scrollbar-thumb {
        background: #e53106;
        border-radius: 3px;
    }
    .header-group-title > *[b-bdf044dc1u] {
        flex: 0 0 auto;
        min-width: max-content;
        white-space: nowrap;
    }
    .arrange-btn-header[b-bdf044dc1u],
    .arrange-btn-header.full-width-btn[b-bdf044dc1u] {
        flex-shrink: 0;
        min-width: 100px;
        justify-content: center;
        padding: 6px;
        font-size: 12px !important;
        font-weight: 600;
        margin-top: 0;
        margin-left: 8px;
        border-radius: 6px;
    }
    .arrange-btn-header.register-btn[b-bdf044dc1u] {
        background: #22c55e !important;
        border-color: #16a34a !important;
        color: #fff !important;
    }
    .company-card[b-bdf044dc1u] {
        margin-bottom: 8px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .card-detail-header-container[b-bdf044dc1u] {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        padding: 12px;
    }
    
    .cancelled-info-header[b-bdf044dc1u] {
        margin-left: 0;
        flex-shrink: 0;
    }
    
    /* Mobile: Stack header info in rows */
    .card-detail-header-container .scheduleid[b-bdf044dc1u] {
        font-size: 14px;
        font-weight: 700;
        justify-content: center;
        padding: 8px 12px;
    }

    .mobile-info-row[b-bdf044dc1u] {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .card-detail-header-container .date-time[b-bdf044dc1u],
    .card-detail-header-container .warehouse[b-bdf044dc1u],
    .card-detail-header-container .company[b-bdf044dc1u],
    .card-detail-header-container .product[b-bdf044dc1u] {
        flex: 1;
        min-width: 140px;
        font-size: 12px;
        padding: 6px 10px;
        justify-content: center;
        text-align: center;
    }
    
    .arrange-btn-header[b-bdf044dc1u] {
        justify-content: center;
        padding: 6px;
        font-size: 12px !important;
        font-weight: 600;
        margin-top: 8px;
        border-radius: 6px;
    }
    /* Green background for arrange button with text 'Đăng ký' on mobile */
    .arrange-btn-header.register-btn[b-bdf044dc1u],
    .arrange-btn-header span:contains('Đăng ký')[b-bdf044dc1u] {
        background: #22c55e !important;
        border-color: #16a34a !important;
        color: #fff !important;
    }

    .cancelled-badge-header[b-bdf044dc1u] {
        font-size: 12px;
        padding: 8px 12px;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .card-footer-note[b-bdf044dc1u] {
        font-size: 12px;
        padding: 12px;
        line-height: 1.4;
    }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/Components/VehicleRentalDetailCard.razor.rz.scp.css */
/* VRC Detail Card Styles - Component-Specific (Simplified) */

.vrc-detail-card[b-d256r2nrql] {
    background: #fafbfc;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
    .vrc-detail-card[b-d256r2nrql] {
        border-radius: 8px;
        margin: 0 0 8px 0;
        border: 1px solid #f1f5f9;
    }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/Components/VehicleTripsTable.razor.rz.scp.css */
/* Vehicle Trips Table Styles - Clean Design */

.table-responsive[b-08oydewnpy] {
    overflow-x: auto;
}

.trips-table[b-08oydewnpy] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
    background: white;
}

.trips-table thead[b-08oydewnpy] {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #e2e8f0;
}

.trips-table th[b-08oydewnpy] {
    padding: 5px 8px;
    text-align: center;
    font-weight: 600;
    color: #4a5568;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trips-table tbody tr[b-08oydewnpy] {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid #f1f3f5;
}

.trips-table tbody tr:nth-child(even)[b-08oydewnpy] {
    background: #fafbfc;
}

.trips-table tbody tr:hover[b-08oydewnpy] {
    background: #f8f9fa;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.trips-table td[b-08oydewnpy] {
    padding: 2px 8px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8rem;
    color: #2d3748;
}

.trips-table tfoot[b-08oydewnpy] {
    background: #f8f9fa;
    border-top: 2px solid #e2e8f0;
}

.footer-sum[b-08oydewnpy] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-color, #ca3c19);
    padding: 12px 8px;
    background: rgba(202, 60, 25, 0.05);
}

.footer-need[b-08oydewnpy] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #17a2b8;
    padding: 12px 8px;
    background: rgba(23, 162, 184, 0.05);
}

/* Type Badges - Enhanced Visual Distinction */
.support-type[b-08oydewnpy] {
    background: #fff3cd;
    color: #856404;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
    border-left: 3px solid #ffc107;
}

.satellite-type[b-08oydewnpy] {
    color: #0555dd !important;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 4px;
}

/* Status Badges - Clean Design */
.status-badge[b-08oydewnpy] {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.status-pending[b-08oydewnpy] {
    background: #ed8936;
    color: white;
}

.status-approved[b-08oydewnpy] {
    background: #48bb78;
    color: white;
}

.status-rejected[b-08oydewnpy] {
    background: #f56565;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .trips-table[b-08oydewnpy] {
        font-size: 0.7rem;
    }

    .trips-table th[b-08oydewnpy],
    .trips-table td[b-08oydewnpy] {
        padding: 6px 4px;
    }
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/Dialogs/SupportVehicleDialog.razor.rz.scp.css */
/* Support Vehicle Dialog Styles */

.dialog-header-custom[b-ct1qomcmag] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color, #ca3c19);
}

[b-ct1qomcmag] .btn-save-primary {
    background: #28a745;
    color: white;
    border: none;
    padding: 10px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

[b-ct1qomcmag] .btn-save-primary:hover {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
}

[b-ct1qomcmag] .RowSupportID {
    display: none !important;
}

/* Grid template styles */
[b-ct1qomcmag] .head, [b-ct1qomcmag] .item {
    display: table;
    width: 100%;
    margin: auto;
}

[b-ct1qomcmag] .head {
    height: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

[b-ct1qomcmag] .name, [b-ct1qomcmag] .city {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 4px 8px;
}

[b-ct1qomcmag] .head .name {
    text-indent: 16px;
    color: var(--primary-color, #ca3c19);
}

[b-ct1qomcmag] .head .city {
    text-indent: 10px;
    color: #495057;
}

[b-ct1qomcmag] .item .name {
    font-weight: 600;
    color: #495057;
}

[b-ct1qomcmag] .item .city {
    color: #6c757d;
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/Dialogs/UnknownVehicleDialog.razor.rz.scp.css */
/* Unknown/Satellite Vehicle Dialog Styles */

.dialog-header-custom[b-lxjxw1cw1u] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color, #ca3c19);
}

[b-lxjxw1cw1u] .btn-save-primary {
    background: #28a745;
    color: white;
    border: none;
    padding: 10px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

[b-lxjxw1cw1u] .btn-save-primary:hover {
    background: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
}

[b-lxjxw1cw1u] .RowSupportID {
    display: none !important;
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/Dialogs/VehicleArrangementDialog.razor.rz.scp.css */
/* Vehicle Arrangement Dialog Styles */
.block-divider[b-niwr23ae7o] {
    border: none;
    border-top: 1px solid #e0e0e0; /* Đường kẻ mỏng, xám nhạt */
    margin: 20px 0; /* Margin trên/dưới để tạo khoảng trống */
    width: 100%; /* Full width */
    clear: both; /* Force clear float nếu layout dùng float */
}
/* Giao diện lưới chính */
.dialog-info-grid[b-niwr23ae7o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 8px;
    align-items: center;
}
.info-grid-title[b-niwr23ae7o] {
    background: rgb(229 49 6 / 59%);
    display:flex;
    border-radius: 3px;
}
/* Phần hiển thị danh sách cont (hoverable text) */
.container-list[b-niwr23ae7o] {
    cursor: pointer;
    color: #007bff; /* xanh nhẹ */
    position: relative;
}

    .container-list:hover[b-niwr23ae7o] {
        color: #0056b3;
    }

/* Popup bảng container */
.container-popup[b-niwr23ae7o] {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px;
    min-width: 220px;
    max-width: 260px;
    max-height: 240px;
    overflow-y: auto;
    font-size: 13px;
}

/* Khi hover vào danh sách cont mới hiện bảng */
.container-list:hover .container-popup[b-niwr23ae7o] {
    display: block;
}

/* Bảng trong popup */
.container-popup table[b-niwr23ae7o] {
    width: 100%;
    border-collapse: collapse;
}

.container-popup th[b-niwr23ae7o],
.container-popup td[b-niwr23ae7o] {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #333;
    font-size: 13px;
}

.container-popup th[b-niwr23ae7o] {
    background-color: #f5f6f8;
    font-weight: 600;
    position: sticky;
    top: 0;
}

/* Dòng hover highlight nhẹ */
.container-popup tbody tr:hover td[b-niwr23ae7o] {
    background-color: #f0f8ff;
}

/* Bảng không có dữ liệu */
.container-popup.no-data[b-niwr23ae7o] {
    font-style: italic;
    color: #888;
    padding: 8px;
    text-align: center;
}

/* Popup hiển thị danh sách container */
.container-popup[b-niwr23ae7o] {
    display: none; /* ẩn mặc định */
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 10px;
    margin-top: 4px;
    min-width: 250px;
    max-height: 220px;
    overflow-y: auto;
    border-radius: 6px;
    font-size: 14px;
}

    /* Bảng bên trong popup */
    .container-popup table[b-niwr23ae7o] {
        width: 100%;
        border-collapse: collapse;
    }

    .container-popup th[b-niwr23ae7o],
    .container-popup td[b-niwr23ae7o] {
        padding: 6px 8px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    .container-popup th[b-niwr23ae7o] {
        background-color: #f8f8f8;
        font-weight: 600;
        position: sticky;
        top: 0;
    }

    /* Khi không có dữ liệu */
    .container-popup.no-data[b-niwr23ae7o] {
        font-style: italic;
        color: #888;
        padding: 8px;
    }

/* Hiệu ứng khi hover vào dòng có container */
.bill-hover:hover[b-niwr23ae7o] {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/* Dialog Z-Index Management */
[b-niwr23ae7o] .e-dlg-overlay {
    z-index: 1000 !important; /* Higher than filter (99) */
}

[b-niwr23ae7o] .e-dialog {
    z-index: 1001 !important; /* Higher than overlay */
}

/* Global dialog improvements */
[b-niwr23ae7o] .vehicle-arrangement-dialog {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

[b-niwr23ae7o] .vehicle-arrangement-dialog .e-dlg-header-content {
    padding: 12px 18px;
    background: #fdfdfd;
    border-bottom: 1px solid #eaeaea;
}

[b-niwr23ae7o] .vehicle-arrangement-dialog .e-dlg-content {
    padding: 0 16px 16px 16px;
}

[b-niwr23ae7o] .vehicle-arrangement-dialog .e-footer-content {
    padding: 16px;
    border-top: 1px solid #eaeaea;
}

/* Mobile Table Scrolling Fix */
[b-niwr23ae7o] .e-grid {
    width: 100%;
    overflow-x: auto;
}

[b-niwr23ae7o] .e-gridcontent {
    overflow-x: auto !important;
    min-width: 100%;
}

[b-niwr23ae7o] .e-grid .e-table {
    width: auto !important;
    min-width: 100%;
}

.dialog-header-custom[b-niwr23ae7o] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color, #ca3c19);
}

/* Clean Close Button Styling */
[b-niwr23ae7o] .e-dlg-closeicon-btn {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

[b-niwr23ae7o] .e-dlg-closeicon-btn:hover {
    background: #f8f9fa;
}

[b-niwr23ae7o] .e-dlg-closeicon-btn .e-icon-dlg-close {
    color: #6c757d;
    font-size: 16px;
}

[b-niwr23ae7o] .e-dlg-closeicon-btn:hover .e-icon-dlg-close {
    color: #dc3545;
}

/* Info Grid - Gradient Bar Style (Matching ScheduleCard) */
.dialog-info-grid[b-niwr23ae7o] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px 16px;
    /*    background: linear-gradient(135deg, var(--primary-light, #ca3c19) 0%, var(--primary-hover, #d96b47) 100%);*/
    background: #ffc09f;
    border: none;
    border-radius: 0;
}

/* Info Items - Semi-transparent Badges (Matching ScheduleCard) */
.info-item[b-niwr23ae7o] {
    /*background: rgba(255, 255, 255, 0.15);*/
    padding: 4px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 11px;
    width: auto;
}

.info-label[b-niwr23ae7o] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.info-value[b-niwr23ae7o] {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.dialog-summary-card[b-niwr23ae7o] {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.summary-stats[b-niwr23ae7o] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.stat-item[b-niwr23ae7o] {
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    border: 1px solid #e9ecef;
}

.stat-label[b-niwr23ae7o] {
    font-size: 0.7rem;
    color: #6c757d;
    font-weight: 600;
}

.stat-value[b-niwr23ae7o] {
    font-size: 0.8rem;
    font-weight: 700;
}

.stat-need[b-niwr23ae7o] {
    color: #17a2b8;
}

.stat-arranged[b-niwr23ae7o] {
    color: #28a745;
}

.stat-cancelled[b-niwr23ae7o] {
    color: #dc3545;
}

.stat-remaining[b-niwr23ae7o] {
    color: #ffc107;
}

.dialog-actions[b-niwr23ae7o] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 12px;
    padding: 10px 0;
}

[b-niwr23ae7o] .btn-save-primary {
    background: rgb(229 49 6 / 75%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    [b-niwr23ae7o] .btn-save-primary:hover {
        background: rgb(229 49 6 / 59%);
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
    }

/* Grid template styles */
[b-niwr23ae7o] .head, [b-niwr23ae7o] .item {
    display: table;
    width: 100%;
    margin: auto;
}

[b-niwr23ae7o] .head {
    height: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

[b-niwr23ae7o] .name, [b-niwr23ae7o] .city {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 4px 8px;
}

[b-niwr23ae7o] .head .name {
    text-indent: 16px;
    color: var(--primary-color, #ca3c19);
}

[b-niwr23ae7o] .head .city {
    text-indent: 10px;
    color: #495057;
}

[b-niwr23ae7o] .item .name {
    font-weight: 600;
    color: #495057;
}

[b-niwr23ae7o] .item .city {
    color: #6c757d;
}

/* Responsive */
@media (max-width: 768px) {
    /* Dialog header improvements */
    .dialog-header-custom[b-niwr23ae7o] {
        font-size: 0.9rem;
    }
    
    /* Info grid enhancements */
    .dialog-info-grid[b-niwr23ae7o] {
        gap: 6px;
        padding: 10px 12px;
        border-radius: 4px;
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 12px;
        /* Add subtle indicator for scrollable content */
        /*        background: linear-gradient(135deg, var(--primary-color, #ca3c19) 0%, var(--primary-hover, #d96b47) 100%),
                    linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.05) 100%);*/
        background: #d96b47;
        background-blend-mode: normal, overlay;
    }

    .info-item[b-niwr23ae7o] {
        font-size: 10px;
        padding: 6px 10px;
        flex-shrink: 0;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(5px);
        display: flex;
        justify-content: space-between;
    }

    .info-label[b-niwr23ae7o] {
        font-size: 9px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        font-weight: 600;
        width: auto;
        min-width: 60px;
        text-align: left;
        flex-shrink: 0;
    }

    .info-value[b-niwr23ae7o] {
        font-size: 10px;
        font-weight: 700;
        text-align: right;
        width: auto;
        flex-grow: 1;
    }
    
    /* Summary card enhancements */
    .dialog-summary-card[b-niwr23ae7o] {
        margin-bottom: 12px;
        border-radius: 6px;
        background: #fdfdfd;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .summary-stats[b-niwr23ae7o] {
        gap: 6px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 4px;
    }

    .stat-item[b-niwr23ae7o] {
        padding: 8px 10px;
        border-radius: 6px;
        justify-content: space-between;
        background: #f9f9f9;
        border: 1.5px solid #e9ecef;
        transition: all 0.2s ease;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    }
    
    .stat-item:nth-child(1)[b-niwr23ae7o] {
        border-color: #17a2b8;
    }
    
    .stat-item:nth-child(2)[b-niwr23ae7o] {
        border-color: #28a745;
    }
    
    .stat-item:nth-child(3)[b-niwr23ae7o] {
        border-color: #dc3545;
    }
    
    .stat-item:nth-child(4)[b-niwr23ae7o] {
        border-color: #ffc107;
    }

    .stat-label[b-niwr23ae7o] {
        font-size: 0.65rem;
        font-weight: 700;
    }
    
    .stat-value[b-niwr23ae7o] {
        font-size: 0.85rem;
        font-weight: 700;
    }

    /* Mobile dialog improvements */
    [b-niwr23ae7o] .e-dialog {
        width: 100% !important;
        max-width: 95vw !important;
        margin: 0 auto;
    }
    
    /* Improve save button on mobile */
    [b-niwr23ae7o] .btn-save-primary {
        padding: 12px 28px;
        border-radius: 6px;
        font-weight: 700;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        margin-top: 10px;
    }
    
    .dialog-actions[b-niwr23ae7o] {
        margin-top: 16px;
        width: 100%;
    }

    /* Mobile table improvements */
    [b-niwr23ae7o] .e-grid .e-headercell {
        min-width: 150px !important;
        white-space: normal !important;
        line-height: 1.2;
        height: auto !important;
        padding: 10px 8px;
    }

    [b-niwr23ae7o] .e-grid .e-rowcell {
        min-width: 150px !important;
        padding: 10px 8px;
    }

    [b-niwr23ae7o] .e-grid .e-headercelldiv {
        text-overflow: unset !important;
        overflow: visible !important;
        white-space: normal !important;
        font-weight: 600;
        font-size: 12px;
    }

    [b-niwr23ae7o] .e-grid {
        height: calc(80vh - 200px) !important; /* Better height for mobile */
    }
}

/* Summary Table Styles - Simple Version */
.summary-table-container[b-niwr23ae7o] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    width: 33.33%; /* 1/3 width */
    display: inline-block;
    vertical-align: top;
}

.summary-table[b-niwr23ae7o] {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}

.summary-table thead[b-niwr23ae7o] {
    background: #f8f9fa;
}

.summary-table th[b-niwr23ae7o] {
    padding: 6px 8px;
    text-align: center;
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
    border: 1px solid #dee2e6;
}

.summary-table tbody tr[b-niwr23ae7o] {
    border-bottom: 1px solid #dee2e6;
}

.summary-table td[b-niwr23ae7o] {
    padding: 6px 8px;
    text-align: center;
    font-size: 0.75rem;
    border: 1px solid #dee2e6;
    color: #000000;
    vertical-align: middle;
}

.summary-table .info-label[b-niwr23ae7o] {
    font-weight: 500;
    color: #000000;
    text-align: left;
    background-color: #f8f9fa;
}

/* Remaining row styles - only conditional styling */
.remaining-row .stat-remaining[b-niwr23ae7o] {
    color: #dc3545 !important;
    font-weight: 600;
}

.remaining-row .info-label[b-niwr23ae7o] {
    color: #dc3545 !important;
}

/* Completed row styles */
.completed-row .completed-text[b-niwr23ae7o] {
    color: #28a745;
    font-weight: 500;
    font-style: italic;
}

/* Mobile responsive styles for summary table */
@media (max-width: 768px) {
    .summary-table-container[b-niwr23ae7o] {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .summary-table th[b-niwr23ae7o] {
        padding: 4px 6px;
        font-size: 0.7rem;
    }
    
    .summary-table td[b-niwr23ae7o] {
        padding: 4px 6px;
        font-size: 0.7rem;
    }
}

.e-toolbar[b-niwr23ae7o]{
    overflow:auto !important;
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/ShippingScheduler.razor.rz.scp.css */
/* ShippingScheduler Page Styles - Synchronized with ManageTruckV2 */

/* =========================
   FILTER SECTION STYLES
   ========================= */
.filters-container[b-f24hdvbog0] {
    position: fixed;
    top: 50px;
    left: var(--sidebar-width);
    right: 0;
    z-index: 100;
    background: white;
    transition: left 0.3s ease;
}

.sidebar-collapsed .filters-container[b-f24hdvbog0] {
    left: var(--sidebar-collapsed-width);
}

.filters-section[b-f24hdvbog0] {
    background: white;
    padding: 6px 6px;
    border-radius: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid var(--border-light);
}

.filters-grid[b-f24hdvbog0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
    gap: 4px;
}

.filter-group[b-f24hdvbog0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Syncfusion Component Overrides */
[b-f24hdvbog0] .e-input-group,
[b-f24hdvbog0] .e-ddl,
[b-f24hdvbog0] .e-numerictextbox,
[b-f24hdvbog0] .e-daterangepicker,
[b-f24hdvbog0] .e-float-input {
    font-size: 0.7rem !important;
}

[b-f24hdvbog0] .e-input-group input,
[b-f24hdvbog0] .e-ddl .e-input,
[b-f24hdvbog0] .e-numerictextbox input,
[b-f24hdvbog0] .e-daterangepicker input {
    padding: 3px 5px !important;
    height: 26px !important;
    font-size: 0.7rem !important;
}

[b-f24hdvbog0] .e-btn.e-success.btn-filter {
    padding: 3px 10px !important;
    height: 26px !important;
    font-size: 0.7rem !important;
    border-radius: 3px !important;
}

[b-f24hdvbog0] .e-float-input.e-control-wrapper .e-float-line::before,
[b-f24hdvbog0] .e-float-input.e-control-wrapper .e-float-line::after {
    display: none;
}

/* =========================
   PAGE CONTENT LAYOUT
   ========================= */
.page-content[b-f24hdvbog0] {
    padding-top: 125px;
}

.schedules-grid-wrapper[b-f24hdvbog0] {
    position: fixed;
    top: 122px; /* After filters */
    left: var(--sidebar-width);
    right: 0;
    bottom: 56px; /* Account for pager */
    overflow-x: auto;
    overflow-y: auto;
    background: #f8f9fa;
    transition: left 0.3s ease;
}

.sidebar-collapsed .schedules-grid-wrapper[b-f24hdvbog0] {
    left: var(--sidebar-collapsed-width);
}

/* Custom Scrollbar */
.schedules-grid-wrapper[b-f24hdvbog0]::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.schedules-grid-wrapper[b-f24hdvbog0]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.schedules-grid-wrapper[b-f24hdvbog0]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ca3c19, #d96b47);
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.schedules-grid-wrapper[b-f24hdvbog0]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #d96b47, #ca3c19);
}

/* =========================
   LOADING SKELETON
   ========================= */
.loading-skeleton[b-f24hdvbog0] {
    padding: 16px;
}

.skeleton-card[b-f24hdvbog0] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    animation: skeleton-pulse-b-f24hdvbog0 1.5s ease-in-out infinite;
}

.skeleton-header[b-f24hdvbog0] {
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    gap: 16px;
}

.skeleton-body[b-f24hdvbog0] {
    padding: 12px 16px;
}

.skeleton-item[b-f24hdvbog0] {
    background: #e9ecef;
    border-radius: 4px;
    margin-bottom: 8px;
}

.skeleton-animate[b-f24hdvbog0] {
    animation: skeleton-pulse-b-f24hdvbog0 1.5s ease-in-out infinite;
}

@keyframes skeleton-pulse-b-f24hdvbog0 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* =========================
   SCHEDULE CARDS - MODERN DESIGN
   ========================= */
.schedules-container[b-f24hdvbog0] {
    padding: 16px;
}

.company-card[b-f24hdvbog0] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.company-card:hover[b-f24hdvbog0] {
    border-color: var(--primary-color, #ca3c19);
    box-shadow: 0 3px 12px rgba(202, 60, 25, 0.12);
    transform: translateY(-1px);
}

/* Card Header */
.company-card > .e-card-header[b-f24hdvbog0],
.card-detail-header-container[b-f24hdvbog0] {
    background: linear-gradient(90deg, #fafafa 0%, #ffffff 100%);
    border-left: 4px solid var(--primary-color, #ca3c19);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-detail-header-container .date-time[b-f24hdvbog0] {
    background: linear-gradient(135deg, var(--primary-color, #ca3c19) 0%, #d96b47 100%);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 130px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(202, 60, 25, 0.2);
}

.card-detail-header-container .company[b-f24hdvbog0] {
    flex: 1;
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
}

.card-detail-header-container .warehouse[b-f24hdvbog0] {
    background: linear-gradient(135deg, #495057 0%, #6c757d 100%);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(73, 80, 87, 0.2);
}

/* VRC Detail Cards */
.card-detail[b-f24hdvbog0] {
    background: #fafbfc;
    border: none;
    border-radius: 0;
    margin: 0;
}

.card-detail-header-container-wh[b-f24hdvbog0] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 0.85rem;
}

.title-bg-cancel[b-f24hdvbog0] {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%) !important;
}

.company-delete[b-f24hdvbog0] {
    color: #f8d7da !important;
    text-decoration: line-through;
}

/* Cancelled Info Styling */
.cancelled-info[b-f24hdvbog0] {
    background: #fff3cd;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 4px 0;
}

.cancelled-inline[b-f24hdvbog0] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cancelled-badge[b-f24hdvbog0] {
    background: #dc3545;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.cancel-reason[b-f24hdvbog0] {
    font-size: 0.75rem;
    color: #721c24;
    font-style: italic;
}

/* =========================
   TABLE STYLES
   ========================= */
.table-responsive[b-f24hdvbog0] {
    overflow-x: auto;
}

table.table[b-f24hdvbog0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.75rem;
    background: white;
}

table.table thead[b-f24hdvbog0] {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
}

table.table th[b-f24hdvbog0] {
    padding: 8px 6px;
    text-align: center;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

table.table tbody tr[b-f24hdvbog0] {
    transition: all 0.15s ease;
    border-bottom: 1px solid #f1f3f5;
}

table.table tbody tr:nth-child(even)[b-f24hdvbog0] {
    background: #fcfcfc;
}

table.table tbody tr:hover[b-f24hdvbog0] {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

table.table td[b-f24hdvbog0] {
    padding: 8px 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.75rem;
}

table.table tfoot[b-f24hdvbog0] {
    background: #f8f9fa;
    border-top: 2px solid #dee2e6;
}

.sumtd[b-f24hdvbog0] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-color, #ca3c19);
    padding: 8px 6px;
}

/* =========================
   BADGES & STATUS
   ========================= */
.e-badge[b-f24hdvbog0] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    min-height: auto;
}

.badge-success[b-f24hdvbog0] {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    color: white;
}

.badge-approved[b-f24hdvbog0] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
}

.badge-danger[b-f24hdvbog0] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}

/* Badge for cancelled schedules */
.badge.badge-danger.cancelled-badge[b-f24hdvbog0] {
    font-size: 0.7rem;
    padding: 4px 8px;
}

/* =========================
   BUTTONS
   ========================= */
.btn-filter[b-f24hdvbog0] {
    max-height: 26px;
    align-self: flex-end;
    margin-left: 5px;
    padding: 3px 10px !important;
    font-size: 0.7rem !important;
}

[b-f24hdvbog0] .e-btn.e-primary,
.e-btn.e-success[b-f24hdvbog0] {
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s ease;
}

[b-f24hdvbog0] .e-btn.e-primary:hover,
.e-btn.e-success:hover[b-f24hdvbog0] {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Arrange Vehicle Button */
[b-f24hdvbog0] .card-detail-header-container-wh .e-btn.e-primary {
    padding: 6px 12px;
    font-size: 0.75rem;
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    border: none;
}

[b-f24hdvbog0] .card-detail-header-container-wh .e-btn.e-primary:hover {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
}

/* =========================
   MODAL/DIALOG STYLES
   ========================= */
[b-f24hdvbog0] .e-dialog {
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

[b-f24hdvbog0] .e-dialog .e-dlg-header {
    background: linear-gradient(90deg, #fafafa 0%, #ffffff 100%);
    border-bottom: 2px solid var(--primary-color, #ca3c19);
    padding: 12px 16px;
}

[b-f24hdvbog0] .e-dialog .e-dlg-header-content {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color, #ca3c19);
}

[b-f24hdvbog0] .e-dialog .e-dlg-content {
    padding: 16px;
}

/* Grid inside Dialog */
[b-f24hdvbog0] .e-dialog .e-card .e-card-header {
    background: #f8f9fa;
    padding: 10px 12px;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    font-size: 0.85rem;
}

[b-f24hdvbog0] .e-dialog .e-grid {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

[b-f24hdvbog0] .e-dialog .e-grid .e-headercell {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 8px 6px;
}

/* =========================
   DROPDOWN/COMBOBOX TEMPLATES
   ========================= */
.head[b-f24hdvbog0], .item[b-f24hdvbog0] {
    display: table;
    width: 100%;
    margin: auto;
}

.head[b-f24hdvbog0] {
    height: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.name[b-f24hdvbog0], .city[b-f24hdvbog0] {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 4px 8px;
}

.head .name[b-f24hdvbog0] {
    text-indent: 16px;
    color: var(--primary-color, #ca3c19);
}

.head .city[b-f24hdvbog0] {
    text-indent: 10px;
    color: #495057;
}

.item .name[b-f24hdvbog0] {
    font-weight: 600;
    color: #495057;
}

.item .city[b-f24hdvbog0] {
    color: #6c757d;
}

/* =========================
   PAGINATION & FOOTER
   ========================= */
.pager-container[b-f24hdvbog0] {
    position: fixed;
    bottom: 0;
    left: var(--sidebar-width);
    right: 0;
    z-index: 50;
    background: white;
    border-top: 1px solid #dee2e6;
    padding: 12px 16px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
    transition: left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sidebar-collapsed .pager-container[b-f24hdvbog0] {
    left: var(--sidebar-collapsed-width);
}

.pager-left[b-f24hdvbog0] {
    flex: 0 0 auto;
}

.pager-summary[b-f24hdvbog0] {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.summary-item[b-f24hdvbog0] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 0.75rem;
}

.summary-item i[b-f24hdvbog0] {
    color: var(--primary-color, #ca3c19);
    font-size: 14px;
}

.summary-label[b-f24hdvbog0] {
    color: #6c757d;
    font-weight: 600;
}

.summary-value[b-f24hdvbog0] {
    color: #212529;
    font-weight: 700;
    font-size: 0.85rem;
}

/* =========================
   EMPTY STATE
   ========================= */
.empty-state[b-f24hdvbog0] {
    text-align: center;
    padding: 80px 20px;
    color: #adb5bd;
}

.empty-state i[b-f24hdvbog0] {
    color: #dee2e6;
    margin-bottom: 16px;
}

.empty-state p[b-f24hdvbog0] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
}

/* =========================
   RESPONSIVE DESIGN
   ========================= */
@media (max-width: 1600px) {
    .company-card[b-f24hdvbog0] {
        width: 48%;
    }
}

@media (max-width: 900px) {
    .company-card[b-f24hdvbog0] {
        width: 100%;
    }

    .card-detail[b-f24hdvbog0] {
        width: 100%;
    }

    .filters-grid[b-f24hdvbog0] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .schedules-grid-wrapper[b-f24hdvbog0] {
        left: 0;
    }

    .filters-container[b-f24hdvbog0] {
        left: 0;
    }

    .pager-container[b-f24hdvbog0] {
        left: 0;
        flex-direction: column;
        gap: 12px;
    }

    .pager-summary[b-f24hdvbog0] {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    .summary-item[b-f24hdvbog0] {
        flex: 1;
        justify-content: center;
        font-size: 0.7rem;
        padding: 6px 8px;
    }
}

@media (max-width: 768px) {
    .cancelled-info[b-f24hdvbog0] {
        padding: 0.6rem;
    }

    .cancelled-badge[b-f24hdvbog0] {
        font-size: 0.65rem;
    }

    .cancel-reason[b-f24hdvbog0] {
        font-size: 0.7rem;
    }

    .card-detail-header-container .date-time[b-f24hdvbog0],
    .card-detail-header-container .warehouse[b-f24hdvbog0] {
        font-size: 0.7rem;
        padding: 6px 10px;
        min-width: auto;
    }

    table.table[b-f24hdvbog0] {
        font-size: 0.7rem;
    }

    table.table th[b-f24hdvbog0],
    table.table td[b-f24hdvbog0] {
        padding: 6px 4px;
    }
}

/* =========================
   UTILITY CLASSES
   ========================= */
.text-center[b-f24hdvbog0] {
    text-align: center;
}

.font-weight-bold[b-f24hdvbog0] {
    font-weight: 700;
}

.mt-2[b-f24hdvbog0] {
    margin-top: 8px;
}

.mb-2[b-f24hdvbog0] {
    margin-bottom: 8px;
}

.p-3[b-f24hdvbog0] {
    padding: 12px;
}

/* Hide row support ID input in dialog */
.RowSupportID[b-f24hdvbog0] {
    display: none !important;
}

/* Ensure proper spacing in input groups */
.input-group[b-f24hdvbog0] {
    justify-content: flex-end;
    margin-bottom: 12px;
}

.input-group-prepend .input-group-text[b-f24hdvbog0] {
    background: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
}

.input-group .form-control[b-f24hdvbog0] {
    border: 1px solid #ced4da;
    padding: 6px 12px;
    font-size: 0.75rem;
}

/* Fix card content padding */
[b-f24hdvbog0] .e-card-content {
    padding: 0 !important;
}

/* Accordion styling */
[b-f24hdvbog0] .e-accordion .e-acrdn-item {
    border: 1px solid #e9ecef;
    margin-bottom: 8px;
    border-radius: 4px;
}

[b-f24hdvbog0] .e-accordion .e-acrdn-header {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 10px 12px;
}
/* _content/Admin_CarRental_Blazor/Components/Pages/ShippingScheduler/ShippingSchedulerV2.razor.rz.scp.css */
/* ShippingSchedulerV2 Page Styles - Synchronized with ManageTruckV2 */
.filter-label[b-fjqlu3kb5b] {
    font-size: 0.7rem;
    margin-left: 0.2rem;
}
/* =========================
   FILTER SECTION STYLES
   ========================= */
.filters-container[b-fjqlu3kb5b] {
    position: fixed;
    top: 50px;
    left: var(--sidebar-width);
    right: 0;
    z-index: 100;
    background: white;
    transition: left 0.3s ease;
}

.sidebar-collapsed .filters-container[b-fjqlu3kb5b] {
    left: var(--sidebar-collapsed-width);
}

.filters-section[b-fjqlu3kb5b] {
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e9ecef;
}

.filters-grid[b-fjqlu3kb5b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
    gap: 8px;
    align-items: flex-end;
}

.filter-group[b-fjqlu3kb5b] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Mobile Filter Toggle */
button.mobile-filter-toggle[b-fjqlu3kb5b] {
    display: none;
    width: 100%;
    padding: 12px 16px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #495057;
    transition: all 0.2s ease;
}

button.mobile-filter-toggle:hover[b-fjqlu3kb5b] {
    background: #e9ecef;
    border-color: #dee2e6;
}

button.mobile-filter-toggle i.fa-chevron-down[b-fjqlu3kb5b] {
    transition: transform 0.2s ease;
}

button.mobile-filter-toggle.active i.fa-chevron-down[b-fjqlu3kb5b] {
    transform: rotate(180deg);
}


/* Syncfusion Component Overrides (for dialogs and grids) */
[b-fjqlu3kb5b] .e-input-group,
[b-fjqlu3kb5b] .e-ddl,
[b-fjqlu3kb5b] .e-numerictextbox,
[b-fjqlu3kb5b] .e-daterangepicker,
[b-fjqlu3kb5b] .e-float-input {
    font-size: 0.7rem !important;
    transition: all 0.2s ease;
}

[b-fjqlu3kb5b] .e-input-group:focus-within,
[b-fjqlu3kb5b] .e-ddl:focus-within,
[b-fjqlu3kb5b] .e-numerictextbox:focus-within,
[b-fjqlu3kb5b] .e-daterangepicker:focus-within,
[b-fjqlu3kb5b] .e-float-input:focus-within {
    border-color: var(--primary-color, #ca3c19);
    box-shadow: 0 0 0 2px rgba(202, 60, 25, 0.1);
}

[b-fjqlu3kb5b] .e-input-group input,
[b-fjqlu3kb5b] .e-ddl .e-input,
[b-fjqlu3kb5b] .e-numerictextbox input,
[b-fjqlu3kb5b] .e-daterangepicker input {
    padding: 3px 5px !important;
    height: 26px !important;
    font-size: 0.7rem !important;
}

[b-fjqlu3kb5b] .e-input-group input:focus,
[b-fjqlu3kb5b] .e-ddl .e-input:focus,
[b-fjqlu3kb5b] .e-numerictextbox input:focus,
[b-fjqlu3kb5b] .e-daterangepicker input:focus {
    border-color: var(--primary-color, #ca3c19);
}

[b-fjqlu3kb5b] .e-btn.e-success.btn-filter {
    padding: 3px 10px !important;
    height: 26px !important;
    font-size: 0.7rem !important;
    border-radius: 3px !important;
}

[b-fjqlu3kb5b] .e-float-input.e-control-wrapper .e-float-line::before,
[b-fjqlu3kb5b] .e-float-input.e-control-wrapper .e-float-line::after {
    display: none;
}

/* =========================
   PAGE CONTENT LAYOUT
   ========================= */
.page-content[b-fjqlu3kb5b] {
    padding-top: 125px;
}

.schedules-grid-wrapper[b-fjqlu3kb5b] {
    position: fixed;
    top: 130px; /* After filters */
    left: var(--sidebar-width);
    right: 0;
    bottom: 56px; /* Account for pager height */
    overflow-x: auto;
    overflow-y: auto;
    background: #f8f9fa;
    transition: left 0.3s ease;
}

.sidebar-collapsed .schedules-grid-wrapper[b-fjqlu3kb5b] {
    left: var(--sidebar-collapsed-width);
}

/* Custom Scrollbar - Clean Design */
.schedules-grid-wrapper[b-fjqlu3kb5b]::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.schedules-grid-wrapper[b-fjqlu3kb5b]::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 5px;
}

.schedules-grid-wrapper[b-fjqlu3kb5b]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 5px;
    transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.schedules-grid-wrapper[b-fjqlu3kb5b]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* =========================
   LOADING SKELETON
   ========================= */
.loading-skeleton[b-fjqlu3kb5b] {
    padding: 16px;
}

.skeleton-card[b-fjqlu3kb5b] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    animation: skeleton-pulse-b-fjqlu3kb5b 1.5s ease-in-out infinite;
}

.skeleton-header[b-fjqlu3kb5b] {
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    gap: 16px;
}

.skeleton-body[b-fjqlu3kb5b] {
    padding: 12px 16px;
}

.skeleton-item[b-fjqlu3kb5b] {
    background: linear-gradient(90deg, #e9ecef 0%, #f1f3f5 100%);
    border-radius: 4px;
    margin-bottom: 8px;
}

.skeleton-box[b-fjqlu3kb5b] {
    background: linear-gradient(90deg, #e9ecef 0%, #f1f3f5 100%);
    border-radius: 4px;
}

.skeleton-animate[b-fjqlu3kb5b] {
    animation: skeleton-pulse-b-fjqlu3kb5b 1.5s ease-in-out infinite;
}

@keyframes skeleton-pulse-b-fjqlu3kb5b {
    0%, 100% {
        opacity: 1;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 50%;
    }
}

/* =========================
   SCHEDULE CARDS - MODERN DESIGN
   ========================= */
.schedules-container[b-fjqlu3kb5b] {
    padding: 16px;
}

.schedules-content[b-fjqlu3kb5b] {
    padding: 12px;
}

/* VRC Detail Cards */
.card-detail[b-fjqlu3kb5b] {
    background: #fafbfc;
    border: none;
    border-radius: 0;
    margin: 0;
}

/* Note: VRC detail header styles moved to VehicleRentalDetailCard.razor.css for CSS isolation */

/* =========================
   TABLE STYLES
   ========================= */
.table-responsive[b-fjqlu3kb5b] {
    overflow-x: auto;
}

table.table[b-fjqlu3kb5b] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
    background: white;
}

table.table thead[b-fjqlu3kb5b] {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #e2e8f0;
}

table.table th[b-fjqlu3kb5b] {
    padding: 10px 8px;
    text-align: center;
    font-weight: 600;
    color: #4a5568;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

table.table tbody tr[b-fjqlu3kb5b] {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid #f1f3f5;
}

table.table tbody tr:nth-child(even)[b-fjqlu3kb5b] {
    background: #fafbfc;
}

table.table tbody tr:hover[b-fjqlu3kb5b] {
    background: #f8f9fa;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

table.table td[b-fjqlu3kb5b] {
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8rem;
    color: #2d3748;
}

table.table tfoot[b-fjqlu3kb5b] {
    background: #f8f9fa;
    border-top: 2px solid #dee2e6;
}

.sumtd[b-fjqlu3kb5b] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-color, #ca3c19);
    padding: 8px 6px;
}

/* =========================
   BADGES & STATUS - Clean Design
   ========================= */
.e-badge[b-fjqlu3kb5b] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    min-height: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.3px;
}

.badge-success[b-fjqlu3kb5b] {
    background: var(--primary-color, #ca3c19);
    color: white;
}

.badge-approved[b-fjqlu3kb5b] {
    background: #48bb78;
    color: white;
}

.badge-danger[b-fjqlu3kb5b] {
    background: #f56565;
    color: white;
}

/* Badge for cancelled schedules */
.badge.badge-danger.cancelled-badge[b-fjqlu3kb5b] {
    font-size: 0.75rem;
    padding: 5px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* =========================
   BUTTONS - Clean Design
   ========================= */
.btn-filter[b-fjqlu3kb5b] {
    max-height: 32px;
    align-self: flex-end;
    margin-left: 8px;
    padding: 6px 12px !important;
    font-size: 0.75rem !important;
    border-radius: 4px;
}

[b-fjqlu3kb5b] .e-btn.e-primary,
.e-btn.e-success[b-fjqlu3kb5b] {
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

[b-fjqlu3kb5b] .e-btn.e-primary:hover,
.e-btn.e-success:hover[b-fjqlu3kb5b] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Note: Arrange button styles moved to VehicleRentalDetailCard.razor.css for CSS isolation */

/* =========================
   MODAL/DIALOG STYLES - Clean Design
   ========================= */
[b-fjqlu3kb5b] .e-dialog {
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

[b-fjqlu3kb5b] .e-dialog .e-dlg-header {
    background: #fafbfc;
    border-bottom: 2px solid #e2e8f0;
    padding: 16px 20px;
}

[b-fjqlu3kb5b] .e-dialog .e-dlg-header-content {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2d3748;
    letter-spacing: 0.2px;
}

[b-fjqlu3kb5b] .e-dialog .e-dlg-content {
    padding: 20px;
}

/* Grid inside Dialog */
[b-fjqlu3kb5b] .e-dialog .e-card .e-card-header {
    background: #f8f9fa;
    padding: 10px 12px;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    font-size: 0.85rem;
}

[b-fjqlu3kb5b] .e-dialog .e-grid {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

[b-fjqlu3kb5b] .e-dialog .e-grid .e-headercell {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 8px 6px;
}

/* =========================
   DROPDOWN/COMBOBOX TEMPLATES
   ========================= */
.head[b-fjqlu3kb5b], .item[b-fjqlu3kb5b] {
    display: table;
    width: 100%;
    margin: auto;
}

.head[b-fjqlu3kb5b] {
    height: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.name[b-fjqlu3kb5b], .city[b-fjqlu3kb5b] {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 4px 8px;
}

.head .name[b-fjqlu3kb5b] {
    text-indent: 16px;
    color: var(--primary-color, #ca3c19);
}

.head .city[b-fjqlu3kb5b] {
    text-indent: 10px;
    color: #495057;
}

.item .name[b-fjqlu3kb5b] {
    font-weight: 600;
    color: #495057;
}

.item .city[b-fjqlu3kb5b] {
    color: #6c757d;
}

/* =========================
   PAGINATION & FOOTER - Clean Minimal Design (Synchronized with ManageTruckV2)
   ========================= */
.pager-container[b-fjqlu3kb5b] {
    position: fixed;
    bottom: 0;
    left: var(--sidebar-width);
    right: 0;
    z-index: 50;
    background: white;
    border-top: 1px solid #dee2e6;
    padding: 12px 16px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
    transition: left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sidebar-collapsed .pager-container[b-fjqlu3kb5b] {
    left: var(--sidebar-collapsed-width);
}

.pager-left[b-fjqlu3kb5b] {
    flex: 0 0 auto;
}

.pager-summary[b-fjqlu3kb5b] {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.summary-item[b-fjqlu3kb5b] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 12px;
}

.summary-item i[b-fjqlu3kb5b] {
    color: var(--primary-color, #ca3c19);
    font-size: 14px;
}

.summary-label[b-fjqlu3kb5b] {
    color: #6c757d;
    font-weight: 600;
}

.summary-value[b-fjqlu3kb5b] {
    color: #212529;
    font-weight: 700;
    font-size: 13px;
}

[b-fjqlu3kb5b] .mainpager {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    position: static;
}

[b-fjqlu3kb5b] .e-parentmsgbar {
    display: none;
}

[b-fjqlu3kb5b] .mainpager .e-pagercontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-fjqlu3kb5b] .mainpager .e-numericitem,
[b-fjqlu3kb5b] .mainpager .e-nextpage,
[b-fjqlu3kb5b] .mainpager .e-prevpage,
[b-fjqlu3kb5b] .mainpager .e-firstpage,
[b-fjqlu3kb5b] .mainpager .e-lastpage {
    border-radius: 4px;
    margin: 0 2px;
}

/* =========================
   EMPTY STATE - Clean Design
   ========================= */
.empty-state[b-fjqlu3kb5b] {
    text-align: center;
    padding: 80px 20px;
    color: #a0aec0;
}

.empty-state i[b-fjqlu3kb5b] {
    color: #e2e8f0;
    margin-bottom: 20px;
    font-size: 3.5rem;
}

.empty-state p[b-fjqlu3kb5b] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: #718096;
}
[b-fjqlu3kb5b] .e-pager .e-mfirst,
[b-fjqlu3kb5b] .e-pager .e-mprev,
[b-fjqlu3kb5b] .e-pager .e-mnext,
[b-fjqlu3kb5b] .e-pager .e-mlast {
    display: none !important;
}
/* =========================
   RESPONSIVE DESIGN
   ========================= */
@media (max-width: 900px) {
    .card-detail[b-fjqlu3kb5b] {
        width: 100%;
    }

    .filters-grid[b-fjqlu3kb5b] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .schedules-grid-wrapper[b-fjqlu3kb5b] {
        left: 0;
        height: calc(100vh - 218px);
    }

    .filters-container[b-fjqlu3kb5b] {
        left: 0;
    }

    .pager-container[b-fjqlu3kb5b] {
        left: 0;
    }
}

@media (max-width: 768px) {
    /* Mobile Filter Styles */
    .filters-container[b-fjqlu3kb5b] {
        left: 0 !important;
        top: 50px;
        position: fixed;
        z-index: 99; /* Lower than dialog overlay */
    }
    
    .filters-section[b-fjqlu3kb5b] {
        padding: 8px 12px;
    }
    
    button.mobile-filter-toggle[b-fjqlu3kb5b] {
        display: flex;
    }
    
    .filters-grid[b-fjqlu3kb5b] {
        display: none;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
        padding: 12px;
        background: #f8f9fa;
        border-radius: 8px;
        border: 1px solid #e9ecef;
        position: relative;
        z-index: 99; /* Lower than dialog overlay */
    }
    
    .filters-grid.mobile-expanded[b-fjqlu3kb5b] {
        display: grid;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
    .filter-group[b-fjqlu3kb5b] {
        gap: 6px;
    }

    /* Note: VRC responsive styles moved to VehicleRentalDetailCard.razor.css for CSS isolation */

    .pager-container[b-fjqlu3kb5b] {
        flex-direction: column;
        gap: 12px;
    }

    .pager-summary[b-fjqlu3kb5b] {
        width: 100%;
        justify-content: space-between;
    }

    .summary-item[b-fjqlu3kb5b] {
        flex: 1;
        justify-content: center;
    }

    .schedules-grid-wrapper[b-fjqlu3kb5b] {
        position: fixed;
        top: 110px !important;
    }
    /* Mobile Page Size Selector Styles */
    [b-fjqlu3kb5b] .mainpager .e-pagesizes {
        margin: 0 4px;
        flex-shrink: 0;
    }

    [b-fjqlu3kb5b] .mainpager .e-pagesizes .e-input-group {
        min-width: 70px;
        max-width: 85px;
    }

    [b-fjqlu3kb5b] .mainpager .e-pagesizes .e-ddl {
        font-size: 0.7rem !important;
    }

    [b-fjqlu3kb5b] .mainpager .e-pagesizes .e-ddl .e-input {
        padding: 3px 6px !important;
        height: 28px !important;
        font-size: 0.7rem !important;
    }

    [b-fjqlu3kb5b] .mainpager .e-pagesizes .e-ddl .e-listbox {
        font-size: 0.7rem !important;
    }

    [b-fjqlu3kb5b] .mainpager .e-pagesizes .e-ddl .e-listbox .e-list-item {
        padding: 6px 8px !important;
    }

    /* Force hide adaptive pager and message bar on mobile */
    [b-fjqlu3kb5b] .mainpager.e-pager.e-adaptive {
        display: none !important;
    }

    [b-fjqlu3kb5b] .e-parentmsgbar {
        display: none !important;
    }

    table.table[b-fjqlu3kb5b] {
        font-size: 0.7rem;
    }

    table.table th[b-fjqlu3kb5b],
    table.table td[b-fjqlu3kb5b] {
        padding: 6px 4px;
    }
}

/* =========================
   UTILITY CLASSES
   ========================= */
.text-center[b-fjqlu3kb5b] {
    text-align: center;
}

.font-weight-bold[b-fjqlu3kb5b] {
    font-weight: 700;
}

.mt-2[b-fjqlu3kb5b] {
    margin-top: 8px;
}

.mb-2[b-fjqlu3kb5b] {
    margin-bottom: 8px;
}

.p-3[b-fjqlu3kb5b] {
    padding: 12px;
}

/* Hide row support ID input in dialog */
.RowSupportID[b-fjqlu3kb5b] {
    display: none !important;
}

/* Ensure proper spacing in input groups */
.input-group[b-fjqlu3kb5b] {
    justify-content: flex-end;
    margin-bottom: 12px;
}

.input-group-prepend .input-group-text[b-fjqlu3kb5b] {
    background: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
}

.input-group .form-control[b-fjqlu3kb5b] {
    border: 1px solid #ced4da;
    padding: 6px 12px;
    font-size: 0.75rem;
}

/* Fix card content padding */
[b-fjqlu3kb5b] .e-card-content {
    padding: 0 !important;
}

/* Accordion styling */
[b-fjqlu3kb5b] .e-accordion .e-acrdn-item {
    border: 1px solid #e9ecef;
    margin-bottom: 8px;
    border-radius: 4px;
}

[b-fjqlu3kb5b] .e-accordion .e-acrdn-header {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 10px 12px;
}
/* _content/Admin_CarRental_Blazor/Components/Pages/User/Login.razor.rz.scp.css */
.container[b-8xbxr0aau8]{
	height:100%;
}
.login-wrapper[b-8xbxr0aau8] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #f8f9fa;
}

.card[b-8xbxr0aau8] {
	margin-top:-100px;
	min-width: 300px;
	max-width: 450px;
	padding: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header[b-8xbxr0aau8] {
	text-align: center;
}

.form-group[b-8xbxr0aau8] {
	margin-top: 20px;
}

button[b-8xbxr0aau8] {
	margin-top: 25px;
	width: 100%;
}

@media (max-width: 576px) {
	.card[b-8xbxr0aau8] {
		width: 90%;
		margin: 0px 10px;
	}
}
/* _content/Admin_CarRental_Blazor/Components/Shared/ETransButton.razor.rz.scp.css */
/* Base button styles */
.etrans-btn[b-9fvzek2pme] {
    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-9fvzek2pme] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(202, 60, 25, 0.12);
    }

    .etrans-btn:disabled[b-9fvzek2pme] {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
        transform: none !important;
    }

/* Variants */
.etrans-btn-primary[b-9fvzek2pme] {
    background: linear-gradient(135deg, var(--primary-color) 0%, #b33517 100%);
    color: var(--primary-text);
}

    .etrans-btn-primary:hover:not(:disabled)[b-9fvzek2pme] {
        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-9fvzek2pme] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(202, 60, 25, 0.3);
    }

.etrans-btn-secondary[b-9fvzek2pme] {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #9a9494 100%);
    color: var(--secondary-text);
}

    .etrans-btn-secondary:hover:not(:disabled)[b-9fvzek2pme] {
        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-9fvzek2pme] {
    background: transparent;
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
}

    .etrans-btn-outline:hover:not(:disabled)[b-9fvzek2pme] {
        background: var(--primary-color);
        color: var(--primary-text);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(202, 60, 25, 0.2);
    }

.etrans-btn-ghost[b-9fvzek2pme] {
    background: transparent;
    color: var(--primary-color);
}

    .etrans-btn-ghost:hover:not(:disabled)[b-9fvzek2pme] {
        background: rgba(202, 60, 25, 0.08);
        transform: translateY(-1px);
    }

.etrans-btn-success[b-9fvzek2pme] {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    color: white;
}

    .etrans-btn-success:hover:not(:disabled)[b-9fvzek2pme] {
        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-9fvzek2pme] {
    background: white;
    font-size: 14px !important;
    color: #76CF90;
}

    .etrans-btn-successicon:hover:not(:disabled)[b-9fvzek2pme] {
        background: #C5E8CE;
        transform: translateY(-1px);
        color: #1A9940;
    }


.etrans-btn-editicon[b-9fvzek2pme] {
    background: white;
    font-size: 14px !important;
    color: #f59e0b;
}

    .etrans-btn-editicon:hover:not(:disabled)[b-9fvzek2pme] {
        background: #fef3c7;
        transform: translateY(-1px);
        color: #b45309;
    }


.etrans-btn-warning[b-9fvzek2pme] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #212529;
}

    .etrans-btn-warning:hover:not(:disabled)[b-9fvzek2pme] {
        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-9fvzek2pme] {
    background: linear-gradient(135deg, #17a2b8 0%, #117a8b 100%);
    color: white;
}

    .etrans-btn-info:hover:not(:disabled)[b-9fvzek2pme] {
        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-9fvzek2pme] {
    background: #ffffff;
    color: #495057;
    border: 1px solid #e9ecef;
}

    .etrans-btn-light:hover:not(:disabled)[b-9fvzek2pme] {
        background: #f8f9fa;
        border-color: #dee2e6;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

.etrans-btn-dark[b-9fvzek2pme] {
    background: linear-gradient(135deg, #343a40 0%, #212529 100%);
    color: white;
}

    .etrans-btn-dark:hover:not(:disabled)[b-9fvzek2pme] {
        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-9fvzek2pme] {
    background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%);
    color: white;
}

    .etrans-btn-danger:hover:not(:disabled)[b-9fvzek2pme] {
        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-9fvzek2pme] {
    padding:6px 8px;
    font-size: var(--font-size-sm-base);
    border-radius: 5px;
    margin-right: 0.2rem;
}

/* Sizes - Refined proportions */
.etrans-btn-ms[b-9fvzek2pme] {
    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-9fvzek2pme] {
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
    height: 1.625rem;
    border-radius: 6px;
    margin-right: 10px;
}

.etrans-btn-lg[b-9fvzek2pme] {
    padding: 0.875rem 1.75rem;
    font-size: 0.9375rem;
    min-height: 3.125rem;
    border-radius: 7px;
}

/* Loading spinner - Smoother animation */
.spinner[b-9fvzek2pme] {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-9fvzek2pme 0.8s linear infinite;
}

@keyframes spin-b-9fvzek2pme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Icon and text spacing */
.etrans-btn .me-2[b-9fvzek2pme] {
    margin-right: 0.5rem;
}

.etrans-btn i[b-9fvzek2pme] {
    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-9fvzek2pme] {
        box-shadow: none;
    }

    .etrans-btn-lg[b-9fvzek2pme] {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
        min-height: 2.875rem;
    }

    .etrans-btn-md[b-9fvzek2pme] {
        padding: 0.5625rem 1.125rem;
        font-size: 0.8125rem;
        min-height: 2.5rem;
        margin:0;
        
    }

    .etrans-btn-sm[b-9fvzek2pme] {
        padding: 0.3125rem 0.75rem;
        font-size: 0.75rem;
        min-height: 2rem;
    }

}
/* _content/Admin_CarRental_Blazor/Components/Shared/ETransDropDownDataGrid.razor.rz.scp.css */
.rz-pager-element[b-ys6bn38af1], .rz-button[b-ys6bn38af1] {
	color: var(--text-dark) !important;
	background: var(--bg-light) !important;
}
/* _content/Admin_CarRental_Blazor/Components/Shared/LoadingComponent.razor.rz.scp.css */
/* LoadingComponent.razor.css */

/* CSS Custom Properties */
.loading-container[b-eykv37b0q3] {
    /* Default Theme - Uses CSS custom properties from :root */
    --loading-primary: var(--primary-color, #ca3c19);
    --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-eykv37b0q3] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-backdrop[b-eykv37b0q3] {
    position: absolute;
    inset: 0;
    background: var(--loading-backdrop);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: loading-fade-in-b-eykv37b0q3 0.3s ease-out;
    cursor: default;
}

    .loading-backdrop:focus[b-eykv37b0q3] {
        outline: 2px solid var(--loading-primary);
        outline-offset: -2px;
    }

.loading-modal[b-eykv37b0q3] {
    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-eykv37b0q3 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.loading-dismiss[b-eykv37b0q3] {
    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-eykv37b0q3] {
        color: var(--loading-text);
        background: rgba(0, 0, 0, 0.05);
    }

    .loading-dismiss:focus[b-eykv37b0q3] {
        outline: 2px solid var(--loading-primary);
        outline-offset: 2px;
    }

.loading-content[b-eykv37b0q3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}

.loading-animation[b-eykv37b0q3] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--loading-primary);
    flex-shrink: 0;
}

.loading-text[b-eykv37b0q3] {
    margin: 0;
    color: var(--loading-text);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

/* Animation Variants */

/* Spinner */
.loading-spinner svg[b-eykv37b0q3] {
    animation: loading-spin-b-eykv37b0q3 1s linear infinite;
}

/* Dots */
.loading-dots-container[b-eykv37b0q3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.loading-dot[b-eykv37b0q3] {
    border-radius: 50%;
    background: currentColor;
    animation: loading-dot-bounce-b-eykv37b0q3 1.4s infinite ease-in-out both;
}

/* Bars */
.loading-bars-container[b-eykv37b0q3] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.25rem;
}

.loading-bar[b-eykv37b0q3] {
    background: currentColor;
    border-radius: 2px;
    animation: loading-bar-stretch-b-eykv37b0q3 1.2s infinite ease-in-out;
}

/* Pulse */
.loading-pulse-container[b-eykv37b0q3] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-pulse[b-eykv37b0q3] {
    border-radius: 50%;
    background: currentColor;
    position: relative;
    animation: loading-pulse-scale-b-eykv37b0q3 2s infinite ease-in-out;
}

    .loading-pulse[b-eykv37b0q3]::before,
    .loading-pulse[b-eykv37b0q3]::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: currentColor;
        animation: loading-pulse-ripple-b-eykv37b0q3 2s infinite ease-in-out;
    }

    .loading-pulse[b-eykv37b0q3]::before {
        animation-delay: -0.5s;
    }

/* Ring */
.loading-ring svg[b-eykv37b0q3] {
    animation: loading-ring-rotate-b-eykv37b0q3 2s linear infinite;
}

.loading-ring circle[b-eykv37b0q3] {
    animation: loading-ring-dash-b-eykv37b0q3 1.5s ease-in-out infinite;
}

/* Size Variations */
.loading-small[b-eykv37b0q3] {
    --size-base: 1.25rem;
    --size-dot: 0.375rem;
    --size-bar-width: 0.1875rem;
    --size-bar-height: 1rem;
    --text-size: 0.875rem;
}

.loading-medium[b-eykv37b0q3] {
    --size-base: 1.75rem;
    --size-dot: 0.5rem;
    --size-bar-width: 0.25rem;
    --size-bar-height: 1.5rem;
    --text-size: 1rem;
}

.loading-large[b-eykv37b0q3] {
    --size-base: 2.5rem;
    --size-dot: 0.75rem;
    --size-bar-width: 0.375rem;
    --size-bar-height: 2rem;
    --text-size: 1.125rem;
}

.loading-extralarge[b-eykv37b0q3] {
    --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-eykv37b0q3],
.loading-ring svg[b-eykv37b0q3] {
    width: var(--size-base);
    height: var(--size-base);
}

.loading-dot[b-eykv37b0q3] {
    width: var(--size-dot);
    height: var(--size-dot);
}

.loading-bar[b-eykv37b0q3] {
    width: var(--size-bar-width);
    height: var(--size-bar-height);
}

.loading-pulse[b-eykv37b0q3] {
    width: var(--size-base);
    height: var(--size-base);
}

.loading-text[b-eykv37b0q3] {
    font-size: var(--text-size);
}

/* Theme Variations */
.loading-primary[b-eykv37b0q3] {
    --loading-primary: var(--primary-color, #ca3c19);
    --loading-text: var(--text-dark, #2d3748);
}

.loading-secondary[b-eykv37b0q3] {
    --loading-primary: var(--secondary-color, #ADA7A7);
    --loading-text: var(--text-dark, #2d3748);
}

.loading-success[b-eykv37b0q3] {
    --loading-primary: var(--loading-accent-primary, #10b981);
    --loading-text: var(--loading-accent-text, #059669);
}

.loading-warning[b-eykv37b0q3] {
    --loading-primary: #f59e0b;
    --loading-text: #d97706;
}

.loading-error[b-eykv37b0q3] {
    --loading-primary: #ef4444;
    --loading-text: #dc2626;
}

.loading-dark[b-eykv37b0q3] {
    --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-eykv37b0q3] {
    --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-eykv37b0q3 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-dot-bounce-b-eykv37b0q3 {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@keyframes loading-bar-stretch-b-eykv37b0q3 {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        opacity: 0.6;
    }

    20% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes loading-pulse-scale-b-eykv37b0q3 {
    0%, 100% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes loading-pulse-ripple-b-eykv37b0q3 {
    0% {
        transform: scale(0);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes loading-ring-rotate-b-eykv37b0q3 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-ring-dash-b-eykv37b0q3 {
    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-eykv37b0q3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes loading-scale-in-b-eykv37b0q3 {
    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-eykv37b0q3],
    .loading-backdrop[b-eykv37b0q3],
    .loading-modal[b-eykv37b0q3],
    .loading-pulse[b-eykv37b0q3]::before,
    .loading-pulse[b-eykv37b0q3]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .loading-spinner svg[b-eykv37b0q3],
    .loading-ring svg[b-eykv37b0q3] {
        animation: loading-spin-b-eykv37b0q3 2s linear infinite;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .loading-container[b-eykv37b0q3] {
        --loading-primary: currentColor;
        --loading-backdrop: rgba(0, 0, 0, 0.8);
    }

    .loading-modal[b-eykv37b0q3] {
        border: 2px solid currentColor;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .loading-container:not([class*="loading-light"])[b-eykv37b0q3] {
        --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-eykv37b0q3] {
        padding: 1.5rem;
        margin: 1rem;
        max-width: calc(100vw - 2rem);
    }

    .loading-content[b-eykv37b0q3] {
        gap: 1rem;
    }
}

/* Focus management */
.loading-backdrop:focus-within .loading-dismiss:focus[b-eykv37b0q3] {
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .loading-overlay[b-eykv37b0q3] {
        display: none !important;
    }
}
