/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-drawer .mud-drawer-content[b-hm31rzfpkd] {
    display: flex;
    flex-direction: column;
}

[b-hm31rzfpkd] .app-main-content {
    background: linear-gradient(180deg, #f8f9fb 0%, #eef1f5 100%);
}

[b-hm31rzfpkd] .app-shell-container {
    padding-left: 0 !important;
}

@media (max-width: 600px) {
    [b-hm31rzfpkd] .app-shell-container {
        padding: 12px !important;
        padding-left: 0 !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.drawer-menu[b-b1uzx0k6gd] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.drawer-language[b-b1uzx0k6gd] {
    margin-top: auto;
    padding: 16px;
}

.drawer-language-label[b-b1uzx0k6gd] {
    display: block;
    margin-bottom: 6px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-ggrbdbeag3] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal[b-ggrbdbeag3]::backdrop {
        background: rgba(10, 16, 28, 0.5);
    }

    #components-reconnect-modal.components-reconnect-show[b-ggrbdbeag3],
    #components-reconnect-modal[open][b-ggrbdbeag3],
    #components-reconnect-modal.components-reconnect-failed[b-ggrbdbeag3],
    #components-reconnect-modal.components-reconnect-repeated-attempt[b-ggrbdbeag3],
    #components-reconnect-modal.components-reconnect-paused[b-ggrbdbeag3],
    #components-reconnect-modal.components-reconnect-resume-failed[b-ggrbdbeag3],
    #components-reconnect-modal.components-pause[b-ggrbdbeag3],
    #components-reconnect-modal.components-resume-failed[b-ggrbdbeag3] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-backdrop[b-ggrbdbeag3] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(90% 60% at 80% 0%, color-mix(in srgb, var(--mud-palette-primary, #594AE2) 12%, transparent), transparent 60%), radial-gradient(80% 55% at 0% 100%, color-mix(in srgb, var(--mud-palette-info, #2196f3) 16%, transparent), transparent 62%), rgba(8, 12, 20, 0.5);
}

.components-reconnect-surface[b-ggrbdbeag3] {
    width: min(480px, 100%);
    border-radius: var(--mud-default-borderradius, 12px);
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default, #e0e0e0) 70%, transparent);
    background: var(--mud-palette-surface, #fff);
    box-shadow: var(--mud-elevation-24, 0 16px 30px rgba(0, 0, 0, 0.28));
    color: var(--mud-palette-text-primary, #1f2937);
    padding: 20px 20px 18px;
}

.components-reconnect-header[b-ggrbdbeag3] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .components-reconnect-header h2[b-ggrbdbeag3] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
    }

.components-reconnect-status-dot[b-ggrbdbeag3] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-warning, #f59e0b);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--mud-palette-warning, #f59e0b) 25%, transparent);
}

.components-reconnect-supporting[b-ggrbdbeag3],
.components-reconnect-message[b-ggrbdbeag3] {
    margin: 0;
    line-height: 1.45;
    font-size: 0.95rem;
}

.components-reconnect-supporting[b-ggrbdbeag3] {
    color: var(--mud-palette-text-secondary, #52607a);
    margin-bottom: 14px;
}

.components-reconnect-message[b-ggrbdbeag3] {
    font-weight: 500;
}

.components-reconnect-danger[b-ggrbdbeag3] {
    color: var(--mud-palette-error, #b00020);
}

.components-reconnect-actions[b-ggrbdbeag3] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.components-reconnect-first-attempt-visible[b-ggrbdbeag3],
.components-reconnect-repeated-attempt-visible[b-ggrbdbeag3],
.components-reconnect-failed-visible[b-ggrbdbeag3],
.components-pause-visible[b-ggrbdbeag3],
.components-resume-failed-visible[b-ggrbdbeag3] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-ggrbdbeag3] {
    display: block;
}

dialog[open].components-reconnect-show .components-rejoin-loader[b-ggrbdbeag3] {
    display: inline-flex;
}

dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-ggrbdbeag3] {
    display: block;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-ggrbdbeag3] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-ggrbdbeag3] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-rejoin-loader[b-ggrbdbeag3] {
    display: inline-flex;
}

dialog[open].components-reconnect-paused .components-pause-visible[b-ggrbdbeag3],
dialog[open].components-pause .components-pause-visible[b-ggrbdbeag3] {
    display: block;
}

dialog[open].components-reconnect-paused #components-resume-button[b-ggrbdbeag3],
dialog[open].components-pause #components-resume-button[b-ggrbdbeag3],
dialog[open].components-reconnect-resume-failed #components-resume-button[b-ggrbdbeag3],
dialog[open].components-resume-failed #components-resume-button[b-ggrbdbeag3] {
    display: block;
}

