/* /Pages/Index.razor.rz.scp.css */
.dashboard-title[b-z4rau5v2hp] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #d97745;
}

[b-z4rau5v2hp] .dashboard-kpi-card.rz-card {
    border: none;
    border-radius: 6px;
    box-shadow: none;
    color: #ffffff;
    padding: 1rem 1.2rem;
}

[b-z4rau5v2hp] .dashboard-kpi-road.rz-card {
    background: linear-gradient(90deg, #5f4bcf 0%, #9a8fce 100%);
}

[b-z4rau5v2hp] .dashboard-kpi-submitted.rz-card {
    background: linear-gradient(90deg, #219868 0%, #35c88c 100%);
}

[b-z4rau5v2hp] .dashboard-kpi-cost.rz-card {
    background: linear-gradient(90deg, #ff5b1f 0%, #ffb300 100%);
}

[b-z4rau5v2hp] .dashboard-kpi-submitted-cost.rz-card {
    background: linear-gradient(90deg, #5569d8 0%, #43b9e6 100%);
}

.kpi-title[b-z4rau5v2hp] {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.92);
}

.kpi-value[b-z4rau5v2hp] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.05;
    color: #ffffff;
}

[b-z4rau5v2hp] .kpi-icon.rz-icon {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.kpi-subtitle[b-z4rau5v2hp] {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

[b-z4rau5v2hp] .dashboard-chart-card.rz-card {
    border-radius: 6px;
}

@media (max-width: 992px) {
    .dashboard-title[b-z4rau5v2hp] {
        font-size: 1.35rem;
    }

    .kpi-title[b-z4rau5v2hp] {
        font-size: 1rem;
    }

    .kpi-value[b-z4rau5v2hp] {
        font-size: 1.5rem;
    }

    .kpi-subtitle[b-z4rau5v2hp] {
        font-size: 0.85rem;
    }
}
/* /Pages/Signin.razor.rz.scp.css */
.signin-page[b-vpes4phex9] {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-image: url('/images/frrp_splashscreen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signin-overlay[b-vpes4phex9] {
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    padding: 1rem;
}

.signin-card[b-vpes4phex9] {
    width: 100%;
    max-width: 440px;
    padding: 2rem;
    border-radius: 20px;
}

.main-logo[b-vpes4phex9] {
    max-width: 220px;
    width: 100%;
    height: auto;
}

.rada-logo[b-vpes4phex9] {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.validation-message[b-vpes4phex9] {
    color: red;
    font-weight: 700;
    margin-top: -0.5rem;
    margin-bottom: 0.75rem;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.page[b-qc7bxj8fwb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-qc7bxj8fwb] {
    flex: 1;
}

.sidebar[b-qc7bxj8fwb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qc7bxj8fwb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qc7bxj8fwb]  a, .top-row .btn-link[b-qc7bxj8fwb] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qc7bxj8fwb] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-qc7bxj8fwb] {
        display: none;
    }

    .top-row.auth[b-qc7bxj8fwb] {
        justify-content: space-between;
    }

    .top-row a[b-qc7bxj8fwb], .top-row .btn-link[b-qc7bxj8fwb] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qc7bxj8fwb] {
        flex-direction: row;
    }

    .sidebar[b-qc7bxj8fwb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qc7bxj8fwb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-qc7bxj8fwb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-kiuamlngrf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-kiuamlngrf] {
    flex: 1;
}

.sidebar[b-kiuamlngrf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kiuamlngrf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kiuamlngrf]  a, .top-row .btn-link[b-kiuamlngrf] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kiuamlngrf] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kiuamlngrf] {
        display: none;
    }

    .top-row.auth[b-kiuamlngrf] {
        justify-content: space-between;
    }

    .top-row a[b-kiuamlngrf], .top-row .btn-link[b-kiuamlngrf] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kiuamlngrf] {
        flex-direction: row;
    }

    .sidebar[b-kiuamlngrf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kiuamlngrf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-kiuamlngrf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gutc1gj1gl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gutc1gj1gl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gutc1gj1gl] {
    font-size: 1.1rem;
}

.oi[b-gutc1gj1gl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gutc1gj1gl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gutc1gj1gl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gutc1gj1gl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gutc1gj1gl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gutc1gj1gl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gutc1gj1gl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gutc1gj1gl] {
        display: none;
    }

    .collapse[b-gutc1gj1gl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PrivateLayout.razor.rz.scp.css */
.main[b-7tjslo9e20] {
    flex: 1;
    min-height: 100vh;
}

.private-layout-shell[b-7tjslo9e20] {
    min-height: 100vh;
}

.private-topbar[b-7tjslo9e20] {
    background: linear-gradient(180deg, #f5f6f8 0%, #e5e7eb 100%);
    border-bottom: 1px solid #cbd5e1;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.private-topbar-stack[b-7tjslo9e20] {
    width: 100%;
}

.layout-logo[b-7tjslo9e20] {
    height: 80px;
    width: auto;
    border-radius: 4px;
}

.position-label[b-7tjslo9e20] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f2937;
}

.lang-flag[b-7tjslo9e20] {
    height: 18px;
    width: 26px;
    border-radius: 2px;
    object-fit: cover;
}

.user-avatar[b-7tjslo9e20] {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dbe5ef;
}

.topbar-text[b-7tjslo9e20] {
    font-size: 1.0rem;
    color: #374151;
}

.menu-toggle[b-7tjslo9e20] {
    min-width: 38px;
}

.private-sidebar[b-7tjslo9e20] {
    position: relative;
    background: radial-gradient(circle at 15% 35%, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0) 45%),
                linear-gradient(180deg, #1e3a8a 0%, #0f172a 100%);
    border-right: 1px solid #1e40af;
    width: 280px;
    padding: 1.2rem 0.9rem;
    box-shadow: inset -1px 0 0 rgba(148, 163, 184, 0.08);
}

.private-sidebar-content[b-7tjslo9e20] {
    width: 100%;
}

.sidebar-brand-row[b-7tjslo9e20] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.4rem 0.35rem 0.8rem;
}

.sidebar-brand-logo[b-7tjslo9e20] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.25);
}

