/* _content/NetCabManager.Dashboard/Components/Account/Pages/Login.razor.rz.scp.css */
@font-face {
    font-family: "LoginQuicksand";
    src: url("/fonts/Quicksand-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "LoginQuicksand";
    src: url("/fonts/Quicksand-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "LoginQuicksand";
    src: url("/fonts/Quicksand-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "LoginQuicksand";
    src: url("/fonts/Quicksand-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

.login-shell[b-wlpre8yjhf] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
    background: #ffffff;
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
}

.login-shell[b-wlpre8yjhf],
.login-shell *[b-wlpre8yjhf] {
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
}

.login-frame[b-wlpre8yjhf] {
    width: min(1140px, calc(100vw - 96px));
    min-height: 620px;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    background: #ffffff;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.login-panel[b-wlpre8yjhf] {
    min-width: 0;
}

.login-panel-form[b-wlpre8yjhf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 32px 20px;
    position: relative;
    background: #ffffff;
}

.login-form-wrap[b-wlpre8yjhf] {
    width: min(640px, 100%);
    margin: 0 auto;
    padding-top: 4px;
}

.login-info-card[b-wlpre8yjhf] {
    margin-bottom: 28px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    width: 78%;
    margin-inline: auto;
    text-align: center;
}

.login-title[b-wlpre8yjhf] {
    font-weight: 500;
    letter-spacing: -0.02em;
    color: rgba(17, 24, 39, 0.92);
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
    font-size: 2.2rem;
}

.login-subtitle[b-wlpre8yjhf] {
    color: rgba(17, 24, 39, 0.62);
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
    font-size: 1rem;
}

.login-field[b-wlpre8yjhf] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 78%;
    margin-inline: auto;
}

.login-field-label[b-wlpre8yjhf] {
    font-size: 1.02rem;
    font-weight: 500;
    color: rgba(17, 24, 39, 0.72);
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
}

.login-native-input[b-wlpre8yjhf] {
    width: 100%;
    height: 60px;
    padding: 0 18px;
    border: 0;
    outline: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05), inset 0 0 0 1px rgba(233, 223, 196, 0.4);
    color: rgba(17, 24, 39, 0.92);
    font-size: 0.98rem !important;
    font-weight: 400;
    line-height: 60px;
    box-sizing: border-box;
    font-family: "LoginQuicksand", "Quicksand", sans-serif !important;
}

.login-password-plain-input[b-wlpre8yjhf] {
    font-size: 0.98rem !important;
    font-weight: 400;
    line-height: 60px;
    font-family: "LoginQuicksand", "Quicksand", sans-serif !important;
}

.login-password-shell[b-wlpre8yjhf] {
    position: relative;
    width: 100%;
}

.login-password-native[b-wlpre8yjhf] {
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05), inset 0 0 0 1px rgba(233, 223, 196, 0.4) !important;
}

.login-password-toggle[b-wlpre8yjhf] {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: rgba(45, 34, 25, 0.68);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 120ms ease, color 120ms ease, opacity 120ms ease;
    opacity: 0.88;
}

.login-password-toggle:hover[b-wlpre8yjhf] {
    color: rgba(45, 34, 25, 0.88);
    opacity: 1;
}

.login-password-toggle:active[b-wlpre8yjhf] {
    transform: translateY(-50%) scale(0.98);
}

.login-password-icon[b-wlpre8yjhf] {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.55;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.login-password-icon-hidden[b-wlpre8yjhf] {
    display: none;
}

.login-native-input:focus[b-wlpre8yjhf] {
    box-shadow: inset 0 0 0 2px rgba(98, 84, 223, 0.24);
    font-size: 0.98rem !important;
}

.login-native-input[b-wlpre8yjhf]::placeholder {
    color: rgba(17, 24, 39, 0.42);
}

.login-password-plain-input:focus[b-wlpre8yjhf],
.login-password-plain-input:active[b-wlpre8yjhf] {
    font-size: 0.98rem !important;
}

.login-native-input:-webkit-autofill[b-wlpre8yjhf],
.login-native-input:-webkit-autofill:hover[b-wlpre8yjhf],
.login-native-input:-webkit-autofill:focus[b-wlpre8yjhf],
.login-password-plain-input:-webkit-autofill[b-wlpre8yjhf],
.login-password-plain-input:-webkit-autofill:hover[b-wlpre8yjhf],
.login-password-plain-input:-webkit-autofill:focus[b-wlpre8yjhf] {
    -webkit-text-fill-color: rgba(17, 24, 39, 0.92);
    font-size: 0.98rem !important;
    transition: background-color 9999s ease-out 0s;
    font-family: "LoginQuicksand", "Quicksand", sans-serif !important;
}

.login-validation[b-wlpre8yjhf] {
    font-size: 0.82rem;
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
}

.login-submit[b-wlpre8yjhf] {
    display: block;
    height: 56px;
    border-radius: 999px !important;
    font-weight: 700;
    font-size: 1rem;
    text-transform: none;
    box-shadow: 0 12px 30px rgba(255, 208, 84, 0.38);
    font-family: "Quicksand", sans-serif;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
}

.login-submit *[b-wlpre8yjhf] {
    border-radius: 999px !important;
}

.login-remember-row[b-wlpre8yjhf] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 78%;
    margin: 0;
    margin-inline: auto;
    color: rgba(17, 24, 39, 0.72);
    font-size: 0.98rem;
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
    cursor: pointer;
    line-height: 1.2;
}

.login-remember-checkbox[b-wlpre8yjhf] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #ff9f0a;
    flex: 0 0 auto;
    transform: translateY(-1px);
}