dialog[open].components-reconnect-resume-failed .components-resume-failed-visible[b-ggrbdbeag3],
dialog[open].components-resume-failed .components-resume-failed-visible[b-ggrbdbeag3] {
    display: block;
}

.components-rejoin-loader[b-ggrbdbeag3] {
    display: none;
    margin-bottom: 10px;
    gap: 8px;
}

    .components-rejoin-loader div[b-ggrbdbeag3] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #594AE2);
        animation: reconnect-pulse-b-ggrbdbeag3 1.2s infinite ease-in-out both;
    }

        .components-rejoin-loader div:nth-child(1)[b-ggrbdbeag3] {
            animation-delay: -0.24s;
        }

        .components-rejoin-loader div:nth-child(2)[b-ggrbdbeag3] {
            animation-delay: -0.12s;
        }

@keyframes reconnect-pulse-b-ggrbdbeag3 {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-ggrbdbeag3],
#components-resume-button[b-ggrbdbeag3] {
    display: none;
    min-width: 92px;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--mud-palette-primary, #594AE2);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    transition: filter 140ms ease, transform 140ms ease;
}

    #components-reconnect-button:hover[b-ggrbdbeag3],
    #components-resume-button:hover[b-ggrbdbeag3] {
        filter: brightness(0.95);
    }

    #components-reconnect-button:active[b-ggrbdbeag3],
    #components-resume-button:active[b-ggrbdbeag3] {
        transform: translateY(1px);
    }

