/* _content/BlazorApp/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-i8dh5x4oz3] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/BlazorApp/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-ej3nwntx13] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-ej3nwntx13] {
    display: flex;
    gap: 0.625rem;
}
/* _content/BlazorApp/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-jwlc44ligf] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-jwlc44ligf] {
        flex-direction: column;
    }
}
/* _content/BlazorApp/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-qbkjja2yu5] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-qbkjja2yu5] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-qbkjja2yu5] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-qbkjja2yu5] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-qbkjja2yu5] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-qbkjja2yu5] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-qbkjja2yu5] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/BlazorApp/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-ubb2w7oldi] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/BlazorApp/Components/Layout/AuthenticatedLayout.razor.rz.scp.css */
.page[b-66t3jbdclp] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-66t3jbdclp] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(
        180deg,
        var(--bs-primary) 0%,
        var(--bs-black) 150%
    );
}

[b-66t3jbdclp] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-66t3jbdclp] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-66t3jbdclp] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-66t3jbdclp] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-66t3jbdclp] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-66t3jbdclp] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-66t3jbdclp] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-66t3jbdclp] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-66t3jbdclp] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-66t3jbdclp] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-66t3jbdclp] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-66t3jbdclp] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-66t3jbdclp] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-66t3jbdclp] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-66t3jbdclp] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-66t3jbdclp] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-66t3jbdclp] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-66t3jbdclp] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-66t3jbdclp] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-66t3jbdclp] {
    display: inline-flex;
}

.menu-button-nav[b-66t3jbdclp] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-66t3jbdclp] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem 0;
}

.nav-buttons-container[b-66t3jbdclp]  .menubutton-float-end {
    margin-left: auto;
}

.nav-buttons-container[b-66t3jbdclp]  .dxbl-btn-icon-only {
    --dxbl-btn-padding-x: 0.75rem;
    --dxbl-btn-padding-y: 0.25rem;
}

[b-66t3jbdclp] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-66t3jbdclp] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-66t3jbdclp] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-66t3jbdclp] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-66t3jbdclp] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-66t3jbdclp] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

.auth-controls[b-66t3jbdclp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

.user-info[b-66t3jbdclp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    color: var(--bs-dark);
    cursor: default;
}

.user-info:hover[b-66t3jbdclp] {
    background-color: transparent;
}

.sidebar-footer[b-66t3jbdclp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    border-top: var(--bs-border-width) solid var(--bs-border-color);
}

.copyright-info[b-66t3jbdclp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.75rem;
    color: var(--bs-gray-600);
    line-height: 1.4;
}

.sidebar-footer-text[b-66t3jbdclp] {
    margin: 0.1rem 0;
}
/* _content/BlazorApp/Components/Layout/Drawer.razor.rz.scp.css */
[b-lwizixhn2r] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-lwizixhn2r] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-lwizixhn2r] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-lwizixhn2r] {
        display: none;
        visibility: hidden;
    }

    [b-lwizixhn2r] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-lwizixhn2r] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/BlazorApp/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-zswk0q6kaa] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-zswk0q6kaa] {
    text-align: center;
    max-height: 50px;
    max-width: 100%;
}

[b-zswk0q6kaa] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-zswk0q6kaa] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-zswk0q6kaa] .menu {
    background-color: inherit;
}

[b-zswk0q6kaa] .menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

[b-zswk0q6kaa] .menu-item {
    color: var(--bs-white);
}

[b-zswk0q6kaa] .icon {
    width: 1.4rem;
    height: 1.4rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
    filter: brightness(0) invert(1);
}

[b-zswk0q6kaa] .admin-icon {
    background-image: url("images/admin-alt.svg");
}

[b-zswk0q6kaa] .home-icon {
    background-image: url("images/icons/home-02.svg");
}

[b-zswk0q6kaa] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-zswk0q6kaa] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-zswk0q6kaa] .mail-icon {
    background-image: url("images/icons/mail-01.svg");
}

[b-zswk0q6kaa] .briefcase-icon {
    background-image: url("images/icons/briefcase-01.svg");
}

[b-zswk0q6kaa] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-zswk0q6kaa] .schedule-icon {
    background-image: url("images/icons/calendar-plus-02.svg");
}

[b-zswk0q6kaa] .user-override-icon {
    background-image: url("images/invite-alt.svg");
}

[b-zswk0q6kaa] .status-mapping-icon {
    background-image: url("images/icons/switch-horizontal-01.svg");
}

[b-zswk0q6kaa] .user-icon {
    background-image: url("images/icons/users-01.svg");
}

.user-display[b-zswk0q6kaa] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: var(--text-color);
    cursor: default;
}

.user-display .menu-text[b-zswk0q6kaa] {
    margin-left: 0.5rem;
}

.user-display:hover[b-zswk0q6kaa] {
    background-color: transparent;
}

@media (max-width: 768px) {
    #sidebar[b-zswk0q6kaa] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-zswk0q6kaa] {
        text-align: inherit;
    }
}
/* _content/BlazorApp/Components/Layout/UnauthenticatedLayout.razor.rz.scp.css */
.page[b-njgkfb2cva] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.logo-container[b-njgkfb2cva] {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem;
    z-index: 100;
}

