@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1;
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row ::deep a, .top-row ::deep .btn-link {
   white-space: nowrap;*/
/*   margin-left: 1.5rem;*/
   /*text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
   text-decoration: underline;
}

.top-row ::deep a:first-child {
   overflow: hidden;
   text-overflow: ellipsis;
}
.top-row {
    position: sticky;
    top: 0;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
    }
    .main-content.collapsed,
    .main-content.expanded {
        margin-left: 0;*/ /* Remove margin on small viewports */
    /*}
}

@media (min-width: 768px) {*/
/*    .page {
        flex-direction: row;
    }*/
    /*.top-row.auth ::deep a:first-child {
       flex: 1;
       text-align: right;
       width: 0;
    }

    .top-row, article {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
   
    .main-content.collapsed {
       margin-left: 4rem;*/ /* Adjust this value based on the collapsed sidebar width */
    /*}*/
    
/*    .main-content.expanded {
        margin-left: 13rem; 
    }*/
/*}*/
.page[b-9gvhf41dti] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f3f4f6;
    min-height: 100vh;
    max-height: 100%;
}

:root[data-bs-theme='light'] .page[b-9gvhf41dti] {
    background-color: #f3f4f6;
}


:root[data-bs-theme='dark'] .page[b-9gvhf41dti] {
    background-color: #212529;
}

.main[b-9gvhf41dti] {
    flex: 1;
}
.top-row[b-9gvhf41dti] {
    border-bottom: 1px solid #d6d5d5;
    background-color: #1b1b1b;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.brand-logo[b-9gvhf41dti] {
    width: 46px;
    height: 46px;
    object-fit: cover;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.top-row[b-9gvhf41dti]  a, .top-row[b-9gvhf41dti]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-9gvhf41dti]  a:hover, .top-row[b-9gvhf41dti]  .btn-link:hover {
   text-decoration: underline;
}

.top-row[b-9gvhf41dti]  a:first-child {
   overflow: hidden;
   text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .top-row[b-9gvhf41dti] {
        justify-content: space-between;
    }

    .top-row[b-9gvhf41dti]  a, .top-row[b-9gvhf41dti]  .btn-link {
        margin-left: 0;
    }

    .main-content[b-9gvhf41dti]{
        margin:6px; 
}
}

@media (min-width: 768px) {
/*    .page {
        flex-direction: row;
    }*/
    .top-row.auth[b-9gvhf41dti]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9gvhf41dti], article[b-9gvhf41dti] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
        padding-top: 0.5rem !important;
    }

    .main-content[b-9gvhf41dti] {
        margin-left: 4rem; /* Adjust this value based on the collapsed sidebar width */
    }
}

.custom-project-dropdown[b-9gvhf41dti] {
    background-color: #2c2c2c; /* Dark background */
    color: #ffffff; /* Light text */
    border: 1px solid #444; /* Subtle border */
    border-radius: 6px; /* Rounded edges */
    padding: 4px 10px;
    /*min-width: 180px;*/
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Soft shadow */
    transition: border-color 0.2s ease-in-out;
}

    .custom-project-dropdown:focus[b-9gvhf41dti] {
        outline: none;
        border-color: #66afe9; /* Optional focus color */
    }

/*.right-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
}

.right-modal {
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
    position: relative;
    padding: 1rem;
    overflow-y: auto;
}*/

.right-modal-overlay[b-9gvhf41dti] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: flex-end;
    z-index: 1050;
}

/* === Panel === */
.right-modal[b-9gvhf41dti] {
    width: 400px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    animation: slide-in-b-9gvhf41dti 0.25s ease-out;
}