@media (max-width: 600px) {
    .components-reconnect-backdrop[b-ggrbdbeag3] {
        padding: 14px;
    }

    .components-reconnect-surface[b-ggrbdbeag3] {
        padding: 16px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-input[b-i1jfark4v9] {
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: 4px;
    font: inherit;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.login-input:focus[b-i1jfark4v9] {
    border-color: var(--mud-palette-primary);
    outline: 1px solid var(--mud-palette-primary);
}
/* /Components/Pages/VehicleRequests/AddDocumentDialog.razor.rz.scp.css */
.responsive-dialog-actions[b-wevkmn6i7h] {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 420px) {
    .responsive-dialog-actions[b-wevkmn6i7h] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    [b-wevkmn6i7h] .responsive-dialog-actions .mud-button-root {
        width: 100%;
    }
}
/* /Components/Pages/VehicleRequests/AddPaymentDialog.razor.rz.scp.css */
.responsive-dialog-actions[b-11rnxkz8mz] {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 420px) {
    .responsive-dialog-actions[b-11rnxkz8mz] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    [b-11rnxkz8mz] .responsive-dialog-actions .mud-button-root {
        width: 100%;
    }
}
/* /Components/Pages/VehicleRequests/AddRequesterDialog.razor.rz.scp.css */
[b-c53qstpw4y] .requester-dialog-content {
    min-width: 0;
}

[b-c53qstpw4y] .requester-dialog-title {
    line-height: 1.25;
}

[b-c53qstpw4y] .requester-type-options {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

[b-c53qstpw4y] .requester-type-options .mud-radio {
    margin: 0;
}

.requester-dialog-actions[b-c53qstpw4y] {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 420px) {
    [b-c53qstpw4y] .requester-type-options {
        grid-template-columns: 1fr;
    }

    .requester-dialog-actions[b-c53qstpw4y] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    [b-c53qstpw4y] .requester-dialog-actions .mud-button-root {
        width: 100%;
    }
}
/* /Components/Pages/VehicleRequests/Create.razor.rz.scp.css */
.request-editor-page[b-psjtx1qfad] {
    background: #f5f6f8;
    border-radius: 8px;
    margin: -8px;
    padding: 16px;
    padding-bottom: 8px;
}

.request-editor-page[b-psjtx1qfad]  .mud-paper {
    background: #ffffff;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.request-editor-page[b-psjtx1qfad]  .flat-tabs .mud-tabs-panels {
    background: transparent;
}

[b-psjtx1qfad] .field-with-action {
    gap: 8px;
}

.mobile-card-list[b-psjtx1qfad] {
    display: none;
}

.mobile-data-card-main[b-psjtx1qfad] {
    min-width: 0;
}

[b-psjtx1qfad] .flat-tabs .mud-tabs-panels {
    border: 0;
}

[b-psjtx1qfad] .mobile-data-card .mud-typography {
    overflow-wrap: anywhere;
}

[b-psjtx1qfad] .sticky-action-bar {
    bottom: 0;
    position: sticky;
    z-index: 10;
}

@media (max-width: 600px) {
    [b-psjtx1qfad] .page-title {
        font-size: 1.5rem;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    [b-psjtx1qfad] .field-with-action {
        align-items: stretch !important;
    }

    [b-psjtx1qfad] .responsive-table {
        display: none;
    }

    .mobile-card-list[b-psjtx1qfad] {
        display: grid;
        gap: 12px;
    }

    .mobile-card-meta[b-psjtx1qfad] {
        flex-wrap: wrap;
    }

    [b-psjtx1qfad] .sticky-action-bar {
        margin-left: -12px;
        margin-right: -12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    }

    [b-psjtx1qfad] .action-row {
        align-items: stretch !important;
        flex-direction: column-reverse !important;
    }

    [b-psjtx1qfad] .action-row .mud-button-root {
        width: 100%;
    }
}
/* /Components/Pages/VehicleRequests/Details.razor.rz.scp.css */
.request-editor-page[b-uk8yagp4zv] {
    background: #f5f6f8;
    border-radius: 8px;
    margin: -8px;
    padding: 16px;
    padding-bottom: 8px;
}

.request-editor-page[b-uk8yagp4zv]  .mud-paper {
    background: #ffffff;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.request-editor-page[b-uk8yagp4zv]  .flat-tabs .mud-tabs-panels {
    background: transparent;
}

[b-uk8yagp4zv] .page-title {
    overflow-wrap: anywhere;
}

.request-progress-desktop[b-uk8yagp4zv],
[b-uk8yagp4zv] .request-progress-desktop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.request-progress-mobile[b-uk8yagp4zv] {
    display: none;
}

.request-progress-strip[b-uk8yagp4zv] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.request-progress-pill[b-uk8yagp4zv] {
    background: var(--mud-palette-background-grey, #f5f5f5);
    border: 0;
    border-radius: 999px;
    color: var(--mud-palette-text-secondary);
    flex: 0 0 auto;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 8px 10px;
    white-space: nowrap;
}

.request-progress-pill.is-completed[b-uk8yagp4zv] {
    background: var(--mud-palette-success);
    color: white;
}

[b-uk8yagp4zv] .field-with-action {
    gap: 8px;
}

[b-uk8yagp4zv] .section-toolbar {
    gap: 12px;
}

.mobile-card-list[b-uk8yagp4zv] {
    display: none;
}

.mobile-data-card-main[b-uk8yagp4zv] {
    min-width: 0;
}

[b-uk8yagp4zv] .flat-tabs .mud-tabs-panels {
    border: 0;
}

[b-uk8yagp4zv] .mobile-data-card .mud-typography {
    overflow-wrap: anywhere;
}

[b-uk8yagp4zv] .sticky-action-bar {
    bottom: 0;
    position: sticky;
    z-index: 10;
}

[b-uk8yagp4zv] .action-row-primary {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 960px) {
    [b-uk8yagp4zv] .page-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .request-progress-desktop[b-uk8yagp4zv],
    [b-uk8yagp4zv] .request-progress-desktop {
        display: none;
    }

    .request-progress-mobile[b-uk8yagp4zv] {
        display: block;
    }

    [b-uk8yagp4zv] .field-with-action {
        align-items: stretch !important;
    }

    [b-uk8yagp4zv] .section-toolbar {
        align-items: stretch !important;
        flex-direction: column !important;
    }

    [b-uk8yagp4zv] .action-bar-content,
    [b-uk8yagp4zv] .action-row {
        align-items: stretch !important;
        flex-direction: column-reverse !important;
    }

    [b-uk8yagp4zv] .section-toolbar .mud-button-root,
    [b-uk8yagp4zv] .action-bar-content .mud-button-root,
    [b-uk8yagp4zv] .action-row .mud-button-root {
        width: 100%;
    }

    [b-uk8yagp4zv] .responsive-table {
        display: none;
    }

    .mobile-card-list[b-uk8yagp4zv] {
        display: grid;
        gap: 12px;
    }

    .mobile-card-meta[b-uk8yagp4zv] {
        flex-wrap: wrap;
    }

    [b-uk8yagp4zv] .sticky-action-bar {
        margin-left: -12px;
        margin-right: -12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    }
}
/* /Components/Pages/VehicleRequests/List.razor.rz.scp.css */
[b-18by8jghff] .requests-page {
    gap: 12px;
}

.requests-table-panel[b-18by8jghff] {
    display: block;
}

.requests-mobile-list[b-18by8jghff] {
    display: none;
}

@media (max-width: 960px) {
    [b-18by8jghff] .requests-page-header {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    [b-18by8jghff] .page-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    [b-18by8jghff] .requests-toolbar {
        align-items: stretch !important;
    }

    [b-18by8jghff] .requests-toolbar .mud-button-root {
        width: 100%;
    }

    [b-18by8jghff] .new-request-button {
        min-height: 40px;
    }

    .requests-table-panel[b-18by8jghff] {
        display: none;
    }

    .requests-mobile-list[b-18by8jghff] {
        background: var(--mud-palette-surface);
        border: 1px solid var(--mud-palette-lines-default);
        border-radius: 8px;
        display: block;
        overflow: hidden;
    }

    .request-mobile-row[b-18by8jghff] {
        align-items: center;
        background: transparent;
        border: 0;
        border-bottom: 1px solid var(--mud-palette-lines-default);
        color: inherit;
        cursor: pointer;
        display: flex;
        font: inherit;
        gap: 12px;
        min-height: 76px;
        padding: 10px 12px;
        text-align: left;
        width: 100%;
    }

    .request-mobile-row:last-child[b-18by8jghff] {
        border-bottom: 0;
    }

    .request-mobile-row:active[b-18by8jghff] {
        background: var(--mud-palette-action-default-hover);
    }

    .request-mobile-main[b-18by8jghff] {
        display: grid;
        flex: 1 1 auto;
        gap: 2px;
        min-width: 0;
    }

    .request-mobile-title[b-18by8jghff] {
        color: var(--mud-palette-text-primary);
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .request-mobile-subtitle[b-18by8jghff] {
        color: var(--mud-palette-text-secondary);
        font-size: 0.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .request-mobile-date[b-18by8jghff] {
        color: var(--mud-palette-text-secondary);
        font-size: 0.75rem;
    }

    .request-mobile-side[b-18by8jghff] {
        align-items: flex-end;
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 420px) {
    .request-mobile-row[b-18by8jghff] {
        gap: 8px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