.login-remember-text[b-wlpre8yjhf] {
    font-family: "LoginQuicksand", "Quicksand", sans-serif;
    line-height: 1.2;
    font-size: 0.98rem;
}

.login-panel-visual[b-wlpre8yjhf] {
    padding: 14px 14px 14px 0;
    background: #ffffff;
}

.login-visual-surface[b-wlpre8yjhf] {
    position: relative;
    height: 100%;
    min-height: 540px;
    border-radius: 28px;
    overflow: hidden;
    background: #dfe8ee;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.login-visual-surface[b-wlpre8yjhf]::before,
.login-visual-surface[b-wlpre8yjhf]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.login-visual-surface[b-wlpre8yjhf]::before {
    background: url("/login-netcab-city.png") center / cover no-repeat;
    opacity: 0.22;
    transform: scale(1.04);
    filter: blur(0.5px);
}

.login-visual-surface[b-wlpre8yjhf]::after {
    background: url("/login-netcab-city.png") center / 106% auto no-repeat;
}

.login-visual-surface--tenant[b-wlpre8yjhf]::before,
.login-visual-surface--tenant[b-wlpre8yjhf]::after {
    display: none;
}

.login-visual-copy[b-wlpre8yjhf] {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 44px;
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 6px 18px rgba(15, 23, 42, 0.28);
}

.login-visual-title[b-wlpre8yjhf] {
    font-weight: 700;
    margin-bottom: 10px;
}

.login-visual-text[b-wlpre8yjhf] {
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.84);
    font-family: "Quicksand", sans-serif;
}

@media (max-width: 1100px) {
    .login-frame[b-wlpre8yjhf] {
        grid-template-columns: 1fr;
        width: min(920px, calc(100vw - 48px));
        min-height: auto;
    }

    .login-panel-visual[b-wlpre8yjhf] {
        padding: 0 24px 24px;
    }

    .login-visual-surface[b-wlpre8yjhf] {
        min-height: 420px;
        background-position: center;
    }
}

@media (max-width: 720px) {
    .login-shell[b-wlpre8yjhf] {
        min-height: calc(100vh - 56px);
        padding: 16px;
    }

    .login-frame[b-wlpre8yjhf] {
        width: 100%;
        border-radius: 24px;
    }

    .login-panel-form[b-wlpre8yjhf] {
        padding: 22px 20px 22px;
    }

    .login-form-wrap[b-wlpre8yjhf] {
        width: 100%;
    }

    .login-footer[b-wlpre8yjhf] {
        flex-direction: column;
        align-items: flex-start;
    }

    .login-panel-visual[b-wlpre8yjhf] {
        display: none;
    }
}