.main-content[b-njgkfb2cva] {
    flex: 1;
    padding: 1rem;
    margin-top: 70px; /* logo height (50px) + some padding */
}

.footer[b-njgkfb2cva] {
    width: 100%;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 1rem;
    margin-top: auto;
}

.footer-content[b-njgkfb2cva] {
    text-align: center;
    color: #6c757d;
    font-size: 0.875rem;
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/CaseArea.razor.rz.scp.css */
:host[b-llze7dvbje] {
    display: block;
    height: 100%;
}

.case-area-content[b-llze7dvbje] {
    flex: 1 1 auto;
    min-height: 150px;
    width: 100%;
    height: 100%;
}

.case-area-content[b-llze7dvbje]  dxbl-loading-panel {
    height: 100%;
}

.case-area-content[b-llze7dvbje]  .dxbl-loading-panel-target-content {
    height: 100%;
}

.case-area-content[b-llze7dvbje]  dxbl-grid {
    max-height: 100% !important;
}

.case-area-controls[b-llze7dvbje] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: -3px;
}

.case-area-header[b-llze7dvbje] {
    flex: 0 0 auto;
}

.case-area-root[b-llze7dvbje] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.case-search-box[b-llze7dvbje] {
    min-width: 140px;
}

[b-llze7dvbje] .icon-filter {
    -webkit-mask-image: url("images/icons/filter-funnel-01.svg");
    mask-image: url("images/icons/filter-funnel-01.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
}

[b-llze7dvbje] .icon-search {
    -webkit-mask-image: url("images/icons/search.svg");
    mask-image: url("images/icons/search.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
}

[b-llze7dvbje] .reason-filter-button {
    padding: 0;
    min-width: auto;
    width: 20px;
    height: 20px;
}

[b-llze7dvbje] .reason-filter-button .icon-filter {
    width: 14px;
    height: 14px;
}

[b-llze7dvbje] .case-number-search-button {
    padding: 0;
    min-width: auto;
    width: 20px;
    height: 20px;
}

[b-llze7dvbje] .case-number-search-button .icon-search {
    width: 14px;
    height: 14px;
}

[b-llze7dvbje] .column-header-with-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/CasesSchedulesDashboard.razor.rz.scp.css */
/* Ensure the component and its parents can take up height */
.main-content-area[b-14pp0dfs9e] {
    /* Assuming a class on a parent div if direct 100vh is an issue */
    height: 100%;
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/MapArea_Google.razor.rz.scp.css */
:host[b-36ujrst33e] {
    display: block;
    height: 100%;
}

.map-area-google-root[b-36ujrst33e] {
    position: relative;
    height: 100%;
    width: 100%;
}

.map-area-google-root::deep .dxbl-loading-panel[b-36ujrst33e] {
    height: 100%;
}

.map-area-google-root::deep .dxbl-loading-panel-content[b-36ujrst33e] {
    height: 100%;
}

.map-fill[b-36ujrst33e] {
    height: 100%;
    width: 100%;
}

#cases-map[b-36ujrst33e] {
    height: 100%;
    width: 100%;
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/Schedules/RouteDetail.razor.rz.scp.css */
/* RouteDetail.razor.css */

/* Top Controls Row - Similar to ScheduleDetail */
.top-controls-row[b-1bo10k033c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-controls-row .back-navigation-breadcrumbs[b-1bo10k033c] {
    margin-bottom: 0; /* avoid extra spacing inside the row */
}

.center-controls[b-1bo10k033c] {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Center the action buttons when used in the top row */
.route-actions-button-container[b-1bo10k033c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Route Header Row - Similar to ScheduleDetail */
.route-header-row[b-1bo10k033c] {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    min-height: 80px;
}

.route-header[b-1bo10k033c] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.route-header h3[b-1bo10k033c] {
    margin: 0;
}

.route-header .status-badge[b-1bo10k033c] {
    align-self: center;
}

/* Make the RouteDetail content scrollable */
.route-detail-container[b-1bo10k033c] {
    height: 100%;
    overflow-y: auto;
    padding-right: 8px; /* Add padding to prevent content from touching scrollbar */
}

/* Optional: Custom scrollbar styling for better UX */
.route-detail-container[b-1bo10k033c]::-webkit-scrollbar {
    width: 8px;
}

.route-detail-container[b-1bo10k033c]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.route-detail-container[b-1bo10k033c]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.route-detail-container[b-1bo10k033c]::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

.back-navigation-breadcrumbs[b-1bo10k033c] {
    margin-bottom: 20px;
    font-size: 0.9em;
}

.back-navigation-breadcrumbs .back-link[b-1bo10k033c] {
    color: #007bff;
    text-decoration: none;
}

.back-navigation-breadcrumbs .back-link:hover[b-1bo10k033c] {
    text-decoration: underline;
}

.back-navigation-breadcrumbs span[b-1bo10k033c] {
    margin: 0 5px;
    color: #6c757d;
}

/* Status Badges - Copied from ScheduleDetail.razor.css */
.status-badge[b-1bo10k033c] {
    display: inline-block;
    padding: 0.3em 0.6em;
    border-radius: 0.25rem;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff; /* Default text color for badges */
}

/* Route Stop Status Styles */
.status-pending[b-1bo10k033c] {
    background-color: #6c757d; /* Gray */
}

.status-in-progress[b-1bo10k033c] {
    background-color: #007bff; /* Blue */
}

.status-delivered[b-1bo10k033c] {
    background-color: #28a745; /* Green */
}

.status-completed[b-1bo10k033c] {
    background-color: #198754; /* Dark Green */
}

.status-failed[b-1bo10k033c] {
    background-color: #dc3545; /* Red */
}

.status-retrying[b-1bo10k033c] {
    background-color: #fd7e14; /* Orange */
}

.status-canceled[b-1bo10k033c] {
    background-color: #6c757d; /* Gray */
}

.status-skipped[b-1bo10k033c] {
    background-color: #ffc107; /* Yellow */
    color: #212529; /* Dark text for yellow background */
}

.status-incomplete[b-1bo10k033c] {
    background-color: #e83e8c; /* Pink */
}

.status-default[b-1bo10k033c] {
    background-color: #6c757d; /* Gray */
}

/* Route status styling now handled by RouteStatusBadge component */

/* Route Stops Grid */
.route-stops-grid[b-1bo10k033c] {
    margin-top: 15px;
}

/* DxGrid drag and drop styling */
.route-stops-grid[b-1bo10k033c]  .dxbl-grid-drag-indicator {
    cursor: move;
}

.route-stops-grid[b-1bo10k033c]  .dxbl-grid-row-dragging {
    opacity: 0.5;
}

.route-stops-grid[b-1bo10k033c]  .dxbl-grid-drop-marker {
    background-color: #007bff;
    height: 2px;
}

/* Keep row hover effect for better interactivity */
.route-stops-grid[b-1bo10k033c]  tbody tr:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

/* Commented out card-specific styles - keeping for reference if needed to revert */
/*
.route-stops-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.route-stop-card {
    flex: 1 1 calc(25% - 20px);
    min-width: 240px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.route-stop-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.case-number {
    font-weight: bold;
    font-size: 1.1em;
    color: #007bff;
}

.case-priority {
    padding: 0.2em 0.5em;
    border-radius: 0.25rem;
    font-size: 0.7em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
}

.case-location {
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 5px;
}

.case-reason,
.case-requirements {
    font-size: 0.9em;
    color: #343a40;
    margin-bottom: 3px;
}
*/

/* New side-by-side layout grid */
.route-content-grid[b-1bo10k033c] {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2rem;
    margin: 1.5rem 0;
}

.personnel-vehicles-section[b-1bo10k033c] {
    /* Left column - 2/5 width */
}

.personnel-vehicles-section h4[b-1bo10k033c] {
    margin-bottom: 1rem;
}

.personnel-vehicles-vertical[b-1bo10k033c] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stops-section[b-1bo10k033c] {
    /* Right column - 3/5 width */
}

.stops-section h4[b-1bo10k033c] {
    margin-bottom: 1rem;
}

.personnel-vehicle-card[b-1bo10k033c] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
}

.personnel-vehicle-card:hover[b-1bo10k033c] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.personnel-vehicle-card .card-header[b-1bo10k033c] {
    background-color: #f8f9fa;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.personnel-vehicle-card .card-body[b-1bo10k033c] {
    padding: 0.75rem;
}

.role-badge[b-1bo10k033c] {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    text-transform: uppercase;
}

.user-name[b-1bo10k033c] {
    font-weight: 600;
    color: #212529;
    flex: 1;
}

.proficiency-info[b-1bo10k033c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
}

.proficiency-info i[b-1bo10k033c] {
    width: 16px;
    color: #ffc107; /* Gold/Yellow color for star */
}

.proficiency-level[b-1bo10k033c] {
    color: #495057;
}

.email-info[b-1bo10k033c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.email-info i[b-1bo10k033c] {
    width: 16px;
    color: #6c757d;
}

.vehicle-info[b-1bo10k033c] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.vehicle-info:not(:first-child)[b-1bo10k033c] {
    margin-top: 0.5rem;
}

.vehicle-info i[b-1bo10k033c] {
    width: 16px;
    margin-top: 0.125rem;
    color: #6c757d;
}

.vehicle-details[b-1bo10k033c] {
    flex: 1;
}

.truck-line[b-1bo10k033c] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.truck-line strong[b-1bo10k033c] {
    color: #212529;
}

.vin-number[b-1bo10k033c] {
    font-size: 0.875rem;
}

.truck-type[b-1bo10k033c] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Status History Section */
.route-status-history-section[b-1bo10k033c] {
    /* Allow the status history to expand naturally */
    /* Parent container handles scrolling */
}

/* Improve link contrast inside selected grid rows (DevExpress DxGrid)
   Keep row selection background unchanged, but make anchors clearly visible. */
.route-detail-container[b-1bo10k033c]  .dxbl-grid-selected-row a,
.route-detail-container[b-1bo10k033c]  .dxbl-grid-focused-row a,
.route-detail-container[b-1bo10k033c]  tr[aria-selected="true"] a {
    color: var(--bs-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1.5px;
}

.route-detail-container[b-1bo10k033c]  .dxbl-grid-selected-row a:hover,
.route-detail-container[b-1bo10k033c]  .dxbl-grid-selected-row a:focus,
.route-detail-container[b-1bo10k033c]  .dxbl-grid-focused-row a:hover,
.route-detail-container[b-1bo10k033c]  .dxbl-grid-focused-row a:focus,
.route-detail-container[b-1bo10k033c]  tr[aria-selected="true"] a:hover,
.route-detail-container[b-1bo10k033c]  tr[aria-selected="true"] a:focus {
    color: var(--bs-secondary);
    text-decoration-thickness: 2px;
}

.route-detail-container[b-1bo10k033c]  .dxbl-grid-selected-row a:visited,
.route-detail-container[b-1bo10k033c]  .dxbl-grid-focused-row a:visited,
.route-detail-container[b-1bo10k033c]  tr[aria-selected="true"] a:visited {
    color: var(--bs-primary);
}

/* Optional: expose link color variables locally on selected rows so any
   variable-based link rules also resolve to contrasting colors. */
.route-detail-container[b-1bo10k033c]  .dxbl-grid-selected-row,
.route-detail-container[b-1bo10k033c]  .dxbl-grid-focused-row,
.route-detail-container[b-1bo10k033c]  tr[aria-selected="true"] {
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: var(--bs-secondary);
}

/* Route Location Row Styling */
.route-location-row[b-1bo10k033c] {
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem;
    margin: 0.5rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.route-location-row:hover[b-1bo10k033c] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.route-start-location[b-1bo10k033c] {
    border-left: 4px solid #28a745; /* Green for start */
    background: linear-gradient(to right, #f8fff8, #f8f9fa);
}

.route-end-location[b-1bo10k033c] {
    border-left: 4px solid #dc3545; /* Red for end */
    background: linear-gradient(to right, #fff8f8, #f8f9fa);
}

.route-location-row .location-icon[b-1bo10k033c] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    min-width: 3rem;
}

.route-location-row .location-sequence[b-1bo10k033c] {
    display: flex;
    align-items: center;
    min-width: 4rem;
}

.route-location-row .location-info[b-1bo10k033c] {
    flex: 1;
    min-width: 0; /* Allows text to truncate properly */
}

.route-location-row .location-primary[b-1bo10k033c] {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    color: #212529;
}

.route-location-row .location-secondary[b-1bo10k033c] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.route-location-row .location-coordinates[b-1bo10k033c] {
    font-size: 0.8rem;
    color: #6c757d;
    font-family: 'Courier New', Courier, monospace;
}

.route-location-row .location-parking-id[b-1bo10k033c] {
    display: flex;
    align-items: center;
}

.route-location-row .location-status[b-1bo10k033c] {
    display: flex;
    align-items: center;
    min-width: 7rem;
}

/* Badge styling for route location rows */
.route-location-row .badge.bg-success[b-1bo10k033c] {
    background-color: #28a745 !important;
}

.route-location-row .badge.bg-danger[b-1bo10k033c] {
    background-color: #dc3545 !important;
}

.route-location-row .badge-outline-secondary[b-1bo10k033c] {
    color: #6c757d;
    border: 1px solid #6c757d;
    background-color: transparent;
}

/* Route location section spacing */
.route-location-section[b-1bo10k033c] {
    margin: 0.5rem 0;
}

/* Responsive adjustments for route location rows */
@media (max-width: 768px) {
    .route-location-row[b-1bo10k033c] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .route-location-row .location-icon[b-1bo10k033c],
    .route-location-row .location-sequence[b-1bo10k033c] {
        align-self: flex-start;
    }
    
    .route-location-row .location-status[b-1bo10k033c] {
        align-self: flex-start;
        min-width: auto;
    }
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/Schedules/RouteDetailEdit.razor.rz.scp.css */
.route-edit-container[b-y3e86w77yy] {
    padding: 20px;
}

.back-navigation-breadcrumbs[b-y3e86w77yy] {
    margin-bottom: 20px;
    font-size: 14px;
}

.back-navigation-breadcrumbs .back-link[b-y3e86w77yy] {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.back-navigation-breadcrumbs .back-link:hover[b-y3e86w77yy] {
    text-decoration: underline;
}

.back-navigation-breadcrumbs span[b-y3e86w77yy] {
    margin: 0 8px;
    color: #6c757d;
}

.route-header[b-y3e86w77yy] {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

.route-header h3[b-y3e86w77yy] {
    margin: 0;
    color: #343a40;
    font-weight: 600;
}

.container-fluid[b-y3e86w77yy] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.d-flex.justify-content-end[b-y3e86w77yy] {
    gap: 10px;
}

/* Form styling to match existing patterns */
[b-y3e86w77yy] .dx-textbox,
[b-y3e86w77yy] .dx-combobox,
[b-y3e86w77yy] .dx-tagbox {
    width: 100%;
}

[b-y3e86w77yy] .validation-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

/* Loading panel styling */
[b-y3e86w77yy] .dx-loadpanel-content {
    background: rgba(255, 255, 255, 0.9);
}

/* DxTagBox user item styling */
.dx-tagbox-user-item[b-y3e86w77yy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 4px 0;
}

.dx-tagbox-user-item .user-name[b-y3e86w77yy] {
    flex: 1;
    font-weight: 500;
}

.dx-tagbox-user-item .proficiency-badge[b-y3e86w77yy] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    white-space: nowrap;
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/Schedules/RouteStateActions.razor.rz.scp.css */
/* RouteStateActions Component Styles */

.route-state-actions[b-y8s38xngny] {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.transition-buttons[b-y8s38xngny] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Ensure buttons within transition-buttons are vertically aligned */
.transition-buttons[b-y8s38xngny]  .dx-button {
    vertical-align: middle;
}

/* Loading state alignment */
.route-state-actions .spinner-border[b-y8s38xngny] {
    vertical-align: middle;
}

/* Info message alignment */
.route-state-actions .text-muted[b-y8s38xngny] {
    display: inline-flex;
    align-items: center;
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/Schedules/ScheduleCaseRouteCard.razor.rz.scp.css */
.schedule-card[b-ztsi7jltwm] {
    border: 1px solid var(--bs-gray-400); /* Use a subtle gray border */
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.9em;
    background-color: var(--bs-white); /* White background for all cards */
}

.case-card[b-ztsi7jltwm] {
    border-left: 5px solid var(--bs-primary); /* Use primary color for case card left border */
    /* Remove background color */
}

.route-card[b-ztsi7jltwm] {
    border-left: 5px solid var(--bs-secondary); /* Use secondary color for route card left border */
    /* Remove background color */
}

.card-header[b-ztsi7jltwm] {
    font-weight: bold;
    margin-bottom: 5px;
}

.route-header[b-ztsi7jltwm] {
    display: flex; /* Use Flexbox for layout */
    justify-content: space-between; /* Distribute space between items */
    align-items: center; /* Vertically align items */
}

.card-content[b-ztsi7jltwm] {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    gap: 5px; /* Add some space between items */
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/Schedules/ScheduleDetail.razor.rz.scp.css */
/* ScheduleDetail.razor.css */
.back-navigation-breadcrumbs[b-xh1kvgps6n] {
    margin-bottom: 20px;
    font-size: 0.9em;
}

.back-navigation-breadcrumbs .back-link[b-xh1kvgps6n] {
    color: #007bff;
    text-decoration: none;
}

.back-navigation-breadcrumbs .back-link:hover[b-xh1kvgps6n] {
    text-decoration: underline;
}

.back-navigation-breadcrumbs span[b-xh1kvgps6n] {
    margin: 0 5px;
    color: #6c757d;
}

.schedule-header-row[b-xh1kvgps6n] {
    display: flex;
    align-items: center; /* Center all items vertically */
    margin-bottom: 30px; /* Increase bottom margin for better spacing */
    gap: 20px; /* Add gap between flex items */
    min-height: 80px; /* Ensure consistent height for the row */
}

.schedule-header[b-xh1kvgps6n] {
    flex: 1; /* Takes 1/4 of the space */
}

.schedule-info-container[b-xh1kvgps6n] {
    flex: 3; /* Takes 3/4 of the space */
    background-color: #f8f9fa; /* Light gray background */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.schedule-status-button-container[b-xh1kvgps6n] {
    display: flex;
    align-items: center; /* Center the button vertically */
    justify-content: flex-end; /* Align button to the right */
    min-width: 120px; /* Ensure consistent width */
}

/* Make the DevExpress button taller */
.schedule-status-button-container .btn[b-xh1kvgps6n],
.schedule-status-button-container [class*="dx-button"][b-xh1kvgps6n] {
    min-height: 45px; /* Make button taller */
    padding: 12px 24px; /* Increase vertical and horizontal padding */
    font-size: 1rem; /* Ensure readable font size */
    font-weight: 500; /* Slightly bolder text */
    border-radius: 6px; /* Rounded corners */
}

/* Existing styles for schedule-info-container children */
.schedule-info-section[b-xh1kvgps6n] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Space between info items */
}

.info-item[b-xh1kvgps6n] {
    display: flex;
    flex-direction: column;
    min-width: 150px; /* Ensure items don't get too small */
}

.info-label[b-xh1kvgps6n] {
    font-weight: bold;
    color: #6c757d; /* Muted color for labels */
    font-size: 0.85em;
    margin-bottom: 3px;
}

.info-value[b-xh1kvgps6n] {
    font-size: 1em;
    color: #343a40;
}

/* Status Badges */
.status-badge[b-xh1kvgps6n] {
    display: inline-block;
    padding: 0.3em 0.6em;
    border-radius: 0.25rem;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff; /* Default text color for badges */
}

/* Priority Badges */
.priority-high[b-xh1kvgps6n] {
    background-color: #dc3545; /* Red */
    color: #fff;
}

.priority-medium[b-xh1kvgps6n] {
    background-color: #ffc107; /* Yellow */
    color: #212529;
}

.priority-low[b-xh1kvgps6n] {
    background-color: #17a2b8; /* Cyan */
    color: #fff;
}

/* Unrouted Cases Container */
.unrouted-cases-container[b-xh1kvgps6n] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
    margin-top: 15px;
}

.unrouted-case-card[b-xh1kvgps6n] {
    flex: 1 1 calc(25% - 20px); /* Approx 1/4 width, accounting for gap */
    min-width: 240px; /* Minimum width before wrapping */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.unrouted-case-card:hover[b-xh1kvgps6n] {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Styles for the content inside the card */
.case-header[b-xh1kvgps6n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.case-number[b-xh1kvgps6n] {
    font-weight: bold;
    font-size: 1.1em;
    color: #007bff;
}

.case-priority[b-xh1kvgps6n] {
    padding: 0.2em 0.5em;
    border-radius: 0.25rem;
    font-size: 0.7em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
}

.case-location[b-xh1kvgps6n] {
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 5px;
}

.case-reason[b-xh1kvgps6n],
.case-requirements[b-xh1kvgps6n] {
    font-size: 0.9em;
    color: #343a40;
    margin-bottom: 3px;
}

/* Routes Container - Apply similar styling to unrouted cases */
.routes-container[b-xh1kvgps6n] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between cards */
    margin-top: 15px;
}

.route-card[b-xh1kvgps6n] {
    flex: 1 1 calc(33.333% - 20px); /* Approx 1/3 width, accounting for gap */
    min-width: 280px; /* Minimum width before wrapping */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.route-card:hover[b-xh1kvgps6n] {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.route-header[b-xh1kvgps6n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.route-name[b-xh1kvgps6n] {
    font-weight: bold;
    font-size: 1.1em;
    color: #007bff;
}

.route-status[b-xh1kvgps6n] {
    padding: 0.2em 0.5em;
    border-radius: 0.25rem;
    font-size: 0.7em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
}

.route-users[b-xh1kvgps6n],
.route-vehicles[b-xh1kvgps6n],
.route-stops[b-xh1kvgps6n] {
    font-size: 0.9em;
    color: #343a40;
    margin-bottom: 5px;
}

.detail-label[b-xh1kvgps6n] {
    font-weight: bold;
    margin-right: 5px;
    color: #6c757d;
}

.route-metrics[b-xh1kvgps6n] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    font-size: 0.9em;
    color: #343a40;
}

.route-duration[b-xh1kvgps6n],
.route-distance[b-xh1kvgps6n] {
    display: flex;
    align-items: center;
}

.no-data-message[b-xh1kvgps6n] {
    color: #6c757d;
    font-style: italic;
    margin-top: 10px;
}

/* General layout adjustments */
.schedule-detail-container[b-xh1kvgps6n] {
    padding: 20px;
    overflow-y: auto; /* Enable vertical scrolling */
    height: 100%; /* Ensure it takes full height to enable scrolling */
}

.back-navigation[b-xh1kvgps6n] {
    margin-bottom: 20px;
}

.back-link[b-xh1kvgps6n] {
    color: #007bff;
    text-decoration: none;
}

.back-link:hover[b-xh1kvgps6n] {
    text-decoration: underline;
}

.schedule-section[b-xh1kvgps6n] {
    margin-top: 30px;
}

.schedule-section h4[b-xh1kvgps6n] {
    margin-bottom: 15px;
}

.d-flex[b-xh1kvgps6n] {
    display: flex;
}

.justify-content-between[b-xh1kvgps6n] {
    justify-content: space-between;
}

.align-items-center[b-xh1kvgps6n] {
    align-items: center;
}

.ms-2[b-xh1kvgps6n] {
    margin-left: 0.5rem;
}

/* Top controls row (Back | Center Buttons | Date Nav) */
.top-controls-row[b-xh1kvgps6n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-controls-row .back-navigation-breadcrumbs[b-xh1kvgps6n] {
    margin-bottom: 0; /* avoid extra spacing inside the row */
}

.center-controls[b-xh1kvgps6n] {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Center the status buttons when used in the top row */
.center-controls .schedule-status-button-container[b-xh1kvgps6n] {
    justify-content: center;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .schedule-header-row[b-xh1kvgps6n] {
        flex-direction: column;
        gap: 15px;
        min-height: auto; /* Allow natural height on mobile */
        align-items: flex-start; /* Left align on mobile */
    }

    .schedule-status-button-container[b-xh1kvgps6n] {
        justify-content: flex-start; /* Left align button on mobile */
        min-width: auto; /* Allow natural width on mobile */
    }

    .schedule-header[b-xh1kvgps6n] {
        margin-bottom: 10px;
    }

    /* Maintain button height on mobile */
    .schedule-status-button-container .btn[b-xh1kvgps6n],
    .schedule-status-button-container [class*="dx-button"][b-xh1kvgps6n] {
        min-height: 42px; /* Slightly smaller on mobile but still prominent */
    }
}
/* _content/BlazorApp/Components/Pages/CasesSchedules/Schedules/Schedules.razor.rz.scp.css */
.column-content[b-65tqh1m3pk] {
    flex-grow: 1;
    overflow-y: auto;
}

.link-hover-pointer[b-65tqh1m3pk] {
    cursor: pointer;
}

/* Clickable header styles */
.clickable-header[b-65tqh1m3pk] {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.clickable-header:hover[b-65tqh1m3pk] {
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateY(-1px);
}

.clickable-header .header-text[b-65tqh1m3pk] {
    color: #007bff;
    text-decoration: none;
}

.clickable-header:hover .header-text[b-65tqh1m3pk] {
    text-decoration: underline;
}

/* Clickable card styles */
.case-card-wrapper[b-65tqh1m3pk],
.route-card-wrapper[b-65tqh1m3pk] {
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 4px;
}

.case-card-wrapper:hover[b-65tqh1m3pk],
.route-card-wrapper:hover[b-65tqh1m3pk] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.clickable-card[b-65tqh1m3pk] {
    position: relative;
}

.clickable-card[b-65tqh1m3pk]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 123, 255, 0.05));
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
    border-radius: 4px;
}

.clickable-card:hover[b-65tqh1m3pk]::after {
    opacity: 1;
}

.no-cases-message[b-65tqh1m3pk],
.no-routes-message[b-65tqh1m3pk] {
    padding: 10px;
    text-align: center;
    color: var(--bs-gray-600);
    font-style: italic;
}

.schedule-column[b-65tqh1m3pk] {
    padding: 5px;
    border: 1px solid #ccc;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.schedule-column-today[b-65tqh1m3pk] {
    box-shadow: inset 0 0 10px rgba(0, 255, 0, 0.4);
}

.schedule-column-adjacent[b-65tqh1m3pk] {
    box-shadow: inset 0 0 10px rgba(255, 165, 0, 0.4);
}

.schedule-column-two-away[b-65tqh1m3pk] {
    box-shadow: inset 0 0 10px rgba(255, 255, 0, 0.2);
}

.column-content-styles[b-65tqh1m3pk] {
    flex-grow: 1;
    overflow-y: auto;
}

.schedule-column-past[b-65tqh1m3pk] {
    background-color: rgba(128, 128, 128, 0.1);
}

.schedule-routes-container[b-65tqh1m3pk] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Important for flex children to shrink properly */
}

.schedule-routes-header[b-65tqh1m3pk] {
    font-weight: bold;
    font-size: 0.875em;
    margin-bottom: 5px;
    padding: 8px; /* Slightly increased padding for better click target */
    border-bottom: 1px solid var(--bs-gray-400); /* Add a subtle line below the header */
    display: flex; /* Use Flexbox for layout */
    justify-content: space-between; /* Distribute space between items */
    align-items: center; /* Vertically align items */
    border-radius: 4px 4px 0 0; /* Round top corners */
}

.schedule-routes-content[b-65tqh1m3pk] {
    flex: 1; /* Allow content to take remaining space */
    padding: 5px; /* Add padding to match old column padding */
    display: flex;
    flex-direction: column;
    overflow-y: auto; /* Enable scrolling at this level */
    min-height: 0; /* Important for proper scrolling */
}

.schedule-section[b-65tqh1m3pk] {
    margin-bottom: 10px;
    padding: 0; /* Remove padding from sections */
    border: none; /* Remove border from sections */
    border-radius: 0; /* Remove border radius from sections */
    background-color: transparent; /* Remove background color from sections */
    display: flex;
    flex-direction: column;
}

.top-section[b-65tqh1m3pk] {
    /* No specific border or background color */
}

.bottom-section[b-65tqh1m3pk] {
    flex: 1; /* Allow bottom section to take remaining space */
    display: flex;
    flex-direction: column;
    min-height: 0; /* Important for proper flex behavior */
    /* No specific border or background color */
}

.section-header[b-65tqh1m3pk] {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    /* Keep header styles */
}

.section-content[b-65tqh1m3pk] {
    flex: 1; /* Allow content to take remaining space within section */
    overflow-y: auto; /* Enable scrolling for section content */
    min-height: 0; /* Important for proper scrolling */
}

.section-divider[b-65tqh1m3pk] {
    margin: 10px 0; /* Add margin for spacing */
    border: 0;
    border-top: 1px solid var(--bs-gray-400); /* Use a subtle gray for the divider */
}
/* _content/BlazorApp/Components/Pages/Index.razor.rz.scp.css */
[b-x322wzfnr4] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-x322wzfnr4] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-x322wzfnr4] .title {
    text-align: center;
}

[b-x322wzfnr4] .title-header-text {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

[b-x322wzfnr4] .title-content-text {
    font-size: 1.25rem;
    color: var(--bs-gray-600);
    margin-bottom: 2rem;
}

[b-x322wzfnr4] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-x322wzfnr4] .welcome-card {
    width: 20rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
        0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 1rem;
    color: var(--bs-link-color);
    padding: 2rem;
    text-decoration: none;
    position: relative;
    background-color: var(--bs-white);
}

[b-x322wzfnr4] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
        0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

[b-x322wzfnr4] .welcome-card .welcome-card-icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-x322wzfnr4] .welcome-card .welcome-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

[b-x322wzfnr4] .welcome-card-content {
    text-align: center;
    z-index: 1;
}

[b-x322wzfnr4] .welcome-card .welcome-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-body-color);
}

[b-x322wzfnr4] .welcome-card .welcome-card-description {
    font-size: 1rem;
    color: var(--bs-gray-600);
    margin-bottom: 0;
}

[b-x322wzfnr4] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-bg);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    [b-x322wzfnr4] .welcome-card {
        width: 18rem;
    }
}

@media (max-width: 768px) {
    [b-x322wzfnr4] .welcome-card {
        width: 100%;
        max-width: 25rem;
    }
}

.checklist-section[b-x322wzfnr4] {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.checklist-section h3[b-x322wzfnr4] {
    margin-bottom: 1rem;
    color: #495057;
}

.checklist[b-x322wzfnr4] {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.checklist li[b-x322wzfnr4] {
    padding: 0.5rem 0;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checklist li input[type="checkbox"][b-x322wzfnr4] {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
    cursor: not-allowed;
}

.checklist li span[b-x322wzfnr4] {
    flex: 1;
}

.checklist li.completed[b-x322wzfnr4] {
    color: #6c757d;
}

.checklist li.completed span[b-x322wzfnr4] {
    text-decoration: line-through;
}
/* _content/BlazorApp/Components/Shared/Pill.razor.rz.scp.css */
/* Pill.razor.css */
.pill[b-gwnln52y6q] {
    display: inline-block; /* Allows padding and margin */
    padding: 3px 8px; /* Add padding for the pill shape */
    border: 1px solid var(--bs-gray-300); /* Subtle border */
    border-radius: 20px; /* Rounded corners */
    font-size: 0.8em; /* Smaller font size for the pill */
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis */
    text-align: center; /* Center the text */
    color: var(--bs-body-color); /* Default text color */
}
/* _content/BlazorApp/Components/Shared/RouteStatusBadge.razor.rz.scp.css */
/* RouteStatusBadge Component Styles - Now redirects to StatusBadge component */
/* This component now wraps StatusBadge for backward compatibility */
/* All styling has been moved to StatusBadge.razor.css */
/* _content/BlazorApp/Components/Shared/StatusBadge.razor.rz.scp.css */
/* StatusBadge Component Styles */

/* Base badge styles */
.status-badge[b-if1i1mvswg] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.15s ease-in-out;
}

/* Route status badges - more rounded */
.status-badge-route[b-if1i1mvswg] {
    border-radius: 1rem;
}

/* Schedule status badges - less rounded, more squared */
.status-badge-schedule[b-if1i1mvswg] {
    border-radius: 0.375rem;
}

.status-badge i[b-if1i1mvswg] {
    margin-right: 0.375rem;
    font-size: 0.875rem;
}

.status-badge .badge-text[b-if1i1mvswg] {
    display: inline-block;
}

/* Color schemes - shared between route and schedule - muted/softened colors */
.status-badge.badge-secondary[b-if1i1mvswg] {
    color: #fff;
    background-color: #7d8694;
    border: 1px solid #7d8694;
}

.status-badge.badge-info[b-if1i1mvswg] {
    color: #fff;
    background-color: #4fa3b8;
    border: 1px solid #4fa3b8;
}

.status-badge.badge-primary[b-if1i1mvswg] {
    color: #fff;
    background-color: #5a8dee;
    border: 1px solid #5a8dee;
}

.status-badge.badge-warning[b-if1i1mvswg] {
    color: #212529;
    background-color: #ffcc47;
    border: 1px solid #ffcc47;
}

.status-badge.badge-success[b-if1i1mvswg] {
    color: #fff;
    background-color: #48b461;
    border: 1px solid #48b461;
}

.status-badge.badge-danger[b-if1i1mvswg] {
    color: #fff;
    background-color: #e55663;
    border: 1px solid #e55663;
}

.status-badge.badge-dark[b-if1i1mvswg] {
    color: #fff;
    background-color: #4a5568;
    border: 1px solid #4a5568;
}

.status-badge.badge-light[b-if1i1mvswg] {
    color: #495057;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

/* Special style for PARTIALLY_PUBLISHED schedule status */
.status-badge.badge-purple-striped[b-if1i1mvswg] {
    color: #fff;
    background-color: #a68fc5;
    border: 1px solid #a68fc5;
    background-image: linear-gradient(
        135deg,
        #a68fc5 25%,
        #b9a5d4 25%,
        #b9a5d4 50%,
        #a68fc5 50%,
        #a68fc5 75%,
        #b9a5d4 75%,
        #b9a5d4
    );
    background-size: 10px 10px;
}

/* Compressed variant for dense lists */
.status-badge.badge-compressed[b-if1i1mvswg] {
    font-size: 0.7rem;
    padding: 0.125rem 0.35rem;
    line-height: 1.2;
}

.status-badge.badge-compressed i[b-if1i1mvswg] {
    font-size: 0.65rem;
    margin-right: 0.25rem;
}

.status-badge.badge-compressed .badge-text[b-if1i1mvswg] {
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .status-badge:not(.badge-compressed)[b-if1i1mvswg] {
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }

    .status-badge:not(.badge-compressed) i[b-if1i1mvswg] {
        font-size: 0.75rem;
        margin-right: 0.25rem;
    }
}

/* Animation for status changes */
@keyframes statusChange-b-if1i1mvswg {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.status-badge.status-changed[b-if1i1mvswg] {
    animation: statusChange-b-if1i1mvswg 0.3s ease-in-out;
}

/* Additional utility classes */
.status-badge.badge-sm[b-if1i1mvswg] {
    font-size: 0.75rem;
    padding: 0.15rem 0.3rem;
}

.status-badge.badge-lg[b-if1i1mvswg] {
    font-size: 1rem;
    padding: 0.35rem 0.7rem;
}
