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

main[b-68mncdu8oi] {
    flex: 1;
}

.sidebar[b-68mncdu8oi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-68mncdu8oi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

    .top-row[b-68mncdu8oi], article[b-68mncdu8oi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o2zsgkhemg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-o2zsgkhemg] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

.bi[b-o2zsgkhemg] {
    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-o2zsgkhemg] {
    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-o2zsgkhemg] {
    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-o2zsgkhemg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

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

.nav-item[b-o2zsgkhemg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

    .nav-scrollable[b-o2zsgkhemg] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AgentPage.razor.rz.scp.css */
.button-container[b-1xpwgkh5qj] {
    display: flex;
    gap: 10px;
}

.uppercase-input input[b-1xpwgkh5qj] {
    text-transform: uppercase !important;
}

.card[b-1xpwgkh5qj] {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.card-header[b-1xpwgkh5qj] {
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.card-body[b-1xpwgkh5qj] {
    padding: 1.25rem;
}
/* /Pages/CargoDelivery/CargoDeliveryPage.razor.rz.scp.css */
/* Delivery Note Print Styles */
@media print {
    body *[b-f5f4at6vhv] {
        visibility: hidden;
    }
    #deliveryNoteArea[b-f5f4at6vhv], #deliveryNoteArea *[b-f5f4at6vhv] {
        visibility: visible;
    }
    #deliveryNoteArea[b-f5f4at6vhv] {
        position: absolute;
        left: 0;
        top: 0;
        width: 80mm;
    }
}

.delivery-note[b-f5f4at6vhv] {
    width: 80mm;
    margin: 0 auto;
    padding: 5mm;
    background: white;
    font-family: 'Courier New', monospace;
    border: 1px solid #ddd;
}

.delivery-header[b-f5f4at6vhv] {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.delivery-status[b-f5f4at6vhv] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.delivery-info[b-f5f4at6vhv] {
    font-size: 9pt;
    margin-bottom: 10px;
}

.delivery-info-row[b-f5f4at6vhv] {
    margin: 3px 0;
}

.delivery-awb-table[b-f5f4at6vhv] {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 9pt;
}

.delivery-awb-table th[b-f5f4at6vhv] {
    border-bottom: 2px solid #000;
    padding: 3px;
    text-align: left;
}

.delivery-awb-table td[b-f5f4at6vhv] {
    border-bottom: 1px dotted #999;
    padding: 3px;
}

.delivery-footer[b-f5f4at6vhv] {
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 2px solid #000;
    font-size: 8pt;
}
/* /Pages/CargoDelivery/DeliveredCargoPage.razor.rz.scp.css */
/* Delivery Note Print Styles */
@media print {
    body *[b-gz7urh4hek] {
        visibility: hidden;
    }
    #deliveryNoteArea[b-gz7urh4hek], #deliveryNoteArea *[b-gz7urh4hek] {
        visibility: visible;
    }
    #deliveryNoteArea[b-gz7urh4hek] {
        position: absolute;
        left: 0;
        top: 0;
        width: 80mm;
    }
}

.delivery-note[b-gz7urh4hek] {
    width: 80mm;
    margin: 0 auto;
    padding: 5mm;
    background: white;
    font-family: 'Courier New', monospace;
    border: 1px solid #ddd;
}

.delivery-header[b-gz7urh4hek] {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.delivery-status[b-gz7urh4hek] {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.delivery-info[b-gz7urh4hek] {
    font-size: 9pt;
    margin-bottom: 10px;
}

.delivery-info-row[b-gz7urh4hek] {
    margin: 3px 0;
}

.delivery-awb-table[b-gz7urh4hek] {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 9pt;
}

.delivery-awb-table th[b-gz7urh4hek] {
    border-bottom: 2px solid #000;
    padding: 3px;
    text-align: left;
}

.delivery-awb-table td[b-gz7urh4hek] {
    border-bottom: 1px dotted #999;
    padding: 3px;
}

.delivery-footer[b-gz7urh4hek] {
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 2px solid #000;
    font-size: 8pt;
}
/* /Pages/CargoRelease/BarcodeScannerPage.razor.rz.scp.css */
.scanner-container[b-auh19lreuo] {
    max-width: 600px;
    margin: 50px auto;
}

.scan-input[b-auh19lreuo] {
    font-size: 24px;
    text-align: center;
    padding: 15px;
    border: 3px solid #007bff;
    border-radius: 10px;
}

.scan-input:focus[b-auh19lreuo] {
    border-color: #28a745;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.5);
}

.release-details[b-auh19lreuo] {
    margin-top: 30px;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #f8f9fa;
}

.status-badge[b-auh19lreuo] {
    font-size: 18px;
    padding: 10px 20px;
}

.location-badge[b-auh19lreuo] {
    font-size: 16px;
    padding: 8px 15px;
    margin: 5px;
    display: inline-block;
}

.image-gallery[b-auh19lreuo] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.image-thumbnail[b-auh19lreuo] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.image-thumbnail:hover[b-auh19lreuo] {
    border-color: #007bff;
}
/* /Pages/CargoRelease/MovementToExaminationPage.razor.rz.scp.css */
@media print {
    body *[b-kxhq1fp2a5] {
        visibility: hidden;
    }
    #printModalArea[b-kxhq1fp2a5], #printModalArea *[b-kxhq1fp2a5] {
        visibility: visible;
    }
    #printModalArea[b-kxhq1fp2a5] {
        position: absolute;
        left: 0;
        top: 0;
        width: 80mm;
    }
    .no-print-modal[b-kxhq1fp2a5] {
        display: none !important;
    }
    .print-sheet-modal[b-kxhq1fp2a5] {
        width: 80mm;
        padding: 5mm;
        font-family: 'Courier New', monospace;
        font-size: 10pt;
    }
    @page {
        size: 80mm auto;
        margin: 0;
    }
}

.print-sheet-modal[b-kxhq1fp2a5] {
    width: 80mm;
    margin: 0 auto;
    padding: 5mm;
    background: white;
    font-family: 'Courier New', monospace;
    border: 1px solid #ddd;
}

.print-header-modal[b-kxhq1fp2a5] {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.print-header-modal h2[b-kxhq1fp2a5] {
    margin: 0;
    font-size: 14pt;
    font-weight: bold;
}

.print-header-modal h3[b-kxhq1fp2a5] {
    margin: 5px 0 0 0;
    font-size: 12pt;
}

.barcode-section-modal[b-kxhq1fp2a5] {
    text-align: center;
    margin: 10px 0;
    padding: 5px;
    background: #f8f8f8;
}

.info-section-modal[b-kxhq1fp2a5] {
    margin: 10px 0;
    font-size: 9pt;
}

.info-row-modal[b-kxhq1fp2a5] {
    display: flex;
    justify-content: space-between;
    margin: 3px 0;
    border-bottom: 1px dotted #999;
    padding: 2px 0;
}

.info-label-modal[b-kxhq1fp2a5] {
    font-weight: bold;
    width: 40%;
}

.info-value-modal[b-kxhq1fp2a5] {
    width: 60%;
    text-align: right;
}

.locations-section-modal[b-kxhq1fp2a5] {
    margin: 10px 0;
    border: 2px solid #000;
    padding: 5px;
}

.locations-header-modal[b-kxhq1fp2a5] {
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 3px;
    margin-bottom: 5px;
}

.locations-horizontal-modal[b-kxhq1fp2a5] {
    font-size: 11pt;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    line-height: 1.6;
}

.print-footer-modal[b-kxhq1fp2a5] {
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 2px solid #000;
    font-size: 8pt;
}

.signature-line-modal[b-kxhq1fp2a5] {
    margin-top: 15px;
    border-top: 1px solid #000;
    padding-top: 5px;
    text-align: center;
}
/* /Pages/CargoRelease/PrintLocationSheetPage.razor.rz.scp.css */
@media print {
    body[b-rlm4mxi5v5] {
        margin: 0;
        padding: 0;
    }
    .no-print[b-rlm4mxi5v5] {
        display: none !important;
    }
    .print-sheet[b-rlm4mxi5v5] {
        width: 80mm;
        padding: 5mm;
        font-family: 'Courier New', monospace;
        font-size: 10pt;
    }
    @page {
        size: 80mm auto;
        margin: 0;
    }
}

.print-sheet[b-rlm4mxi5v5] {
    width: 80mm;
    margin: 0 auto;
    padding: 5mm;
    background: white;
    font-family: 'Courier New', monospace;
    border: 1px solid #ddd;
}

.print-header[b-rlm4mxi5v5] {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.print-header h2[b-rlm4mxi5v5] {
    margin: 0;
    font-size: 14pt;
    font-weight: bold;
}

.print-header h3[b-rlm4mxi5v5] {
    margin: 5px 0 0 0;
    font-size: 12pt;
}

.barcode-section[b-rlm4mxi5v5] {
    text-align: center;
    margin: 10px 0;
    padding: 5px;
    background: #f8f8f8;
}

.info-section[b-rlm4mxi5v5] {
    margin: 10px 0;
    font-size: 9pt;
}

.info-row[b-rlm4mxi5v5] {
    display: flex;
    justify-content: space-between;
    margin: 3px 0;
    border-bottom: 1px dotted #999;
    padding: 2px 0;
}

.info-label[b-rlm4mxi5v5] {
    font-weight: bold;
    width: 40%;
}

.info-value[b-rlm4mxi5v5] {
    width: 60%;
    text-align: right;
}

.locations-section[b-rlm4mxi5v5] {
    margin: 10px 0;
    border: 2px solid #000;
    padding: 5px;
}

.locations-header[b-rlm4mxi5v5] {
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 3px;
    margin-bottom: 5px;
}

.location-item[b-rlm4mxi5v5] {
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #000;
    text-align: center;
    background: #fff;
}

.locations-horizontal[b-rlm4mxi5v5] {
    font-size: 11pt;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    line-height: 1.6;
}

.print-footer[b-rlm4mxi5v5] {
    text-align: center;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 2px solid #000;
    font-size: 8pt;
}

.signature-line[b-rlm4mxi5v5] {
    margin-top: 15px;
    border-top: 1px solid #000;
    padding-top: 5px;
    text-align: center;
}
/* /Pages/CargoTally/CargoCapturePage.razor.rz.scp.css */
.mobile-optimized[b-8ufawsgstv] {
    max-width: 800px;
    margin: 0 auto;
}

.e-large[b-8ufawsgstv] {
    padding: 16px 24px;
    font-size: 18px;
}

.img-thumbnail[b-8ufawsgstv] {
    max-height: 150px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .container-fluid[b-8ufawsgstv] {
        padding: 12px !important;
    }

    .card-body[b-8ufawsgstv] {
        padding: 16px;
    }
}
/* /Pages/CargoTally/ULDCapturePage.razor.rz.scp.css */
.mobile-optimized[b-o9efhdtsxh] {
    max-width: 800px;
    margin: 0 auto;
}

.e-large[b-o9efhdtsxh] {
    padding: 16px 24px;
    font-size: 18px;
}

.img-thumbnail[b-o9efhdtsxh] {
    max-height: 150px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .container-fluid[b-o9efhdtsxh] {
        padding: 12px !important;
    }

    .card-body[b-o9efhdtsxh] {
        padding: 16px;
    }
}
/* /Pages/ChargeTriggerPage.razor.rz.scp.css */
.button-container[b-3usu4oas1u] {
    display: flex;
    gap: 10px;
}

.uppercase-input input[b-3usu4oas1u] {
    text-transform: uppercase !important;
}

.card[b-3usu4oas1u] {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.card-header[b-3usu4oas1u] {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.card-body[b-3usu4oas1u] {
    padding: 1.25rem;
}
/* /Pages/HolidayPage.razor.rz.scp.css */
.button-container[b-6ur6erxmx6] {
    display: flex;
    gap: 10px;
}

.card[b-6ur6erxmx6] {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.card-header[b-6ur6erxmx6] {
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.card-body[b-6ur6erxmx6] {
    padding: 1.25rem;
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-1xz8xo7ol7] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 200px);
    width: 100%;
}

.logo-container[b-1xz8xo7ol7] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-logo[b-1xz8xo7ol7] {
    max-width: 600px;
    width: 80%;
    height: auto;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .home-logo[b-1xz8xo7ol7] {
        max-width: 400px;
        width: 90%;
    }
}

@media (max-width: 480px) {
    .home-logo[b-1xz8xo7ol7] {
        max-width: 300px;
        width: 95%;
    }
}
/* /Pages/InvoicePaymentDialog.razor.rz.scp.css */
.bg-light[b-6eogty6dci] {
    background-color: #f8f9fa !important;
}
/* /Pages/NatureOfGoodsPage.razor.rz.scp.css */
.button-container[b-gw5tv0bfp7] {
    display: flex;
    gap: 10px;
}
/* /Pages/ProformaDiscountPage.razor.rz.scp.css */
.discount-container[b-cit3b0q8n9] {
    padding: 20px;
}

.steps[b-cit3b0q8n9] {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.step[b-cit3b0q8n9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.step:not(:last-child)[b-cit3b0q8n9]::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 60%;
    width: 80%;
    height: 2px;
    background: #dee2e6;
    z-index: -1;
}

.step.active .step-number[b-cit3b0q8n9] {
    background: #0d6efd;
    color: white;
}

.step.active:not(:last-child)[b-cit3b0q8n9]::after {
    background: #0d6efd;
}

.step-number[b-cit3b0q8n9] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #dee2e6;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.step-label[b-cit3b0q8n9] {
    font-size: 0.875rem;
    text-align: center;
}

.step-content[b-cit3b0q8n9] {
    margin-top: 20px;
}
/* /Pages/Roles.razor.rz.scp.css */
.button-container[b-5tj2jdtxyq] {
    display: flex;
    gap: 10px;
}
