/* _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;
}

.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;
    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-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-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/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/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;
}

[b-c3cdet3npd] .map-summary-card {
    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__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;
}

.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: #ff4747 !important;
    color: #ff4747 !important;
    background-color: transparent !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;
}