/* _content/NetCabManager.Dashboard/Components/Account/Pages/Targets/TargetHistoryDetail.razor.rz.scp.css */
.ride-history-detail-shell[b-der6u5y6e4] {
        --ride-detail-accent: var(--primary-color, #0093CD);
        --ride-detail-accent-soft: color-mix(in srgb, var(--ride-detail-accent) 28%, white);
        --ride-detail-accent-muted: color-mix(in srgb, var(--ride-detail-accent) 12%, white);
        background: #ffffff;
        min-height: 560px;
        color: #111111;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    :global(.mud-dialog-content:has(.ride-history-detail-shell))[b-der6u5y6e4] {
        padding: 0;
        overflow: auto;
        max-height: calc(100vh - 48px);
    }

    :global(.mud-dialog:has(.ride-history-detail-shell))[b-der6u5y6e4] {
        width: min(1240px, calc(100vw - 40px));
        max-width: min(1240px, calc(100vw - 40px));
        max-height: calc(100vh - 48px);
        overflow: hidden;
    }

    .ride-history-detail-close[b-der6u5y6e4] {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 4;
        color: #5f5f5f;
    }

    .ride-history-detail-header-row[b-der6u5y6e4] {
        display: flex;
        align-items: center;
        gap: 18px;
        min-width: 0;
        justify-content: flex-start;
    }

    .ride-history-detail-id-pill[b-der6u5y6e4] {
        position: static;
        z-index: 3;
        min-width: 104px;
        height: 34px;
        padding: 0 18px;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: var(--ride-detail-accent);
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
    }

    .ride-history-detail-tabs[b-der6u5y6e4] {
        padding: 12px 24px 20px;
    }

    .ride-history-detail-tabbar[b-der6u5y6e4] {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 32px;
        flex: 1 1 auto;
        min-width: 0;
        border: 0;
    }

    .ride-history-detail-tab-button[b-der6u5y6e4] {
        width: 82px;
        height: 32px;
        padding: 0 18px;
        border: 0;
        border-radius: 16px;
        background: #5f5f5f;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        appearance: none;
        box-shadow: none;
    }

    .ride-history-detail-tab-button:nth-child(2)[b-der6u5y6e4] {
        width: 82px;
    }

    .ride-history-detail-tab-button:nth-child(3)[b-der6u5y6e4] {
        width: 82px;
    }

    .ride-history-detail-tab-button.is-active[b-der6u5y6e4] {
        background: var(--ride-detail-accent);
        color: #ffffff;
    }

    .ride-history-detail-tab-panel[b-der6u5y6e4] {
        margin-top: 10px;
    }

    .ride-history-detail-tab-panel.is-hidden[b-der6u5y6e4] {
        display: none;
    }

    .ride-history-overview-grid[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: minmax(460px, 1.06fr) minmax(420px, 0.94fr);
        gap: 22px;
        align-items: stretch;
    }

    .ride-history-detail-card[b-der6u5y6e4] {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
    }

    .ride-history-detail-section[b-der6u5y6e4] {
        padding: 0;
    }

    .ride-history-detail-section + .ride-history-detail-section[b-der6u5y6e4] {
        border-top: 0;
        margin-top: 10px;
    }

    .ride-history-detail-section-title[b-der6u5y6e4] {
        display: none;
    }

    .ride-history-detail-fields[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px 14px;
        align-items: start;
    }

    .ride-history-detail-fields--two[b-der6u5y6e4] {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    }

    .ride-history-detail-fields--money[b-der6u5y6e4] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-top: 0;
        border-top: 0;
        gap: 8px 16px;
    }

    :global(.ride-history-detail-field)[b-der6u5y6e4] {
        min-width: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    :global(.ride-history-detail-field--wide)[b-der6u5y6e4] {
        grid-column: 1 / -1;
    }

    :global(.ride-history-detail-field--money) :global(.ride-history-detail-value)[b-der6u5y6e4] {
        background: var(--ride-detail-accent-soft);
        border-color: var(--ride-detail-accent);
        color: #111111;
        text-align: center;
        font-weight: 700;
        min-height: 22px;
        padding: 3px 10px;
        border-width: 1px;
        border-style: solid;
        border-radius: 6px;
    }

    :global(.ride-history-detail-label)[b-der6u5y6e4] {
        font-size: 11px;
        line-height: 1.2;
        color: #111111;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
        margin-bottom: 3px;
    }

    :global(.ride-history-detail-value)[b-der6u5y6e4] {
        min-height: 22px;
        padding: 4px 10px;
        border: 1px solid #cfcfcf;
        border-radius: 6px;
        background: #ffffff;
        color: #111111;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-field {
        min-width: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-field--wide {
        grid-column: 1 / -1;
    }

    .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-label {
        font-size: 11px;
        line-height: 1.2;
        color: #111111;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
        margin-bottom: 3px;
    }

    .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-value {
        min-height: 22px;
        padding: 4px 10px;
        border: 1px solid #cfcfcf;
        border-radius: 6px;
        background: #ffffff;
        color: #111111;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

    .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-field--money .ride-history-detail-value {
        background: var(--ride-detail-accent-soft);
        border-color: var(--ride-detail-accent);
        color: #111111;
        text-align: center;
        font-weight: 700;
        min-height: 22px;
        padding: 3px 10px;
        border-width: 1px;
        border-style: solid;
        border-radius: 6px;
    }

    .ride-history-detail-map-card[b-der6u5y6e4] {
        min-height: 520px;
        position: relative;
        border-radius: 22px;
        overflow: hidden;
        background: #dbeff7;
    }

    .ride-history-detail-map[b-der6u5y6e4] {
        height: 100%;
        min-height: 520px;
        background: #dbeff7;
    }

    .ride-history-detail-map-empty[b-der6u5y6e4] {
        height: 100%;
        min-height: 520px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #7b8493;
        font-weight: 700;
        text-align: center;
        padding: 24px;
    }

    :global(.gm-style .gm-style-iw-c)[b-der6u5y6e4] {
        padding: 8px 16px 14px 16px !important;
    }

    :global(.gm-style .gm-style-iw-chr)[b-der6u5y6e4] {
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: 0 !important;
        height: 0 !important;
    }

    :global(.gm-style .gm-style-iw)[b-der6u5y6e4],
    :global(.gm-style .gm-style-iw-d)[b-der6u5y6e4] {
        padding: 0 !important;
        margin: 0 !important;
        max-width: none !important;
        max-height: none !important;
        overflow: hidden !important;
    }

    :global(.gm-style .gm-style-iw-d > div)[b-der6u5y6e4] {
        margin: 0 !important;
        padding: 0 !important;
    }

    :global(.gm-style .gm-ui-hover-effect)[b-der6u5y6e4] {
        display: none !important;
    }

    .ride-history-detail-options[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 5px 12px;
        margin-top: 8px;
        margin-bottom: 4px;
        padding: 6px 0 3px;
        border-top: 2px solid color-mix(in srgb, var(--ride-detail-accent) 54%, white);
        border-bottom: 0;
    }

    .ride-history-detail-categories[b-der6u5y6e4] {
        margin-top: 8px;
        margin-bottom: 4px;
        padding: 8px 0 5px;
        border-top: 0;
        border-bottom: 2px solid color-mix(in srgb, var(--ride-detail-accent) 54%, white);
    }

    .ride-history-detail-categories + .ride-history-detail-section[b-der6u5y6e4] {
        margin-top: 4px;
    }

    .ride-history-detail-categories-header[b-der6u5y6e4] {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        margin-bottom: 4px;
    }

    .ride-history-detail-category-toggle[b-der6u5y6e4] {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 3px;
        border: 1px solid #d3dae3;
        border-radius: 10px;
        background: #ffffff;
    }

    .ride-history-detail-category-toggle-button[b-der6u5y6e4] {
        min-width: 96px;
        height: 28px;
        padding: 0 12px;
        border: 1px solid transparent;
        border-radius: 8px;
        background: #ffffff;
        color: #6b7280;
        font-size: 12px;
        font-weight: 800;
        cursor: pointer;
    }

    .ride-history-detail-category-toggle-button.is-active[b-der6u5y6e4] {
        border-color: var(--ride-detail-accent);
        color: var(--ride-detail-accent);
        background: color-mix(in srgb, var(--ride-detail-accent) 10%, white);
    }

    :global(.ride-history-detail-option)[b-der6u5y6e4] {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
        color: #111111;
        font-size: 12px;
        line-height: 1.1;
    }

    :global(input.ride-history-detail-option-box)[b-der6u5y6e4] {
        appearance: none;
        -webkit-appearance: none;
        display: inline-block;
        width: 13px;
        height: 13px;
        flex: 0 0 13px;
        border: 1px solid #9b9b9b;
        border-radius: 2px;
        background: #ffffff;
        position: relative;
        margin: 0;
        margin-right: 8px;
        pointer-events: none;
        cursor: default;
    }

    .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-option {
        display: inline-flex;
        align-items: center;
        gap: 0;
        min-width: 0;
        color: #111111;
        font-size: 12px;
        line-height: 1.1;
    }

    .ride-history-detail-shell[b-der6u5y6e4]  input.ride-history-detail-option-box {
        margin-right: 8px;
    }

    :global(input.ride-history-detail-option-box:checked)[b-der6u5y6e4]::after {
        content: "";
        position: absolute;
        left: 3px;
        top: 0;
        width: 5px;
        height: 9px;
        border: solid var(--ride-detail-accent);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    :global(input.ride-history-detail-option-box:checked)[b-der6u5y6e4] {
        background: #ffffff;
        border-color: var(--ride-detail-accent);
    }

    .ride-history-customer-grid[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: minmax(330px, 0.98fr) minmax(330px, 0.9fr);
        gap: 16px;
        align-items: stretch;
    }

    .ride-history-customer-fields[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px 20px;
        align-items: end;
    }

    .ride-history-customer-stats[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 10px 12px;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 2px solid color-mix(in srgb, var(--ride-detail-accent) 54%, white);
    }

    .ride-history-customer-stat[b-der6u5y6e4] {
        min-height: 50px;
        padding: 9px 12px;
        border: 1px solid #d6d6d6;
        border-radius: 8px;
        background: #ffffff;
    }

    .ride-history-customer-stat-value[b-der6u5y6e4] {
        color: #111111;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
    }

    .ride-history-customer-stat-value--success[b-der6u5y6e4] {
        color: #12a150;
    }

    .ride-history-customer-stat-value--warning[b-der6u5y6e4] {
        color: #0f98d0;
    }

    .ride-history-customer-stat-value--danger[b-der6u5y6e4] {
        color: #e21f26;
    }

    .ride-history-customer-stat-label[b-der6u5y6e4] {
        margin-top: 4px;
        color: #111111;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.15;
    }

    .ride-history-customer-loading[b-der6u5y6e4] {
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5f6878;
        font-size: 12px;
        font-weight: 700;
    }

    .ride-history-dispatch-grid[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: minmax(380px, 0.95fr) minmax(420px, 1.05fr);
        gap: 20px;
        align-items: stretch;
    }

    .ride-history-dispatch-card[b-der6u5y6e4] {
        background: #ffffff;
        border: 1px solid #e2e7ef;
        border-radius: 18px;
        box-shadow: 0 10px 28px rgba(20, 29, 45, 0.06);
        overflow: hidden;
    }

    .ride-history-dispatch-panel[b-der6u5y6e4] {
        padding: 16px;
    }

    .ride-history-dispatch-section-title[b-der6u5y6e4] {
        font-size: 15px;
        font-weight: 900;
        margin-bottom: 10px;
        color: #20242c;
    }

    .ride-history-dispatch-summary[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 14px;
    }

    .ride-history-dispatch-pill[b-der6u5y6e4] {
        padding: 10px 12px;
        border-radius: 14px;
        background: #f6f9fc;
        border: 1px solid #e5eaf1;
    }

    .ride-history-dispatch-pill-label[b-der6u5y6e4] {
        color: #7b8493;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .06em;
        font-weight: 800;
    }

    .ride-history-dispatch-pill-value[b-der6u5y6e4] {
        color: #20242c;
        font-size: 16px;
        font-weight: 900;
        margin-top: 4px;
    }

    .ride-history-dispatch-table-wrap[b-der6u5y6e4] {
        max-height: 206px;
        overflow: auto;
        border: 1px solid #e5eaf1;
        border-radius: 14px;
    }

    .ride-history-dispatch-table[b-der6u5y6e4] {
        width: 100%;
        border-collapse: collapse;
        font-size: 13px;
    }

    .ride-history-dispatch-table th[b-der6u5y6e4],
    .ride-history-dispatch-table td[b-der6u5y6e4] {
        padding: 9px 10px;
        border-bottom: 1px solid #e5eaf1;
        text-align: left;
        white-space: nowrap;
    }

    .ride-history-dispatch-table th[b-der6u5y6e4] {
        background: #f6f9fc;
        color: #20242c;
        font-weight: 900;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .ride-history-dispatch-table tr[b-der6u5y6e4] {
        cursor: pointer;
    }

    .ride-history-dispatch-table tr.is-selected[b-der6u5y6e4] {
        background: var(--ride-detail-accent-muted);
    }

    .ride-history-auction-legend[b-der6u5y6e4] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
        color: #5f6878;
        font-size: 11px;
        font-weight: 700;
    }

    .ride-history-legend-dot[b-der6u5y6e4] {
        width: 9px;
        height: 9px;
        border-radius: 999px;
        display: inline-block;
        margin-right: 5px;
    }

    .ride-history-dispatch-map-card[b-der6u5y6e4] {
        min-height: 520px;
        position: relative;
    }

    .ride-history-dispatch-map[b-der6u5y6e4] {
        height: 100%;
        min-height: 520px;
        background: #dbeff7;
    }

    .ride-history-dispatch-map-legend[b-der6u5y6e4] {
        position: absolute;
        left: 16px;
        bottom: 16px;
        z-index: 2;
        display: grid;
        grid-template-columns: repeat(2, minmax(230px, auto));
        gap: 12px 22px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid #dbe3ee;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
        color: #111827;
        font-size: 14px;
        font-weight: 900;
        pointer-events: none;
    }

    .ride-history-dispatch-map-legend-item[b-der6u5y6e4] {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        gap: 8px;
        min-width: 0;
        min-height: 42px;
        line-height: 1.15;
    }

    .ride-history-dispatch-map-legend-item > span:first-child[b-der6u5y6e4] {
        justify-self: center;
        align-self: center;
    }

    .ride-history-dispatch-pin-sample[b-der6u5y6e4] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 36px;
    }

    .ride-history-dispatch-pin-sample.is-large[b-der6u5y6e4] {
        width: 34px;
        height: 42px;
    }

    .ride-history-dispatch-pin-sample svg[b-der6u5y6e4] {
        display: block;
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .ride-history-dispatch-pin-sample path[b-der6u5y6e4] {
        fill: var(--pin-color);
        stroke: #050505;
        stroke-width: 4;
        stroke-linejoin: round;
    }

    .ride-history-dispatch-stand-sample[b-der6u5y6e4] {
        width: 26px;
        height: 32px;
        position: relative;
    }

    .ride-history-dispatch-stand-sample[b-der6u5y6e4]::before {
        content: "";
        position: absolute;
        top: 1px;
        left: 4px;
        width: 18px;
        height: 18px;
        border-radius: 5px;
        background: #050505;
    }

    .ride-history-dispatch-stand-sample[b-der6u5y6e4]::after {
        content: "";
        position: absolute;
        top: 18px;
        left: 11px;
        width: 4px;
        height: 13px;
        border-radius: 2px;
        background: #050505;
    }

    .ride-history-dispatch-selected-card[b-der6u5y6e4] {
        position: absolute;
        right: 18px;
        bottom: 18px;
        z-index: 2;
        min-width: 180px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid #dbe3ee;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
        padding: 14px;
        color: #20242c;
    }

    .ride-history-dispatch-selected-card--mobile[b-der6u5y6e4] {
        display: none;
    }

    .ride-history-dispatch-selected-title[b-der6u5y6e4] {
        font-size: 13px;
        font-weight: 900;
        color: var(--ride-detail-accent);
        margin-bottom: 8px;
    }

    .ride-history-dispatch-selected-row[b-der6u5y6e4] {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        font-size: 13px;
        line-height: 1.4;
    }

    .ride-history-dispatch-selected-row span:first-child[b-der6u5y6e4] {
        color: #7b8493;
        font-weight: 800;
    }

    .ride-history-dispatch-selected-row span:last-child[b-der6u5y6e4] {
        font-weight: 900;
        text-align: right;
    }

    .ride-history-dispatch-empty[b-der6u5y6e4] {
        padding: 22px;
        border: 1px dashed #cbd5e1;
        border-radius: 16px;
        color: #6b7280;
        text-align: center;
        font-weight: 700;
        background: #fbfcfe;
    }

    .ride-history-placeholder-tab[b-der6u5y6e4] {
        padding: 26px;
        background: #ffffff;
        border: 1px solid #e2e7ef;
        border-radius: 18px;
        color: #6b7280;
        font-weight: 700;
    }

    :global(body.mud-theme-dark .ride-history-detail-shell)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-shell)[b-der6u5y6e4] {
        background: #ffffff;
        color: #111111;
    }

    :global(body.mud-theme-dark .ride-history-detail-header)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-detail-card)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-dispatch-card)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-placeholder-tab)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-header)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-card)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-dispatch-card)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-placeholder-tab)[b-der6u5y6e4] {
        background: #222837;
        border-color: #343c50;
    }

    :global(body.mud-theme-dark .ride-history-dispatch-pill)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-dispatch-empty)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-dispatch-pill)[b-der6u5y6e4] {
        background: #1b202d;
        border-color: #343c50;
    }

    :global(body.mud-theme-dark .ride-history-detail-title)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-detail-section-title)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-dispatch-section-title)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-dispatch-pill-value)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-detail-value)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-title)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-section-title)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-dispatch-section-title)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-dispatch-pill-value)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-value)[b-der6u5y6e4] {
        color: #f3f6fd;
    }

    :global(body.mud-theme-dark .ride-history-detail-value)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-value)[b-der6u5y6e4] {
        background: #1b202d;
        border-color: #343c50;
    }

    :global(body.mud-theme-dark .ride-history-detail-field--money .ride-history-detail-value)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-field--money .ride-history-detail-value)[b-der6u5y6e4] {
        background: var(--ride-detail-accent-soft);
        border-color: var(--ride-detail-accent);
        color: #111111;
    }

    :global(body.mud-theme-dark) .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-value,
    :global(.mud-theme-dark) .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-value {
        background: #1b202d;
        border-color: #343c50;
        color: #f3f6fd;
    }

    :global(body.mud-theme-dark) .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-field--money .ride-history-detail-value,
    :global(.mud-theme-dark) .ride-history-detail-shell[b-der6u5y6e4]  .ride-history-detail-field--money .ride-history-detail-value {
        background: var(--ride-detail-accent-soft);
        border-color: var(--ride-detail-accent);
        color: #111111;
    }

    :global(body.mud-theme-dark .ride-history-detail-subtitle)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-detail-label)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-dispatch-pill-label)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-auction-legend)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-placeholder-tab)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-subtitle)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-detail-label)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-dispatch-pill-label)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-auction-legend)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-placeholder-tab)[b-der6u5y6e4] {
        color: #b8c1d4;
    }

    :global(body.mud-theme-dark .ride-history-dispatch-table-wrap)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-dispatch-table th)[b-der6u5y6e4],
    :global(body.mud-theme-dark .ride-history-dispatch-table td)[b-der6u5y6e4] {
        border-color: #343c50;
    }

    :global(body.mud-theme-dark .ride-history-dispatch-table th)[b-der6u5y6e4] {
        background: #1b202d;
        color: #f3f6fd;
    }

    :global(body.mud-theme-dark .ride-history-dispatch-table tr.is-selected)[b-der6u5y6e4] {
        background: color-mix(in srgb, var(--ride-detail-accent) 24%, transparent);
    }

    :global(body.mud-theme-dark .ride-history-dispatch-map-legend)[b-der6u5y6e4],
    :global(.mud-theme-dark .ride-history-dispatch-map-legend)[b-der6u5y6e4] {
        background: rgba(28, 34, 48, 0.94);
        border-color: #334155;
        color: #e8edf7;
    }

    @@media (max-width: 980px) {
        :global(.mud-dialog:has(.ride-history-detail-shell))[b-der6u5y6e4] {
            width: min(960px, calc(100vw - 24px));
            max-width: min(960px, calc(100vw - 24px));
            max-height: calc(100vh - 28px);
        }

        :global(.mud-dialog-content:has(.ride-history-detail-shell))[b-der6u5y6e4] {
            max-height: calc(100vh - 28px);
        }

        .ride-history-detail-shell[b-der6u5y6e4] {
            min-height: auto;
        }

        .ride-history-detail-tabs[b-der6u5y6e4] {
            padding: 12px 16px 16px;
        }

        .ride-history-overview-grid[b-der6u5y6e4],
        .ride-history-customer-grid[b-der6u5y6e4] {
            grid-template-columns: 1fr;
        }

        .ride-history-dispatch-grid[b-der6u5y6e4] {
            grid-template-columns: 1fr;
        }

        .ride-history-dispatch-summary[b-der6u5y6e4] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .ride-history-detail-fields[b-der6u5y6e4] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .ride-history-detail-fields--two[b-der6u5y6e4],
        .ride-history-detail-fields--money[b-der6u5y6e4],
        .ride-history-detail-options[b-der6u5y6e4],
        .ride-history-customer-fields[b-der6u5y6e4] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .ride-history-detail-header-row[b-der6u5y6e4] {
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .ride-history-detail-id-pill[b-der6u5y6e4] {
            margin: 0;
        }

        .ride-history-detail-tabbar[b-der6u5y6e4] {
            gap: 8px;
            flex-wrap: wrap;
        }

        .ride-history-detail-tab-button[b-der6u5y6e4],
        .ride-history-detail-tab-button:nth-child(2)[b-der6u5y6e4],
        .ride-history-detail-tab-button:nth-child(3)[b-der6u5y6e4] {
            width: auto;
            min-width: 78px;
        }

        .ride-history-detail-map[b-der6u5y6e4],
        .ride-history-detail-map-empty[b-der6u5y6e4],
        .ride-history-detail-map-card[b-der6u5y6e4],
        .ride-history-dispatch-map[b-der6u5y6e4],
        .ride-history-dispatch-map-card[b-der6u5y6e4] {
            min-height: 380px;
        }

        .ride-history-customer-fields[b-der6u5y6e4] {
            grid-template-columns: 1fr;
        }

        .ride-history-customer-stats[b-der6u5y6e4] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .ride-history-dispatch-map-legend[b-der6u5y6e4] {
            grid-template-columns: 1fr;
            left: 12px;
            right: 12px;
            bottom: 12px;
        }
    }

    @@media (max-width: 600px) {
        :global(.mud-dialog:has(.ride-history-detail-shell))[b-der6u5y6e4] {
            width: calc(100vw - 12px);
            max-width: calc(100vw - 12px);
            max-height: calc(100vh - 12px);
            margin: 6px;
        }

        :global(.mud-dialog-content:has(.ride-history-detail-shell))[b-der6u5y6e4] {
            max-height: calc(100vh - 12px);
            -webkit-overflow-scrolling: touch;
        }

        .ride-history-detail-tabs[b-der6u5y6e4] {
            padding: 12px;
        }

        .ride-history-detail-close[b-der6u5y6e4] {
            top: 6px;
            right: 6px;
        }

        .ride-history-detail-header-row[b-der6u5y6e4] {
            justify-content: flex-start;
        }

        .ride-history-detail-id-pill[b-der6u5y6e4] {
            width: 88px;
            height: 30px;
            min-width: 88px;
            margin: 0;
        }

        .ride-history-detail-tabbar[b-der6u5y6e4] {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
            gap: 8px;
            width: 100%;
        }

        .ride-history-detail-tab-button[b-der6u5y6e4],
        .ride-history-detail-tab-button:nth-child(2)[b-der6u5y6e4],
        .ride-history-detail-tab-button:nth-child(3)[b-der6u5y6e4] {
            width: 100%;
            min-width: 0;
            padding: 0 10px;
        }

        .ride-history-detail-fields[b-der6u5y6e4],
        .ride-history-detail-fields--two[b-der6u5y6e4],
        .ride-history-detail-fields--money[b-der6u5y6e4],
        .ride-history-detail-options[b-der6u5y6e4],
        .ride-history-customer-fields[b-der6u5y6e4],
        .ride-history-customer-stats[b-der6u5y6e4],
        .ride-history-dispatch-summary[b-der6u5y6e4] {
            grid-template-columns: 1fr;
        }

        .ride-history-detail-categories-header[b-der6u5y6e4] {
            align-items: flex-start;
        }

        .ride-history-detail-category-toggle[b-der6u5y6e4] {
            width: 100%;
            justify-content: stretch;
        }

        .ride-history-detail-category-toggle-button[b-der6u5y6e4] {
            flex: 1 1 0;
            min-width: 0;
        }

        .ride-history-detail-map[b-der6u5y6e4],
        .ride-history-detail-map-empty[b-der6u5y6e4],
        .ride-history-detail-map-card[b-der6u5y6e4],
        .ride-history-dispatch-map[b-der6u5y6e4],
        .ride-history-dispatch-map-card[b-der6u5y6e4] {
            min-height: 300px;
        }

        .ride-history-dispatch-table-wrap[b-der6u5y6e4] {
            max-height: 260px;
        }

        .ride-history-dispatch-selected-card--desktop[b-der6u5y6e4] {
            display: none;
        }

        .ride-history-dispatch-selected-card--mobile[b-der6u5y6e4] {
            display: block;
            position: static;
            margin: 10px 12px 12px;
            width: auto;
            max-width: none;
        }

        .ride-history-dispatch-map-card[b-der6u5y6e4] {
            overflow: hidden;
        }
    }
/* _content/NetCabManager.Dashboard/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.ext-login-btn[b-6tx0o4evf6] {
    width: 100%;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
    user-select: none;
    padding: 0 18px;
}

.ext-login-btn:hover[b-6tx0o4evf6] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
}

.ext-login-btn:active[b-6tx0o4evf6] {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}

.ext-login-icon[b-6tx0o4evf6] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, rgba(90, 76, 224, 1), rgba(255, 214, 102, 1));
    color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12);
}

.ext-login-text[b-6tx0o4evf6] {
    font-weight: 650;
    color: rgba(17, 24, 39, 0.88);
}

/* _content/NetCabManager.Dashboard/Components/Pages/Admin/ChatAdmin.razor.rz.scp.css */
.messages-tabs > .mud-tabs-tabbar[b-x0i9krf41f] {
    background: transparent;
}

.messages-tabs > .mud-tabs-panels[b-x0i9krf41f] {
    background: transparent;
}
/* _content/NetCabManager.Dashboard/Components/Pages/Admin/Vehicles.razor.rz.scp.css */
.vehicles-page-shell[b-unbb3adsrw] {
    padding: 1.75rem;
    background: #f4f5fa;
    min-height: calc(100vh - 64px);
}

.vehicles-page-card[b-unbb3adsrw] {
    background: #f4f5fa;
    border-radius: 28px;
    padding: 1rem 1rem 0;
}

.vehicles-page-header[b-unbb3adsrw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 0 0.75rem 0.5rem;
}

.vehicles-page-title[b-unbb3adsrw] {
    font-weight: 700;
    color: #1f2a44;
}

.vehicles-page-header-actions[b-unbb3adsrw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.vehicles-create-button[b-unbb3adsrw],
.vehicles-filter-toggle[b-unbb3adsrw] {
    height: 46px;
}

.vehicles-filter-toggle[b-unbb3adsrw] {
    width: 40px;
    min-width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicles-filter-card[b-unbb3adsrw] {
    margin-bottom: 2.5rem;
    padding: 1.1rem 1.25rem;
}

.vehicles-filter-card :global(.mud-input-control)[b-unbb3adsrw] {
    margin-top: 0;
}

.vehicles-filter-card :global(.mud-grid-item)[b-unbb3adsrw] {
    display: flex;
}

.vehicles-filter-card :global(.mud-grid-item > .mud-input-control)[b-unbb3adsrw],
.vehicles-filter-card :global(.mud-grid-item > .mud-select)[b-unbb3adsrw],
.vehicles-filter-card :global(.mud-grid-item > div)[b-unbb3adsrw] {
    width: 100%;
}

.vehicles-filter-actions-row[b-unbb3adsrw] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    min-height: 48px;
    margin-bottom: 4px;
}

.vehicles-filter-action[b-unbb3adsrw],
.vehicles-clear-action[b-unbb3adsrw] {
    min-height: 48px;
    border-radius: 14px;
    margin: 0;
}

.vehicles-clear-action[b-unbb3adsrw] {
    border-color: #ff4b55 !important;
    color: #ff4b55 !important;
}

.vehicles-table-card[b-unbb3adsrw] {
    background: #ffffff;
    border-radius: 28px;
    padding: 0.25rem 0.25rem 0 0.25rem;
    box-shadow: 0 12px 34px rgba(31, 42, 68, 0.06);
    margin-top: 1rem;
}

.vehicles-grid[b-unbb3adsrw] {
    border-radius: 24px;
    overflow: hidden;
}

.vehicles-action-stack[b-unbb3adsrw] {
    gap: 0.25rem;
}

.vehicles-grid :global(.mud-table-container)[b-unbb3adsrw] {
    border-radius: 24px;
}

.vehicles-grid :global(.mud-table-head .mud-table-cell)[b-unbb3adsrw] {
    font-weight: 700;
    color: #1f2a44;
    background: #ffffff;
}

.vehicles-grid :global(.mud-table-body .mud-table-cell)[b-unbb3adsrw] {
    color: #344054;
    background: #ffffff;
}

.vehicles-grid :global(.mud-table-pagination)[b-unbb3adsrw] {
    padding: 0.5rem 1rem 1rem;
}

@media (max-width: 959.98px) {
    .vehicles-page-shell[b-unbb3adsrw] {
        padding: 1rem;
    }

    .vehicles-page-header[b-unbb3adsrw] {
        align-items: flex-start;
        flex-direction: column;
        padding: 0 0 0.5rem;
    }

    .vehicles-page-header-actions[b-unbb3adsrw] {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 599.98px) {
    .vehicles-page-shell[b-unbb3adsrw] {
        padding: 0.75rem;
    }

    .vehicles-page-card[b-unbb3adsrw] {
        padding: 0.25rem 0.25rem 0;
    }

    .vehicles-table-card[b-unbb3adsrw] {
        border-radius: 22px;
    }

    .vehicles-filter-card[b-unbb3adsrw] {
        margin-bottom: 1.5rem;
        padding: 1rem;
    }

    .vehicles-filter-actions-row[b-unbb3adsrw] {
        flex-direction: column;
    }
}
/* _content/NetCabManager.Dashboard/Components/Pages/Maps/Map.razor.rz.scp.css */
.map-page-content[b-c3cdet3npd] {
    --map-page-spacing: 16px;
    display: flex;
    flex-direction: column;
    gap: var(--map-page-spacing);
    padding-top: var(--map-page-spacing);
    padding-bottom: var(--map-page-spacing);
}

.map-summary-grid[b-c3cdet3npd] {
    margin: 0;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scrollbar-width: thin;
    max-width: 100%;
}

[b-c3cdet3npd] .map-summary-card {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    background: linear-gradient(180deg, color-mix(in srgb, var(--mud-palette-surface) 98%, rgba(var(--mud-palette-primary-rgb), 0.03)) 0%, color-mix(in srgb, var(--mud-palette-surface) 95%, rgba(15, 23, 42, 0.02)) 100%);
    box-shadow: 0 14px 36px rgba(148, 163, 184, 0.14);
}

[b-c3cdet3npd] .map-filter-paper {
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    background: linear-gradient(180deg, color-mix(in srgb, var(--mud-palette-surface) 98%, rgba(var(--mud-palette-primary-rgb), 0.03)) 0%, color-mix(in srgb, var(--mud-palette-surface) 95%, rgba(15, 23, 42, 0.02)) 100%);
    box-shadow: 0 14px 36px rgba(148, 163, 184, 0.14);
}

[b-c3cdet3npd] .map-map-paper {
    border-radius: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    background: linear-gradient(180deg, color-mix(in srgb, var(--mud-palette-surface) 98%, rgba(var(--mud-palette-primary-rgb), 0.03)) 0%, color-mix(in srgb, var(--mud-palette-surface) 95%, rgba(15, 23, 42, 0.02)) 100%);
    box-shadow: 0 14px 36px rgba(148, 163, 184, 0.14);
    overflow: hidden;
}

.map-summary-card__content[b-c3cdet3npd] {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.map-summary-card__copy[b-c3cdet3npd] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.map-summary-card__value[b-c3cdet3npd] {
    color: var(--mud-palette-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.map-summary-card__value--default[b-c3cdet3npd] {
    color: var(--mud-palette-text-primary);
}

.map-summary-card__value--success[b-c3cdet3npd] {
    color: var(--mud-palette-success);
}

.map-summary-card__value--info[b-c3cdet3npd] {
    color: var(--mud-palette-info);
}

.map-summary-card__value--warning[b-c3cdet3npd] {
    color: var(--mud-palette-warning);
}

.map-summary-card__value--secondary[b-c3cdet3npd] {
    color: var(--mud-palette-secondary);
}

.map-summary-card__label[b-c3cdet3npd] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.88rem;
    line-height: 1.2;
}

.map-action-btn[b-c3cdet3npd] {
    height: 40px;
    min-width: 100px;
}

[b-c3cdet3npd] .map-action-btn.mud-button-root {
    border-radius: 12px !important;
}

[b-c3cdet3npd] .map-action-btn.mud-button-filled.mud-button-filled-primary .map-action-btn-text--light,
[b-c3cdet3npd] .map-action-btn.mud-button-filled.mud-button-filled-primary .map-action-btn-text--light * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    fill: #ffffff !important;
}

.map-date-range-card[b-c3cdet3npd] {
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
}

.map-date-range-card .home-period-summary[b-c3cdet3npd] {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 12px;
}

.map-date-range-trigger-btn[b-c3cdet3npd] {
    width: 100%;
    height: 40px !important;
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2;
    gap: 8px;
    font-size: 0.875rem;
}

[b-c3cdet3npd] .map-date-range-trigger-btn.home-period-label {
    height: 40px !important;
    padding: 0 12px !important;
    min-height: auto !important;
}

[b-c3cdet3npd] .map-unit-filter-input .mud-input-outlined-border {
    border-color: var(--mud-palette-lines-default) !important;
    border-radius: 12px;
}

.map-clear-btn[b-c3cdet3npd] {
    border-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary) !important;
    background-color: transparent !important;
}

[b-c3cdet3npd] .map-clear-btn:hover,
[b-c3cdet3npd] .map-clear-btn:focus-visible {
    background-color: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent) !important;
    border-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary) !important;
}

@media (max-width: 959.98px) {
    .map-summary-grid[b-c3cdet3npd] {
        flex-wrap: wrap !important;
    }

    [b-c3cdet3npd] .map-summary-card {
        flex: 1 1 calc(50% - 8px) !important;
    }
}

.map-icon-btn[b-c3cdet3npd] {
    height: 52px;
    width: 52px;
    min-width: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-not-active-popup[b-c3cdet3npd] {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 10px 14px;
    border-radius: 10px;
    max-width: calc(100% - 24px);
    background: rgba(32, 33, 36, 0.92);
    color: #fff;
}
