/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-86xsqar2ec] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-86xsqar2ec] {
    flex: 1;
}

.sidebar[b-86xsqar2ec] {
    background-image: linear-gradient(180deg, var(--brand-navy) 0%, #111e29 100%);
}

.top-row[b-86xsqar2ec] {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02);
}

.main-brand-name[b-86xsqar2ec] {
    height: 3.5rem;
    width: auto;
    display: block;
}

    .top-row[b-86xsqar2ec]  a, .top-row[b-86xsqar2ec]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-86xsqar2ec]  a:hover, .top-row[b-86xsqar2ec]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-86xsqar2ec]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-86xsqar2ec] {
        justify-content: space-between;
    }

    .top-row[b-86xsqar2ec]  a, .top-row[b-86xsqar2ec]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-86xsqar2ec] {
        flex-direction: row;
    }

    .sidebar[b-86xsqar2ec] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-86xsqar2ec] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-86xsqar2ec]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-86xsqar2ec], article[b-86xsqar2ec] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sgp7lyyf64] {
    background-color: transparent;
}

.top-row[b-sgp7lyyf64] {
    min-height: 3.5rem;
    background-color: var(--brand-white);
}

.navbar-brand-logo[b-sgp7lyyf64] {
    height: 3.5rem;
    width: auto;
    display: block;
}

.navbar-brand-name[b-sgp7lyyf64] {
    height: 20px;
    width: auto;
}

.navbar-brand[b-sgp7lyyf64] {
    font-size: 1.1rem;
}

.bi[b-sgp7lyyf64] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-sgp7lyyf64] {
    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-nav-menu[b-sgp7lyyf64] {
    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-nav-menu[b-sgp7lyyf64] {
    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");
}

.bi-truck-nav-menu[b-sgp7lyyf64] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-truck' viewBox='0 0 16 16'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5zm1.294 7.456A2 2 0 0 1 4.7 11H11.3a2 2 0 0 1 3.4 0h.8a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4.5a.5.5 0 0 1-.5.5H1.294a.5.5 0 0 0 0 .956zm2.4-5.696L1.583 6.953A.5.5 0 0 0 2 7.75h1v-2.5zm8.5 2.25v-2H12v2z'/%3E%3C/svg%3E");
}

.bi-collection-fill-nav-menu[b-sgp7lyyf64] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-collection-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3m2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z'/%3E%3C/svg%3E");
}

.nav-item[b-sgp7lyyf64] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sgp7lyyf64] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sgp7lyyf64] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sgp7lyyf64]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sgp7lyyf64]  a.active {
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--brand-green);
    border-left: 4px solid var(--brand-green);
    padding-left: 12px;
}

.nav-item[b-sgp7lyyf64]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sgp7lyyf64] {
        display: none;
    }

    .collapse[b-sgp7lyyf64] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-sgp7lyyf64] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Inventory.razor.rz.scp.css */
/* Shared Inventory CSS variables and general classes */
.inventory-container[b-f0sp4aae82] {
    max-width: 1200px;
    margin: 0 auto;
}

/* Tabs Styling */
.inventory-tabs[b-f0sp4aae82] {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 1px;
}

.tab-btn[b-f0sp4aae82] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: #64748b;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 6px 6px 0 0;
}

.tab-btn:hover[b-f0sp4aae82] {
    color: var(--brand-green, #10b981);
    background-color: rgba(16, 185, 129, 0.05);
}

.tab-btn.active[b-f0sp4aae82] {
    color: var(--brand-green, #10b981);
    border-bottom-color: var(--brand-green, #10b981);
}

.badge-soon[b-f0sp4aae82] {
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f1f5f9;
    color: #94a3b8;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

/* Content Container Card */
.inventory-content-card[b-f0sp4aae82] {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: box-shadow 0.3s ease;
}

.inventory-content-card:hover[b-f0sp4aae82] {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

/* Custom Status Badges */
.badge-status[b-f0sp4aae82] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: capitalize;
}

.badge-active[b-f0sp4aae82] {
    background-color: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.badge-maintenance[b-f0sp4aae82] {
    background-color: #fffbeb;
    color: #b45309;
    border: 1px solid #fde68a;
}

.badge-inactive[b-f0sp4aae82] {
    background-color: #f3f4f6;
    color: #4b5563;
    border: 1px solid #e5e7eb;
}

/* Action Icons */
.btn-icon[b-f0sp4aae82] {
    background: none;
    border: none;
    padding: 0.35rem;
    border-radius: 6px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-icon:hover[b-f0sp4aae82] {
    background-color: #f1f5f9;
    color: #1e293b;
}

.btn-icon.text-danger:hover[b-f0sp4aae82] {
    background-color: #fef2f2;
    color: #dc2626;
}

/* Reusable Modal & Dialog Classes */
.modal-backdrop-fade[b-f0sp4aae82] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1040;
}

.modal-wrapper[b-f0sp4aae82] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.modal-dialog-custom[b-f0sp4aae82] {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    pointer-events: auto;
}

.modal-content-custom[b-f0sp4aae82] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    outline: 0;
    overflow: hidden;
}

.modal-header-custom[b-f0sp4aae82] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    background-color: #f8fafc;
}

.btn-close-custom[b-f0sp4aae82] {
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.15s ease;
}

.btn-close-custom:hover[b-f0sp4aae82] {
    color: #1e293b;
}

.modal-body-custom[b-f0sp4aae82] {
    position: relative;
    flex: 1 1 auto;
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

.modal-footer-custom[b-f0sp4aae82] {
    padding: 1.25rem 1.5rem;
    background-color: #f8fafc;
}

/* Custom Alert Banner */
.alert-danger-custom[b-f0sp4aae82] {
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #fca5a5;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Custom inputs */
.form-control-custom[b-f0sp4aae82], .form-select-custom[b-f0sp4aae82] {
    display: block;
    width: 100%;
    padding: 0.6rem 0.85rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e293b;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-custom:focus[b-f0sp4aae82], .form-select-custom:focus[b-f0sp4aae82] {
    color: #1e293b;
    background-color: #ffffff;
    border-color: var(--brand-green, #10b981);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.form-control-custom[b-f0sp4aae82]::placeholder {
    color: #94a3b8;
}

/* Responsive Table-to-Card transformations */
.mobile-card-list[b-f0sp4aae82] {
    display: none;
}

@media (max-width: 768px) {
    .table-responsive[b-f0sp4aae82] {
        display: none;
    }
    
    .mobile-card-list[b-f0sp4aae82] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .vehicle-mobile-card[b-f0sp4aae82] {
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 1.25rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        transition: transform 0.2s ease;
    }
    
    .vehicle-mobile-card:active[b-f0sp4aae82] {
        transform: scale(0.98);
    }
    
    /* Bottom Sheet slide-up on Mobile devices */
    .modal-wrapper[b-f0sp4aae82] {
        align-items: flex-end;
        padding: 0;
    }
    
    .modal-dialog-custom[b-f0sp4aae82] {
        max-width: 100%;
        margin: 0;
    }
    
    .modal-content-custom[b-f0sp4aae82] {
        border-radius: 20px 20px 0 0;
        max-height: 85vh;
    }
    
    .modal-body-custom[b-f0sp4aae82] {
        max-height: calc(85vh - 140px);
    }
}

/* Keyframe animations */
.animate-fade-in[b-f0sp4aae82] {
    animation: fadeIn-b-f0sp4aae82 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeIn-b-f0sp4aae82 {
    from { opacity: 0; transform: scale(0.97); }
    to { opacity: 1; transform: scale(1); }
}