@keyframes slide-in-b-9gvhf41dti {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

/* === Header === */
.modal-header[b-9gvhf41dti] {
    height: 48px;
    padding: 0 1rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title[b-9gvhf41dti] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.icon-button[b-9gvhf41dti] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #374151;
    transition: color 0.15s;
}

    .icon-button:hover[b-9gvhf41dti] {
        color: #111827;
    }

/* === Body === */
.modal-body[b-9gvhf41dti] {
    flex: 1 1 auto;
}

.loading[b-9gvhf41dti],
.empty[b-9gvhf41dti] {
    font-style: italic;
    color: #6b7280;
}

/* === Task card === */
.task-card[b-9gvhf41dti] {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
    background: #f9fafb;
}

.task-row + .task-row[b-9gvhf41dti] {
    margin-top: 0.25rem;
}

.error-text[b-9gvhf41dti] {
    color: #dc2626;
    margin-top: 0.5rem;
}

/* === File list === */
.file-list[b-9gvhf41dti] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.file-item[b-9gvhf41dti] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
}

.download-link[b-9gvhf41dti] {
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s;
}

    .download-link:hover[b-9gvhf41dti] {
        border-color: currentColor;
    }
.custom-view-button[b-9gvhf41dti] {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #000; /* Black text */
    background-color: #fff;
    border: 1px solid #d1d5db; /* Light gray border */
    border-radius: 11px; /* Pill shape */
    text-decoration: none;
    transition: background-color 0.2s, box-shadow 0.2s;
    width: 100%;
    text-align: center;
}

    .custom-view-button:hover[b-9gvhf41dti] {
        background-color: #f3f4f6; /* Light hover effect */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }
.user-dropdown-custom[b-9gvhf41dti] {
    transform: translate(24px, 34px) !important;
    width: 220px !important; /* Adjust width as needed */
    min-width: 180px !important;
    height: auto; /* Let height grow with content */
    border-radius: 8px;
}



/* /Layout/NavMenuLargeScreen.razor.rz.scp.css */

.sidebar[b-07bxffqv2v] {
    width: 4rem;
    background: linear-gradient(135deg, #1a1a1a, #000000);
    /*    background-color: #f8f9fa;*/
    position: fixed;
    z-index: 1000;
    border-right: 1px solid #ccc;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 3.5rem);
    top: 3.5rem;
    overflow-x: auto;
}
    .sidebar[b-07bxffqv2v]::-webkit-scrollbar {
        width: 1px;
        background: linear-gradient(135deg, #1a1a1a, #000000);
    }

    .sidebar[b-07bxffqv2v]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, #1a1a1a, #000000);
        border-radius: 0px;
    }

.nav-item[b-07bxffqv2v]  a {
    color: #ffff;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    padding: 0.75rem 0;
}

    .nav-item[b-07bxffqv2v]  a.active {
        color: white;
        background-color: rgb(99, 89, 233);
        /* background-color: #22c55e; Strong green */
        border-radius: 0.5rem;
        box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
        transition: all 0.2s ease;
    }

    .nav-item[b-07bxffqv2v]  a:hover {
        color: white;
        background-color: rgb(99, 89, 233); /* Faded/lighter green */
        border-radius: 0.5rem;
        box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
        transition: all 0.2s ease;
    }

  

@media (max-width: 768.98px) {
    .sidebar[b-07bxffqv2v] {
        display: none; /* Hide fixed sidebar on small screens */
    }
}


/* /Layout/NavMenuSmallScreen.razor.rz.scp.css */

.sidebar ul[b-t31zb8n3sj],
.offcanvas-body ul[b-t31zb8n3sj] {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.nav-menu[b-t31zb8n3sj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
}
.nav-item[b-t31zb8n3sj]  a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    color: #212529;
    text-decoration: none;
   
}
    .nav-item[b-t31zb8n3sj]  a.active {
        background-color: rgb(99, 89, 233); /* highlight color, you can change it */
        border-radius: 25px;
        font-weight: bold;
    }
.brand-logo[b-t31zb8n3sj] {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.custom-project-dropdown[b-t31zb8n3sj] {
    background-color: #2c2c2c; /* Dark background */
    color: #ffffff; /* Light text */
    border: 1px solid #444; /* Subtle border */
    border-radius: 6px; /* Rounded edges */
    padding: 4px 10px;
    /*min-width: 180px;*/
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Soft shadow */
    transition: border-color 0.2s ease-in-out;
}

    .custom-project-dropdown:focus[b-t31zb8n3sj] {
        outline: none;
        border-color: #66afe9; /* Optional focus color */
    }
/* /Layout/SecLoaderCircle.razor.rz.scp.css */
.loader-circle[b-22mjek4xwf] {
    height: 200px;
    min-height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Layout/SecLoaderLine.razor.rz.scp.css */
.loader-line[b-s6zbuwcf2x] {
    width: 100%;
    height: 3px;
    position: fixed;
    /*    top: 0;*/
    left: 0;
    overflow: hidden;
    background-color: #6359E9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 1000; /* Ensure it is on top of other elements */
}

    .loader-line[b-s6zbuwcf2x]:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 3px;
        width: 40%;
        background-color: lightgray;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim-b-s6zbuwcf2x 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim-b-s6zbuwcf2x {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}




/*.loader-line {
    width: 100%;
    height: 2px;
    position:relative;
    
    overflow: hidden;
    background-color: #0000;*/
    /*margin: 10px auto;*/
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 100;
}

    .loader-line:before {
        content: "";
        position: absolute;
        left: -50%;        
        height: 2px;
        width: 40%;
        background-color: coral;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim {
    0% {
        left: -40%;
    }


    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}*/
/* /Layout/SecNoDataMsg.razor.rz.scp.css */
/*.no-data-msg {
    margin: 1.5rem;
    padding: 1rem;
    text-align: center;
    background-color: #cff4fc;*/ /* alert-info */
    /*color: #055160;
    border: 1px solid #b6effb;
    border-radius: 0.375rem;
}*/


.no-data-msg[b-g5smwni9kt] {
    margin: 1.5rem;
    padding: 1rem;
    text-align: center;
    color: var(--bs-secondary-color); /* same as .text-muted */
}
/* /Pages/AdminApp/GeneralSetup/Employee/EmployeeList.razor.rz.scp.css */
/*.container {
    margin-top: 5px;
    display: flex;
    -webkit-justify-content: inherit;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    border-radius: 10px;
    border: solid, 0px, grey;
    margin-bottom: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    padding-bottom: 10px;
}
    
        .container .form-group {
            margin-top: 10px;
            margin-left: 10px;
        }

            .container .form-switch {
                margin-top: 7px;
                margin-left: 0px;
            }


.h5 {
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    color: #021526;
    font-style: normal;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}
.table {
    max-width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    border-radius: 10px;
}

    .table th,
    .table td {
        border: 1px solid #dee2e6;
        padding: 0.3rem;
        text-align: left;
        border-collapse: collapse;
    }

.th {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #021526;
}

.td {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #373b3E;
    text-align: left;
    padding: 0px 0px 5px;

}

.table th {
    background-color: #f8f9fa;
    text-align: left;
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-fixed {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 14px;
}

    .table-fixed thead {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
        z-index: 1;
    }

    .table-fixed th,
    .table-fixed td {
        padding: 8px 16px;
        text-align: left;
        border: 1px solid #dee2e6;
    }

    .table-fixed tbody {
        display: block;
        font-size: 14px;
        overflow-y: auto;
    }


        .table-fixed thead,
        .table-fixed tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

        .table-fixed tbody tr {
            background-color: #fff;
        }

    */
/* /Pages/AdminApp/GeneralSetup/Shifts/ShiftList.razor.rz.scp.css */
/*.container {
    margin-top: 5px;
    display: flex;
    -webkit-justify-content: inherit;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    border-radius: 10px;
    border: solid, 0px, grey;
    margin-bottom: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    padding-bottom: 10px;
}
    
        .container .form-group {
            margin-top: 10px;
            margin-left: 10px;
        }

            .container .form-switch {
                margin-top: 7px;
                margin-left: 0px;
            }


.h5 {
    font-size: 22px;
    font-weight: bold;
    font-weight: 600;
    color: #021526;
    font-style: normal;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}
.table {
    max-width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    border-radius: 10px;
}

    .table th,
    .table td {
        border: 1px solid #dee2e6;
        padding: 0.3rem;
        text-align: left;
        border-collapse: collapse;
    }

.th {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #021526;
}

.td {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #373b3E;
    text-align: left;
    padding: 0px 0px 5px;

}

.table th {
    background-color: #f8f9fa;
    text-align: left;
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-fixed {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 14px;
}

    .table-fixed thead {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
        z-index: 1;
    }

    .table-fixed th,
    .table-fixed td {
        padding: 8px 16px;
        text-align: left;
        border: 1px solid #dee2e6;
    }

    .table-fixed tbody {
        display: block;
        font-size: 14px;
        overflow-y: auto;
    }


        .table-fixed thead,
        .table-fixed tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

        .table-fixed tbody tr {
            background-color: #fff;
        }

    */
/* /Pages/AdminApp/VMSSetup/VMSProgram/VMSProgramMessageList.razor.rz.scp.css */
/* wwwroot/css/site.css */
.resize-drag[b-76as0n83cf] {
    width: 120px;
    border-radius: 8px;
    padding: 20px;
    margin: 1rem;
    background-color: #29e;
    color: white;
    font-size: 20px;
    font-family: sans-serif;
    touch-action: none;
    box-sizing: border-box;
}

/* /Pages/Dashboard/Accidents/AccidentLogAdd.razor.rz.scp.css */
.image-box[b-60riu6noqh] {
    height: 240px;
    border: 1px dashed #999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    overflow: hidden;
}

.preview-image[b-60riu6noqh] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.placeholder-text[b-60riu6noqh] {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}
/* /Pages/Dashboard/Alerts/AlertsLogReport.razor.rz.scp.css */

.blinking-dot[b-o7hp4lypk1] {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
    animation: blink-b-o7hp4lypk1 1s infinite;
    vertical-align: middle;
}

@keyframes blink-b-o7hp4lypk1 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.tableheader[b-o7hp4lypk1] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 16px;
}
.sticky-header th[b-o7hp4lypk1] {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
/* /Pages/Dashboard/EChallan/EChallanDashboard.razor.rz.scp.css */
.blinking-dot[b-y91ard3m1z] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 2px;
    margin-top: 6px;
    animation: blink-b-y91ard3m1z 1s infinite;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}

@keyframes blink-b-y91ard3m1z {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.vehicle-type-cards-container[b-y91ard3m1z] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px;
}

.vehicle-type-card[b-y91ard3m1z] {
    width: 200px;
    height: 70px;
    /*background: #fff;*/
    border-radius: 10px;
    box-shadow: 0 4px 10px -2px var(--glow-color, rgba(0,0,0,0.1));
    padding: 8px 10px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex: 0 0 auto;
}

.vehicle-icon[b-y91ard3m1z] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.vehicle-type-label[b-y91ard3m1z] {
    font-size: 0.9rem;
    font-weight: 500;
/*    color: #333;*/
    margin-bottom: 2px;
    
}

.vehicle-type-speed[b-y91ard3m1z] {
    font-size: 0.85rem;
/*    color: #222;*/
}

.vehicle-type-unit[b-y91ard3m1z] {
    font-size: 0.75rem;
/*    color: #666;*/
    margin-left: 2px;
}

.vehicle-type-cards-container.alert-type-right[b-y91ard3m1z] {
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .vehicle-type-cards-container .vehicle-type-card[b-y91ard3m1z] {
        width: 100%;
        height: 40px;
        padding: 10px 12px;
        border: 0;
        border-bottom: 3px solid var(--glow-color, #e5e7eb); /* uses AddAlpha(color, "cc") */
        border-radius: 0 !important;
/*        background-color: #fff;*/
        gap: 10px;
    }

    .vehicle-type-cards-container .vehicle-icon[b-y91ard3m1z] {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        object-fit: contain;
    }

    /* Put name, speed and count on a single row */
    .vehicle-type-cards-container .vehicle-type-card > .w-100[b-y91ard3m1z] {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .vehicle-type-cards-container .vehicle-type-label[b-y91ard3m1z] {
        flex: 1 1 auto;
        margin: 0;
        font-size: 0.95rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Speed and count on the right side */
    .vehicle-type-cards-container .vehicle-type-card .d-flex.justify-content-between[b-y91ard3m1z] {
        margin-left: auto !important;
        justify-content: flex-end !important;
        align-items: center;
        gap: 14px;
    }

    .vehicle-type-cards-container .vehicle-type-card .vehicle-type-unit[b-y91ard3m1z] {
        /*color: #6b7280;*/ /* gray-500 */
        font-weight: 500;
        margin-left: 2px;
    }

    .vehicle-type-cards-container .vehicle-type-card .fw-bold[b-y91ard3m1z] {
        font-weight: 600 !important;
    }
}


.analysis-wrapper[b-y91ard3m1z] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.analysis-column[b-y91ard3m1z] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
    min-width: 0;
}

    .analysis-column.left-group[b-y91ard3m1z] {
        justify-content: flex-start;
        flex: 1 1 auto;
    }

    .analysis-column.right-group[b-y91ard3m1z] {
        justify-content: flex-end;
        flex: 1 1 auto;
    }

    .analysis-column .vehicle-type-card[b-y91ard3m1z] {
        flex: 0 0 180px;
    }
/* /Pages/Dashboard/Events/EventAdd.razor.rz.scp.css */
.image-box[b-ivxox1ai3z] {
    height: 240px;
    border: 1px dashed #999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    overflow: hidden;
}

.preview-image[b-ivxox1ai3z] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.placeholder-text[b-ivxox1ai3z] {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}
/* /Pages/Dashboard/IPCamera/IPCameraDashboard.razor.rz.scp.css */
.ipcamera-dashboard-grid[b-fqcrv0x2s4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 16px;
}
@media (max-width: 1400px) {
    .ipcamera-dashboard-grid[b-fqcrv0x2s4] {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1000px) {
    .ipcamera-dashboard-grid[b-fqcrv0x2s4] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ipcamera-dashboard-grid[b-fqcrv0x2s4] {
        grid-template-columns: 2fr;
    }
}
/* Only apply fixed heights on md and up (>=768px) */
@media (min-width: 768px) {
    .dashboard-fixed-height[b-fqcrv0x2s4] {
        height: 320px !important;
    }

    /*    .dashboard-liveview-height {
        height: calc(100vh - 550px) !important;
         overflow-y: auto;
    }*/
}

/* On mobile, no fixed height is applied, so content grows naturally */
/* /Pages/Dashboard/MET/METDashboard.razor.rz.scp.css */
.met-dashboard-grid[b-wgx7g4v9te] {
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr; /* Default: 1 card per row */
}

@media (min-width: 1360px) {
    .met-dashboard-grid[b-wgx7g4v9te] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .dashboard-fixed-height[b-wgx7g4v9te] {
        height: 260px !important;
        overflow-y: auto;
        display: block;
    }
}

.dashboard-fixed-height[b-wgx7g4v9te] {
    overflow-y: auto;
    display: block;
}
/* /Pages/Dashboard/VIDS/DetectionVehicle.razor.rz.scp.css */

.blinking-dot[b-m219528zq4] {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
    animation: blink-b-m219528zq4 1s infinite;
    vertical-align: middle;
}

@keyframes blink-b-m219528zq4 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.tableheader[b-m219528zq4] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 16px;
}
.sticky-header th[b-m219528zq4] {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
/* /Pages/Dashboard/VIDS/VIDSDashboard.razor.rz.scp.css */
.blinking-dot[b-bxmhnzqvbz] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 2px;
    margin-top: 6px;
    animation: blink-b-bxmhnzqvbz 1s infinite;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}

@keyframes blink-b-bxmhnzqvbz {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}
.vasdcard[b-bxmhnzqvbz] {
    border-radius: 20px;
}

.tableheader[b-bxmhnzqvbz] {
    font-size: 0.8rem;
    font-weight: bold;
}



.vehicle-type-cards-container[b-bxmhnzqvbz] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px;
}

.vehicle-type-card[b-bxmhnzqvbz] {
    flex: 1 1 160px; /* shrink/grow nicely, min size ~160px */
    max-width: 220px; /* don’t let it grow too wide */
    height: 70px;
/*    background: #fff;*/
    border-radius: 10px;
    box-shadow: 0 4px 10px -2px var(--glow-color, rgba(0,0,0,0.1));
    padding: 8px 10px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vehicle-type-label[b-bxmhnzqvbz] {
    font-size: 0.9rem;
    font-weight: 500;
/*    color: #333;*/
    margin-bottom: 2px;
}

/* Mobile-only layout for incident type cards (keeps desktop unchanged) */
@media (max-width: 767.98px) {
    .vehicle-type-cards-container .vehicle-type-card[b-bxmhnzqvbz] {
        width: 100%;
        height: 40px;
        padding: 10px 12px;
        border: 0;
        border-bottom: 3px solid var(--glow-color, #e5e7eb); /* shaded by item color */
        border-radius: 0 !important;
/*        background-color: #fff;*/
        gap: 10px;
    }
    .vehicle-type-card[b-bxmhnzqvbz] {
        max-width:100%;
    }
    /* Ensure single-row layout: name left, count right */
    .vehicle-type-cards-container .vehicle-type-card.d-flex[b-bxmhnzqvbz] {
        align-items: center !important;
    }

        .vehicle-type-cards-container .vehicle-type-card .vehicle-type-label[b-bxmhnzqvbz] {
            flex: 1 1 auto;
            margin: 0;
            font-size: 0.95rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .vehicle-type-cards-container .vehicle-type-card .fw-bold[b-bxmhnzqvbz] {
            font-weight: 600 !important;
            /*color: #111827;*/ /* gray-900 */
        }
}
/* /Pages/Dashboard/VMS/VMSDashboard.razor.rz.scp.css */
.vms-dashboard-grid[b-akzviyyi49] {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr; /* Default: 1 card per row */
}

@media (min-width: 1024px) {
    .vms-dashboard-grid[b-akzviyyi49] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1600px) {
    .vms-dashboard-grid[b-akzviyyi49] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.vms-dashboard-card[b-akzviyyi49] {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    /*height: 350px;  Set a fixed height */
}

/* Only apply fixed heights on md and up */
@media (min-width: 768px) {
    .dashboard-fixed-height[b-akzviyyi49] {
        height: 400px !important;
    }

    .dashboard-fixed-body[b-akzviyyi49] {
        height: 340px !important;
    }

    .dashboard-fixed-message[b-akzviyyi49] {
        max-height: 260px !important;
    }
}
/* /Pages/Dashboard/VSDS/PassingVehicle.razor.rz.scp.css */

.blinking-dot[b-s3s9ytwzaw] {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
    animation: blink-b-s3s9ytwzaw 1s infinite;
    vertical-align: middle;
}

@keyframes blink-b-s3s9ytwzaw {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.tableheader[b-s3s9ytwzaw] {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 16px;
}
.sticky-header th[b-s3s9ytwzaw] {
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.1);
}
/* /Pages/Dashboard/VSDS/VSDSDashboard.razor.rz.scp.css */
.blinking-dot[b-66kehlcvpc] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 2px;
    margin-top: 6px;
    animation: blink-b-66kehlcvpc 1s infinite;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}

@keyframes blink-b-66kehlcvpc {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}


/*.vehicle-type-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    padding: 8px 8px;
    background: transparent;
}

.vehicle-type-card {
    flex: 1 1 calc(14.28% - 16px);  7 cards per row with gap 
    background: #fff;
    border-radius: 14px;
    min-height: 50px;
    padding: 10px 12px 8px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 6px 12px 0 var(--glow-color);  only bottom glow 
}
    .vehicle-type-card.simplified-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 0 10px var(--glow-color, #ccc);
        min-width: 100px;
        margin: 8px;
    }

    .vehicle-type-card:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    }

.vehicle-type-label {
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vehicle-type-speed {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
}

.vehicle-type-unit {
    font-size: 0.8rem;
    color: #666;
    margin-left: 2px;
}*/
.vasdcard[b-66kehlcvpc] {
    border-radius: 20px;
    
}
.tableheader[b-66kehlcvpc]{
    font-size:0.8rem;
    font-weight:bold;
}

.vehicle-type-cards-container[b-66kehlcvpc] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 8px;
}

.vehicle-type-card[b-66kehlcvpc] {
    width: 200px;
    height: 70px;
    /*background: #fff;*/
    border-radius: 10px;
    box-shadow: 0 4px 10px -2px var(--glow-color, rgba(0,0,0,0.1));
    padding: 8px 10px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex: 0 0 auto;
}

.vehicle-icon[b-66kehlcvpc] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.vehicle-type-label[b-66kehlcvpc] {
    font-size: 0.9rem;
    font-weight: 500;
/*    color: #333;*/
    margin-bottom: 2px;
    
}

.vehicle-type-speed[b-66kehlcvpc] {
    font-size: 0.85rem;
/*    color: #222;*/
}

.vehicle-type-unit[b-66kehlcvpc] {
    font-size: 0.75rem;
/*    color: #666;*/
    margin-left: 2px;
}

@media (max-width: 767.98px) {
    .vehicle-type-cards-container .vehicle-type-card[b-66kehlcvpc] {
        width: 100%;
        height: 40px;
        padding: 10px 12px;
        border: 0;
        border-bottom: 3px solid var(--glow-color, #e5e7eb); /* uses AddAlpha(color, "cc") */
        border-radius: 0 !important;
/*        background-color: #fff;*/
        gap: 10px;
    }

    .vehicle-type-cards-container .vehicle-icon[b-66kehlcvpc] {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        object-fit: contain;
    }

    /* Put name, speed and count on a single row */
    .vehicle-type-cards-container .vehicle-type-card > .w-100[b-66kehlcvpc] {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .vehicle-type-cards-container .vehicle-type-label[b-66kehlcvpc] {
        flex: 1 1 auto;
        margin: 0;
        font-size: 0.95rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Speed and count on the right side */
    .vehicle-type-cards-container .vehicle-type-card .d-flex.justify-content-between[b-66kehlcvpc] {
        margin-left: auto !important;
        justify-content: flex-end !important;
        align-items: center;
        gap: 14px;
    }

    .vehicle-type-cards-container .vehicle-type-card .vehicle-type-unit[b-66kehlcvpc] {
        /*color: #6b7280;*/ /* gray-500 */
        font-weight: 500;
        margin-left: 2px;
    }

    .vehicle-type-cards-container .vehicle-type-card .fw-bold[b-66kehlcvpc] {
        font-weight: 600 !important;
    }
}
/* /Shared/SecIcon.razor.rz.scp.css */
svg[b-aiuidxcbrj] {
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    align-items: center;
}


.AddNewMobile[b-aiuidxcbrj] {
    height: 50px;
    width: 50px;
    cursor: pointer;
    align-items: center;
}

.Refresh[b-aiuidxcbrj] {
    height: 50px;
    width: 50px;
    cursor: pointer;
    align-items: center;
}

@media (max-width: 768px) {
    .theme-icon[b-aiuidxcbrj] {
        fill: #6359e9 !important;
    }
}
@media (min-width: 768px) {
    .theme-icon[b-aiuidxcbrj] {
        fill: #ffffff !important;
    }
}