.sidebar-brand-text[b-7tjslo9e20] {
    font-size: 1.45rem;
    font-weight: 700;
    color: #f8fafc;
    letter-spacing: 0.01em;
}

.sidebar-divider[b-7tjslo9e20] {
    height: 1px;
    margin: 0.45rem 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0) 0%, rgba(148, 163, 184, 0.35) 18%, rgba(148, 163, 184, 0.35) 82%, rgba(148, 163, 184, 0) 100%);
}

[b-7tjslo9e20] .side-menu-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 100%;
    text-align: left;
    color: #ffffff !important;
    font-weight: 500;
    border: none;
    outline: none;
    border-radius: 14px;
    padding: 0.82rem 0.95rem;
    background: transparent;
    box-shadow: none;
    transition: transform 0.18s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

[b-7tjslo9e20] .side-menu-btn:hover,
[b-7tjslo9e20] .side-menu-btn:focus {
    color: #ffd700 !important;
    background: rgba(99, 102, 241, 0.24) !important;
    border: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.22) !important;
    transform: translateX(2px);
}

[b-7tjslo9e20] .side-menu-btn.rz-button,
[b-7tjslo9e20] .side-menu-btn.rz-button.rz-light,
[b-7tjslo9e20] .side-menu-btn.rz-button:hover,
[b-7tjslo9e20] .side-menu-btn.rz-button.rz-light:hover,
[b-7tjslo9e20] .side-menu-btn.rz-button:focus,
[b-7tjslo9e20] .side-menu-btn.rz-button.rz-light:focus,
[b-7tjslo9e20] .side-menu-btn.rz-button:active {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

[b-7tjslo9e20] .side-menu-btn.rz-button::before,
[b-7tjslo9e20] .side-menu-btn.rz-button::after {
    display: none !important;
}

[b-7tjslo9e20] .side-menu-btn .rz-button-icon-left {
    font-size: 1.2rem;
    color: #94a3b8;
}

[b-7tjslo9e20] .side-menu-btn:hover .rz-button-icon-left,
[b-7tjslo9e20] .side-menu-btn:focus .rz-button-icon-left {
    color: #dbeafe;
}

[b-7tjslo9e20] .side-menu-btn .rz-button-text {
    display: inline !important;
    opacity: 1 !important;
    color: #ffffff !important;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

[b-7tjslo9e20] .side-menu-btn:hover .rz-button-text,
[b-7tjslo9e20] .side-menu-btn:focus .rz-button-text {
    color: #ffd700 !important;
}

[b-7tjslo9e20] .side-menu-btn.rz-button-icon-only {
    width: 100% !important;
}

[b-7tjslo9e20] .side-menu-btn.rz-button-icon-only .rz-button-text {
    display: inline !important;
}

[b-7tjslo9e20] .side-menu-btn-active {
    color: #ffffff;
    background: linear-gradient(90deg, #4f46e5 0%, #6366f1 100%);
    border: none;
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.38) !important;
}

[b-7tjslo9e20] .side-menu-btn-active .rz-button-icon-left {
    color: #ffffff;
}

[b-7tjslo9e20] .side-menu-support-btn {
    margin-top: 0.35rem;
}

[b-7tjslo9e20] .side-menu-btn.rz-state-disabled,
[b-7tjslo9e20] .side-menu-btn:disabled {
    opacity: 0.45;
    box-shadow: none;
    border-color: transparent;
    background: transparent;
    transform: none;
}

.private-body[b-7tjslo9e20] {
    background-color: #f4f5f7;
}

.private-content[b-7tjslo9e20] {
    padding: 1rem;
    min-height: calc(100vh - 130px);
}

.private-footer[b-7tjslo9e20] {
    text-align: center;
    font-size: 0.8rem;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
    padding: 1rem;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .position-label[b-7tjslo9e20],
    .topbar-text[b-7tjslo9e20] {
        display: none;
    }

    .private-sidebar[b-7tjslo9e20] {
        width: 220px;
    }
}
/* /Shared/PublicLayout.razor.rz.scp.css */
.page[b-nr0458wt9p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-nr0458wt9p] {
    flex: 1;
}

.sidebar[b-nr0458wt9p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nr0458wt9p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nr0458wt9p]  a, .top-row .btn-link[b-nr0458wt9p] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nr0458wt9p] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nr0458wt9p] {
        display: none;
    }

    .top-row.auth[b-nr0458wt9p] {
        justify-content: space-between;
    }

    .top-row a[b-nr0458wt9p], .top-row .btn-link[b-nr0458wt9p] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nr0458wt9p] {
        flex-direction: row;
    }

    .sidebar[b-nr0458wt9p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nr0458wt9p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-nr0458wt9p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
