@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/SysWork.FleetControl.WebApp/Components/Layout/LoginLayout.razor.rz.scp.css */
.fc-login-shell[b-cn2kctxutz] {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 12%, rgba(14, 165, 233, .22), transparent 28%),
        radial-gradient(circle at 72% 86%, rgba(37, 99, 235, .20), transparent 34%),
        linear-gradient(135deg, #020617 0%, #07162d 44%, #0b1f49 100%);
}

.fc-login-shell[b-cn2kctxutz]::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        radial-gradient(circle, rgba(34, 211, 238, .72) 1px, transparent 1.6px);
    background-size: 22px 22px;
    mask-image: radial-gradient(circle at 52% 48%, black 0%, transparent 72%);
    pointer-events: none;
}

.fc-login-shell[b-cn2kctxutz]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, .16), transparent 38%, rgba(2, 6, 23, .10));
    pointer-events: none;
}
/* _content/SysWork.FleetControl.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-t3nwfxnzrn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t3nwfxnzrn] {
    flex: 1;
}

.content[b-t3nwfxnzrn] {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    padding-top: 1.1rem;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
*/

.sidebar[b-t3nwfxnzrn] {
    background: linear-gradient(180deg, #08111f 0%, #0b1220 58%, #0d1b2f 100%);
    border-right: 1px solid rgba(148, 163, 184, .18);
}


.top-row[b-t3nwfxnzrn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t3nwfxnzrn]  a, .top-row[b-t3nwfxnzrn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t3nwfxnzrn]  a:hover, .top-row[b-t3nwfxnzrn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t3nwfxnzrn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-t3nwfxnzrn] {
        justify-content: space-between;
    }

    .top-row[b-t3nwfxnzrn]  a, .top-row[b-t3nwfxnzrn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t3nwfxnzrn] {
        flex-direction: row;
    }

    .sidebar[b-t3nwfxnzrn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t3nwfxnzrn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t3nwfxnzrn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t3nwfxnzrn], article[b-t3nwfxnzrn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-t3nwfxnzrn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-t3nwfxnzrn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SysWork.FleetControl.WebApp/Components/Pages/Home/Dashboard/DashboardCard.razor.rz.scp.css */
.dashboard-card[b-nv7h0sxiyc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* <-- importante */
    min-height: 130px;
    padding: 1rem;
    border-radius: 14px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    color: var(--bs-body-color);
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: all .15s ease;
}

    .dashboard-card:hover[b-nv7h0sxiyc] {
        transform: translateY(-2px);
        border-color: var(--bs-primary);
    }

.dashboard-card-main[b-nv7h0sxiyc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: .75rem;
    margin-top: .5rem;
}

.dashboard-card-content[b-nv7h0sxiyc] {
    min-width: 0;
}

.dashboard-card-icon[b-nv7h0sxiyc] {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dashboard-card-icon i[b-nv7h0sxiyc] {
        font-size: 1.75rem;
    }

.dashboard-card-title[b-nv7h0sxiyc] {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.dashboard-card-value[b-nv7h0sxiyc] {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
}

.dashboard-card-subtitle1[b-nv7h0sxiyc] {
    width: 100%;
    text-align: center;
    margin-top: .75rem;
    font-size: .75rem;
    font-weight: 600;
    min-height: 20px;
    text-transform: uppercase;
}

.dashboard-card-subtitle2[b-nv7h0sxiyc] {
    width: 100%;
    text-align: center;
    font-size: .70rem;
    color: var(--bs-secondary-color);
    min-height: 18px;
    text-transform: uppercase;
}

.dashboard-summary-row[b-nv7h0sxiyc] {
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {

    .dashboard-summary-row > div[b-nv7h0sxiyc] {
        margin-bottom: .5rem;
    }
}

.dashboard-summary-row > div[b-nv7h0sxiyc] {
    display: flex;
}

.dashboard-summary-row .dashboard-card[b-nv7h0sxiyc] {
    width: 100%;
}


.dashboard-card-blue[b-nv7h0sxiyc] {
    background: rgba(37,99,235,.15);
    color: #3b82f6;
}

.dashboard-card-green[b-nv7h0sxiyc] {
    background: rgba(34,197,94,.15);
    color: #22c55e;
}

.dashboard-card-orange[b-nv7h0sxiyc] {
    background: rgba(245,158,11,.15);
    color: #f59e0b;
}

.dashboard-card-purple[b-nv7h0sxiyc] {
    background: rgba(168,85,247,.15);
    color: #a855f7;
}

.dashboard-card-red[b-nv7h0sxiyc] {
    background: rgba(239,68,68,.15);
    color: #ef4444;
}

.dashboard-value-blue[b-nv7h0sxiyc] {
    color: #3b82f6;
}

.dashboard-value-green[b-nv7h0sxiyc] {
    color: #22c55e;
}

.dashboard-value-orange[b-nv7h0sxiyc] {
    color: #f59e0b;
}

.dashboard-value-purple[b-nv7h0sxiyc] {
    color: #a855f7;
}

.dashboard-value-red[b-nv7h0sxiyc] {
    color: #ef4444;
}

.dashboard-card-clickable[b-nv7h0sxiyc] {
    cursor: pointer;
}

    .dashboard-card-clickable:hover[b-nv7h0sxiyc] {
        transform: translateY(-2px);
    }
/* _content/SysWork.FleetControl.WebApp/Components/Pages/Home/Dashboard/DashboardDevices.razor.rz.scp.css */
.dashboard-devices-body[b-oph0zkvjh7] {
    padding: 0;
}

.dashboard-device-list[b-oph0zkvjh7] {
    height: 400px;
    overflow-y: auto;
}

.dashboard-device-item[b-oph0zkvjh7] {
    padding: .75rem 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    cursor: pointer;
    transition: background .15s ease;
}

    .dashboard-device-item:hover[b-oph0zkvjh7] {
        background: rgba(37,99,235,.08);
    }

.dashboard-device-header[b-oph0zkvjh7] {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.dashboard-status[b-oph0zkvjh7] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    .dashboard-status.online[b-oph0zkvjh7] {
        background: #22c55e;
    }

    .dashboard-status.offline[b-oph0zkvjh7] {
        background: #ef4444;
    }

.dashboard-device-name[b-oph0zkvjh7] {
    flex: 1;
    font-weight: 600;
}

.dashboard-battery[b-oph0zkvjh7] {
    font-weight: 700;
}

.dashboard-device-lastseen[b-oph0zkvjh7] {
    margin-left: 18px;
    font-size: .80rem;
    color: var(--bs-secondary-color);
}

.battery-normal[b-oph0zkvjh7] {
    color: #22c55e;
}

.battery-warning[b-oph0zkvjh7] {
    color: #f59e0b;
}

.battery-critical[b-oph0zkvjh7] {
    color: #ef4444;
}
/* _content/SysWork.FleetControl.WebApp/Components/Pages/Home/Dashboard/DashboardMap.razor.rz.scp.css */
.dashboard-map[b-18y6cju9tx] {
    height: 400px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.fleet-marker-highlight[b-18y6cju9tx] {
    animation: fleet-marker-pulse-b-18y6cju9tx .7s ease-in-out 3;
}

@keyframes fleet-marker-pulse-b-18y6cju9tx {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.35);
    }

    100% {
        transform: scale(1);
    }
}
/* _content/SysWork.FleetControl.WebApp/Components/Pages/Login/Login.razor.rz.scp.css */
.fc-login-container[b-wjobi98ay6] {
    min-height: 100dvh;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
    padding: clamp(24px, 4vw, 54px) clamp(38px, 6vw, 96px) clamp(72px, 7vw, 96px);
}

/* LEFT */

.fc-login-left[b-wjobi98ay6] {
    position: relative;
    min-height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
}

    .fc-login-left[b-wjobi98ay6]::before {
        content: "";
        position: absolute;
        width: 560px;
        height: 560px;
        left: -220px;
        top: 8%;
        border: 1px solid rgba(34, 211, 238, .18);
        border-radius: 999px;
        pointer-events: none;
    }

    .fc-login-left[b-wjobi98ay6]::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        right: 4%;
        bottom: 6%;
        border: 1px solid rgba(59, 130, 246, .16);
        border-radius: 999px;
        pointer-events: none;
    }

.fc-map-visual[b-wjobi98ay6] {
    position: absolute;
    inset: 0;
    opacity: .78;
    pointer-events: none;
}

    .fc-map-visual svg[b-wjobi98ay6] {
        position: absolute;
        width: min(76vw, 860px);
        height: auto;
        right: -130px;
        top: 52%;
        transform: translateY(-50%);
    }

.fc-route[b-wjobi98ay6] {
    fill: none;
    stroke: rgba(34, 211, 238, .42);
    stroke-width: 3;
    stroke-linecap: round;
    filter: url(#fcGlow);
}

.fc-route-b[b-wjobi98ay6] {
    stroke: rgba(96, 165, 250, .28);
    stroke-width: 2;
}

.fc-route-c[b-wjobi98ay6] {
    stroke: rgba(45, 212, 191, .24);
    stroke-width: 2;
}

.fc-node[b-wjobi98ay6] {
    fill: #22d3ee;
    filter: url(#fcGlow);
}

.fc-radar[b-wjobi98ay6] {
    fill: none;
    stroke: rgba(34, 211, 238, .45);
    stroke-width: 2;
    filter: url(#fcGlow);
}

.fc-radar-soft[b-wjobi98ay6] {
    opacity: .35;
}

/* BRAND */

.fc-login-brand[b-wjobi98ay6],
.fc-feature-list[b-wjobi98ay6] {
    position: relative;
    z-index: 2;
    max-width: 610px;
}

.fc-brand-pin[b-wjobi98ay6] {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .42);
    border: 1px solid rgba(34, 211, 238, .32);
    box-shadow: 0 22px 70px rgba(34, 211, 238, .16);
    backdrop-filter: blur(14px);
}

    .fc-brand-pin i[b-wjobi98ay6] {
        font-size: 2.15rem;
        color: #22d3ee;
    }

.fc-login-brand h1[b-wjobi98ay6] {
    margin: 0;
    font-size: clamp(3rem, 4.5vw, 4.7rem);
    line-height: .95;
    font-weight: 850;
    letter-spacing: -.065em;
}

    .fc-login-brand h1 span[b-wjobi98ay6] {
        color: #22d3ee;
    }

.fc-login-brand h2[b-wjobi98ay6] {
    margin: 22px 0 0;
    font-size: clamp(1.18rem, 1.7vw, 1.65rem);
    line-height: 1.35;
    font-weight: 650;
    color: #dbeafe;
}

.fc-brand-line[b-wjobi98ay6] {
    width: 92px;
    height: 4px;
    margin: 30px 0 26px;
    border-radius: 999px;
    background: #22d3ee;
    box-shadow: 0 0 26px rgba(34, 211, 238, .52);
}

.fc-login-brand p[b-wjobi98ay6] {
    max-width: 550px;
    margin: 0;
    color: rgba(226, 232, 240, .84);
    font-size: clamp(1rem, 1.14vw, 1.15rem);
    line-height: 1.75;
}

/* FEATURES - VERTICAL */

.fc-feature-list[b-wjobi98ay6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: clamp(34px, 5vh, 56px);
    max-width: 500px;
}

.fc-feature-card[b-wjobi98ay6] {
    min-height: unset;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    align-items: start;
}

.fc-feature-icon[b-wjobi98ay6] {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 16px;
    background: rgba(14, 165, 233, .14);
    color: #22d3ee;
    border: 1px solid rgba(34, 211, 238, .24);
    box-shadow: 0 14px 36px rgba(14, 165, 233, .12);
}

    .fc-feature-icon i[b-wjobi98ay6] {
        font-size: 1.55rem;
    }

.fc-feature-card h5[b-wjobi98ay6] {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 800;
    color: #f8fafc;
}

.fc-feature-card p[b-wjobi98ay6] {
    margin: 0;
    max-width: 390px;
    font-size: .93rem;
    line-height: 1.6;
    color: rgba(226, 232, 240, .78);
}

/* RIGHT */

.fc-login-right[b-wjobi98ay6] {
    min-height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.fc-login-card[b-wjobi98ay6] {
    width: min(100%, 430px);
    position: relative;
    padding: clamp(28px, 4vh, 42px) clamp(28px, 3.4vw, 42px) 28px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .97);
    color: #0f172a;
    border: 1px solid rgba(255, 255, 255, .78);
    box-shadow: 0 42px 120px rgba(2, 6, 23, .42), 0 1px 0 rgba(255, 255, 255, .80) inset;
    backdrop-filter: blur(22px);
}

.fc-version[b-wjobi98ay6] {
    position: absolute;
    top: 22px;
    right: 24px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef6ff;
    color: #2563eb;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.fc-card-pin[b-wjobi98ay6] {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 20px;
    background: #e0f7ff;
    color: #0891b2;
    box-shadow: 0 18px 35px rgba(8, 145, 178, .18);
}

    .fc-card-pin i[b-wjobi98ay6] {
        font-size: 2.2rem;
    }

.fc-login-card h3[b-wjobi98ay6] {
    margin: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 850;
    letter-spacing: -.035em;
    color: #0f172a;
}

.fc-login-subtitle[b-wjobi98ay6] {
    margin: 7px 0 0;
    text-align: center;
    color: #64748b;
    font-size: .96rem;
}

.fc-login-divider[b-wjobi98ay6],
.fc-secure-divider[b-wjobi98ay6] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.fc-login-divider[b-wjobi98ay6] {
    margin: 26px 0 24px;
}

    .fc-login-divider span[b-wjobi98ay6],
    .fc-secure-divider span[b-wjobi98ay6] {
        flex: 1;
        height: 1px;
        background: #e2e8f0;
    }

    .fc-login-divider i[b-wjobi98ay6] {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #0891b2;
    }

/* FORM */

.fc-login-form[b-wjobi98ay6],
.fc-field[b-wjobi98ay6],
.fc-login-card form[b-wjobi98ay6] {
    width: 100%;
}

.fc-login-form[b-wjobi98ay6] {
    margin: 0;
}

.fc-field[b-wjobi98ay6] {
    margin-bottom: 18px;
}

    .fc-field label[b-wjobi98ay6] {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
        color: #334155;
        font-size: .92rem;
        font-weight: 760;
    }

        .fc-field label i[b-wjobi98ay6] {
            color: #0891b2;
            font-size: 1rem;
        }

[b-wjobi98ay6] .fc-input {
    width: 100%;
    max-width: 100%;
    height: 50px;
    display: block;
    padding: 0 15px;
    border: 1px solid #cbd5e1;
    border-radius: 13px;
    outline: none;
    background: #ffffff !important;
    color: #0f172a !important;
    font-size: .96rem;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

    [b-wjobi98ay6] .fc-input:focus {
        border-color: #06b6d4;
        box-shadow: 0 0 0 4px rgba(6, 182, 212, .13);
    }

    [b-wjobi98ay6] .fc-input.invalid,
    [b-wjobi98ay6] .fc-input.input-validation-error {
        border-color: #ef4444;
    }

    [b-wjobi98ay6] .fc-input:-webkit-autofill,
    [b-wjobi98ay6] .fc-input:-webkit-autofill:hover,
    [b-wjobi98ay6] .fc-input:-webkit-autofill:focus {
        -webkit-text-fill-color: #0f172a;
        box-shadow: 0 0 0 1000px #ffffff inset;
    }

.fc-remember-row[b-wjobi98ay6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2px 0 22px;
}

.fc-remember[b-wjobi98ay6] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #475569;
    font-size: .92rem;
    cursor: pointer;
    user-select: none;
}

    .fc-remember .form-check-input[b-wjobi98ay6] {
        margin: 0;
        cursor: pointer;
    }

.fc-login-button[b-wjobi98ay6] {
    width: 100% !important;
    height: 50px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0 !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%) !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 850 !important;
    letter-spacing: .01em;
    box-shadow: 0 18px 36px rgba(37, 99, 235, .28);
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease, opacity .16s ease;
}

    .fc-login-button:hover:not(:disabled)[b-wjobi98ay6] {
        filter: brightness(1.06);
        transform: translateY(-1px);
        box-shadow: 0 22px 42px rgba(37, 99, 235, .34);
    }

    .fc-login-button:active:not(:disabled)[b-wjobi98ay6] {
        transform: translateY(0);
    }

    .fc-login-button:disabled[b-wjobi98ay6],
    .fc-login-button.disabled[b-wjobi98ay6] {
        opacity: .72;
        background: linear-gradient(135deg, #60a5fa 0%, #22d3ee 100%) !important;
        color: rgba(255, 255, 255, .92) !important;
        box-shadow: 0 14px 30px rgba(14, 165, 233, .20);
        cursor: not-allowed;
    }
.fc-secure-divider[b-wjobi98ay6] {
    margin-top: 30px;
    color: #94a3b8;
}

    .fc-secure-divider i[b-wjobi98ay6] {
        font-size: 1.12rem;
        color: #94a3b8;
    }

.fc-secure-text[b-wjobi98ay6] {
    margin-top: 9px;
    text-align: center;
    color: #94a3b8;
    font-size: .83rem;
}

.fc-login-alert[b-wjobi98ay6] {
    margin-bottom: 18px;
}

.validation-message[b-wjobi98ay6] {
    display: block;
    margin-top: 5px;
    color: #dc3545;
    font-size: .81rem;
}

/* FOOTER */

.fc-product-footer[b-wjobi98ay6] {
    position: absolute;
    left: 50%;
    bottom: 32px;
    z-index: 10;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    color: rgba(226, 232, 240, .82);
}

.fc-syswork-brand[b-wjobi98ay6] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
}

    .fc-syswork-brand img[b-wjobi98ay6] {
        width: 42px;
        height: 42px;
        display: block;
        object-fit: contain;
    }

.fc-product-separator[b-wjobi98ay6] {
    width: 1px;
    height: 34px;
    background: rgba(148, 163, 184, .42);
}

.fc-product-footer small[b-wjobi98ay6] {
    font-size: 1rem;
    color: rgba(226, 232, 240, .82);
}

/* NOTEBOOKS / MONITORES MEDIANOS */

@media (max-width: 1180px) {
    .fc-login-container[b-wjobi98ay6] {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
        gap: 34px;
        padding-left: 54px;
        padding-right: 54px;
    }

    .fc-login-brand h1[b-wjobi98ay6] {
        font-size: clamp(2.8rem, 4.4vw, 4.2rem);
    }

    .fc-feature-list[b-wjobi98ay6] {
        max-width: 480px;
    }
}

/* TABLET / MOBILE */

@media (max-width: 992px) {
    .fc-login-container[b-wjobi98ay6] {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 32px 22px 28px;
    }

    .fc-login-left[b-wjobi98ay6] {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .fc-login-brand[b-wjobi98ay6],
    .fc-feature-list[b-wjobi98ay6] {
        max-width: 620px;
    }

    .fc-brand-pin[b-wjobi98ay6] {
        margin-left: auto;
        margin-right: auto;
    }

    .fc-brand-line[b-wjobi98ay6] {
        margin-left: auto;
        margin-right: auto;
    }

    .fc-login-brand p[b-wjobi98ay6] {
        margin-left: auto;
        margin-right: auto;
    }

    .fc-feature-list[b-wjobi98ay6] {
        width: 100%;
        max-width: 480px;
        margin-top: 34px;
        text-align: left;
    }

    .fc-login-right[b-wjobi98ay6] {
        width: 100%;
    }

    .fc-product-footer[b-wjobi98ay6] {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 8px;
        flex-direction: column;
        gap: 8px;
    }

    .fc-product-separator[b-wjobi98ay6] {
        display: none;
    }

    .fc-syswork-brand[b-wjobi98ay6] {
        font-size: 1.15rem;
    }

        .fc-syswork-brand img[b-wjobi98ay6] {
            width: 38px;
            height: 38px;
        }

    .fc-product-footer small[b-wjobi98ay6] {
        font-size: .85rem;
    }
}

@media (max-width: 680px) {
    .fc-login-card[b-wjobi98ay6] {
        padding: 24px 22px 20px;
        border-radius: 24px;
    }

    .fc-version[b-wjobi98ay6] {
        top: 18px;
        right: 20px;
        font-size: .68rem;
        padding: 4px 9px;
    }

    .fc-card-pin[b-wjobi98ay6] {
        width: 54px;
        height: 54px;
        margin-bottom: 12px;
        border-radius: 18px;
    }

        .fc-card-pin i[b-wjobi98ay6] {
            font-size: 1.9rem;
        }

    .fc-login-card h3[b-wjobi98ay6] {
        font-size: 1.72rem;
    }

    .fc-login-subtitle[b-wjobi98ay6] {
        font-size: .88rem;
        margin-top: 4px;
    }

    .fc-login-divider[b-wjobi98ay6] {
        margin: 18px 0 16px;
    }

    .fc-field[b-wjobi98ay6] {
        margin-bottom: 13px;
    }

        .fc-field label[b-wjobi98ay6] {
            margin-bottom: 6px;
            font-size: .88rem;
        }

    [b-wjobi98ay6] .fc-input {
        height: 44px;
        border-radius: 12px;
    }

    .fc-remember-row[b-wjobi98ay6] {
        margin: 0 0 16px;
    }

    .fc-login-button[b-wjobi98ay6] {
        height: 46px;
        border-radius: 13px !important;
    }

    .fc-secure-divider[b-wjobi98ay6] {
        margin-top: 22px;
    }

    .fc-secure-text[b-wjobi98ay6] {
        margin-top: 6px;
        font-size: .78rem;
    }
}

/*@media (max-width: 680px) {
    .fc-login-container {
        padding: 28px 18px 24px;
    }

    .fc-login-brand h1 {
        font-size: 2.65rem;
    }

    .fc-login-brand h2 {
        font-size: 1.05rem;
    }

    .fc-login-brand p {
        font-size: .94rem;
        line-height: 1.6;
    }

    .fc-feature-list {
        grid-template-columns: 1fr;
        max-width: 440px;
    }

    .fc-feature-card {
        grid-template-columns: 56px 1fr;
        gap: 14px;
    }

    .fc-feature-icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

        .fc-feature-icon i {
            font-size: 1.35rem;
        }

    .fc-login-card {
        width: min(100%, 420px);
        padding: 34px 24px 24px;
        border-radius: 24px;
    }
}

@media (max-width: 420px) {
    .fc-login-brand h1 {
        font-size: 2.25rem;
    }

    .fc-brand-pin,
    .fc-card-pin {
        width: 54px;
        height: 54px;
        border-radius: 17px;
    }

        .fc-card-pin i,
        .fc-brand-pin i {
            font-size: 1.85rem;
        }

    .fc-login-card h3 {
        font-size: 1.7rem;
    }

    .fc-login-card {
        padding-left: 20px;
        padding-right: 20px;
    }
}
*/
/* MONITORES BAJOS */

@media (max-height: 760px) and (min-width: 993px) {
    .fc-login-container[b-wjobi98ay6] {
        padding-top: 24px;
        padding-bottom: 64px;
        gap: 34px;
    }

    .fc-brand-pin[b-wjobi98ay6] {
        width: 54px;
        height: 54px;
        margin-bottom: 18px;
    }

        .fc-brand-pin i[b-wjobi98ay6] {
            font-size: 1.85rem;
        }

    .fc-login-brand h1[b-wjobi98ay6] {
        font-size: clamp(2.7rem, 4vw, 4rem);
    }

    .fc-login-brand h2[b-wjobi98ay6] {
        margin-top: 16px;
        font-size: 1.12rem;
    }

    .fc-brand-line[b-wjobi98ay6] {
        margin: 22px 0 20px;
    }

    .fc-login-brand p[b-wjobi98ay6] {
        font-size: .96rem;
        line-height: 1.55;
    }

    .fc-feature-list[b-wjobi98ay6] {
        margin-top: 32px;
        gap: 14px;
    }

    .fc-feature-card[b-wjobi98ay6] {
        grid-template-columns: 58px 1fr;
        gap: 14px;
    }

    .fc-feature-icon[b-wjobi98ay6] {
        width: 52px;
        height: 52px;
    }

        .fc-feature-icon i[b-wjobi98ay6] {
            font-size: 1.35rem;
        }

    .fc-feature-card h5[b-wjobi98ay6] {
        font-size: .94rem;
    }

    .fc-feature-card p[b-wjobi98ay6] {
        font-size: .84rem;
        line-height: 1.45;
    }

    .fc-login-card[b-wjobi98ay6] {
        width: min(100%, 410px);
        padding-top: 28px;
        padding-bottom: 22px;
    }

    .fc-version[b-wjobi98ay6] {
        top: 18px;
        right: 20px;
    }

    .fc-card-pin[b-wjobi98ay6] {
        width: 54px;
        height: 54px;
        margin-bottom: 12px;
    }

        .fc-card-pin i[b-wjobi98ay6] {
            font-size: 1.9rem;
        }

    .fc-login-card h3[b-wjobi98ay6] {
        font-size: 1.75rem;
    }

    .fc-login-subtitle[b-wjobi98ay6] {
        font-size: .9rem;
    }

    .fc-login-divider[b-wjobi98ay6] {
        margin: 20px 0 18px;
    }

    .fc-field[b-wjobi98ay6] {
        margin-bottom: 14px;
    }

    [b-wjobi98ay6] .fc-input {
        height: 44px;
    }

    .fc-remember-row[b-wjobi98ay6] {
        margin-bottom: 16px;
    }

    .fc-login-button[b-wjobi98ay6] {
        height: 46px;
    }

    .fc-secure-divider[b-wjobi98ay6] {
        margin-top: 22px;
    }

    .fc-product-footer[b-wjobi98ay6] {
        bottom: 22px;
    }
}

/* MONITORES MUY BAJOS */

@media (max-height: 660px) and (min-width: 993px) {
    .fc-login-container[b-wjobi98ay6] {
        padding-top: 18px;
        padding-bottom: 54px;
    }

    .fc-brand-pin[b-wjobi98ay6] {
        display: none;
    }

    .fc-login-brand h1[b-wjobi98ay6] {
        font-size: 3.1rem;
    }

    .fc-login-brand h2[b-wjobi98ay6] {
        margin-top: 12px;
    }

    .fc-brand-line[b-wjobi98ay6] {
        margin: 16px 0 14px;
    }

    .fc-feature-list[b-wjobi98ay6] {
        margin-top: 24px;
        gap: 10px;
    }

    .fc-feature-icon[b-wjobi98ay6] {
        width: 46px;
        height: 46px;
    }

    .fc-feature-card[b-wjobi98ay6] {
        grid-template-columns: 52px 1fr;
    }

    .fc-login-card[b-wjobi98ay6] {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .fc-card-pin[b-wjobi98ay6] {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }

    .fc-login-divider[b-wjobi98ay6] {
        margin: 16px 0 14px;
    }

    .fc-secure-divider[b-wjobi98ay6] {
        margin-top: 18px;
    }

    .fc-secure-text[b-wjobi98ay6] {
        margin-top: 6px;
    }

    .fc-product-footer[b-wjobi98ay6] {
        bottom: 14px;
    }
}
@media (max-width: 420px) {
    .fc-login-container[b-wjobi98ay6] {
        padding: 18px 14px 20px;
    }

    .fc-login-card[b-wjobi98ay6] {
        padding: 22px 20px 18px;
        border-radius: 22px;
    }

    .fc-card-pin[b-wjobi98ay6] {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    .fc-login-card h3[b-wjobi98ay6] {
        font-size: 1.58rem;
    }

    .fc-login-divider[b-wjobi98ay6] {
        margin: 15px 0 14px;
    }

    .fc-field[b-wjobi98ay6] {
        margin-bottom: 12px;
    }

    [b-wjobi98ay6] .fc-input {
        height: 42px;
    }

    .fc-login-button[b-wjobi98ay6] {
        height: 44px;
    }

    .fc-secure-divider[b-wjobi98ay6] {
        margin-top: 18px;
    }
}
/* _content/SysWork.FleetControl.WebApp/Components/SharedComponents/Controls/CustomValidatedInputText.razor.rz.scp.css */
.custom-validated-input-text[b-2a9uo1bucg] {
    width: 100%;
}

    .custom-validated-input-text .form-label[b-2a9uo1bucg] {
        display: inline-flex;
        align-items: center;
        gap: .4rem;
        font-weight: 600;
    }

.custom-validated-input-wrapper[b-2a9uo1bucg] {
    position: relative;
}

.custom-validated-input[b-2a9uo1bucg] {
    padding-right: 2.35rem;
}

.custom-validated-input-spinner[b-2a9uo1bucg] {
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    pointer-events: none;
}

.custom-validated-input-text .validation-message[b-2a9uo1bucg] {
    display: block;
    margin-top: .35rem;
}
/* _content/SysWork.FleetControl.WebApp/Components/SharedComponents/DeviceAction/DeviceActionItem.razor.rz.scp.css */
.fleet-action-item[b-9n7zgmi4bo] {
    width: 90px;
    height: 80px;
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .15s ease;
    flex: 0 0 auto;
    background-color: var(--bs-body-bg);
}

    .fleet-action-item:hover[b-9n7zgmi4bo] {
        transform: translateY(-2px);
        border-color: var(--bs-primary);
        background-color: rgba(var(--bs-primary-rgb), .05);
    }

    .fleet-action-item i[b-9n7zgmi4bo] {
        font-size: 24px;
    }

.fleet-action-value[b-9n7zgmi4bo] {
    text-align: center;
    font-size: .80rem;
    font-weight: 500;
}
/* _content/SysWork.FleetControl.WebApp/Components/SharedComponents/Headers/BrowserHeader.razor.rz.scp.css */
.browser-header[b-8nvozngmlt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: .75rem 0 1rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.browser-header-title[b-8nvozngmlt] {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 1;
    min-width: 0;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: .3px;
    color: var(--bs-body-color);
}

    .browser-header-title span[b-8nvozngmlt] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.browser-header-actions[b-8nvozngmlt] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .65rem;
    flex-shrink: 0;
    color: var(--bs-secondary-color);
}

.browser-header-action:hover[b-8nvozngmlt] {
    color: var(--bs-body-color);
}

.browser-header-actions[b-8nvozngmlt]  span,
.browser-header-actions[b-8nvozngmlt]  i {
    cursor: pointer;
    transition: opacity .15s ease, transform .15s ease;
}

    .browser-header-actions[b-8nvozngmlt]  span:hover,
    .browser-header-actions[b-8nvozngmlt]  i:hover {
        opacity: .8;
        transform: translateY(-1px);
    }

@media (max-width: 576px) {
    .browser-header[b-8nvozngmlt] {
        gap: .5rem;
    }

    .browser-header-title[b-8nvozngmlt] {
        font-size: 1.25rem;
        gap: .5rem;
    }

    .browser-header-actions[b-8nvozngmlt] {
        gap: .5rem;
    }
}
/* _content/SysWork.FleetControl.WebApp/Components/SharedComponents/Headers/CrudHeader.razor.rz.scp.css */
.crud-header[b-6pjgu8285j] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: .75rem 0 1rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.crud-header-title[b-6pjgu8285j] {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: .3px;
    color: var(--bs-body-color);
}
/* _content/SysWork.FleetControl.WebApp/Components/SharedComponents/Toolbars/ViewEditDeleteToolbar.razor.rz.scp.css */
.crud-toolbar[b-dljtl1g0ou] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

.crud-toolbar-link[b-dljtl1g0ou] {
    color: var(--bs-body-color);
    text-decoration: none;
    transition: all .15s ease;
}

    .crud-toolbar-link:hover[b-dljtl1g0ou] {
        opacity: .8;
        transform: translateY(-1px);
    }

.crud-toolbar-delete:hover[b-dljtl1g0ou] {
    color: var(--bs-danger);
}

.crud-action[b-dljtl1g0ou] {
    text-decoration: none;
    transition: all .15s ease;
}

    .crud-action:hover[b-dljtl1g0ou] {
        transform: scale(1.15);
    }

.crud-action-show[b-dljtl1g0ou] {
    color: var(--bs-info);
    /*color: var(--bs-secondary);*/
}

.crud-action-edit[b-dljtl1g0ou] {
    color: var(--bs-warning);
    /*color: var(--bs-primary);*/
}

.crud-action-delete[b-dljtl1g0ou] {
    color: var(--bs-danger);
}
