/* /Components/Layout/AccountNavigationEntry.razor.rz.scp.css */
.nav-item[b-c3btwzgy0i] {
    font-size: 0.9rem;
    padding: 0;
}

.nav-item[b-c3btwzgy0i]  .nav-link {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    gap: 0.55rem;
    line-height: 1.25rem;
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    width: 100%;
}

.nav-item[b-c3btwzgy0i]  .nav-link.active {
    background-color: rgba(255, 255, 255, 0.22);
    color: white;
}

.nav-item[b-c3btwzgy0i]  .nav-link:hover,
.nav-item[b-c3btwzgy0i]  .nav-link:focus-visible {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.account-navigation-child[b-c3btwzgy0i] {
    padding-left: 0;
}

.account-navigation-child[b-c3btwzgy0i]  .nav-link {
    padding-left: 2.25rem;
}

.account-navigation-section[b-c3btwzgy0i] {
    margin-bottom: 0.5rem;
}

.account-navigation-section-title[b-c3btwzgy0i] {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 0.5rem 0.75rem 0.35rem;
}

.account-navigation-item-icon[b-c3btwzgy0i] {
    flex: 0 0 auto;
    font-size: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 1.2rem;
}

.account-navigation-separator[b-c3btwzgy0i] {
    border-color: rgba(255, 255, 255, 0.24);
    margin: 12px 0.75rem;
    opacity: 1;
}
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* =========================================================
   Admin / Utility Layout Navigation
   Parsons DCC Screenshot Style
   ========================================================= */

/*.admin-shell {
    min-height: 100vh;
    width: 100%;
    position: relative;
    color: #ffffff;
    background: radial-gradient(circle at 18% 18%, rgba(82, 185, 255, 0.20), transparent 30%), radial-gradient(circle at 82% 20%, rgba(40, 80, 190, 0.28), transparent 34%), linear-gradient(105deg, #2c8bb8 0%, #286bbe 48%, #2947a3 100%) !important;
    overflow-x: hidden;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    z-index:5;
}

     Curved globe / network background 
    .admin-shell::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1 !important;
        pointer-events: none;
        opacity: 0.85;
    }

Dot/grid texture
.admin-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1 !important;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.32) 1px, transparent 1.7px), radial-gradient(circle, rgba(75, 195, 255, 0.28) 1px, transparent 1.8px), linear-gradient(90deg, rgba(255, 255, 255, 0.030) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px);
    background-size: 132px 132px, 186px 186px, 96px 96px, 96px 96px;
    background-position: 18px 14px, 74px 52px, center, center;
    opacity: 0.40;
}
*/

/* =========================================================
   Top Navigation
   ========================================================= */

.admin-top-nav[b-ghp9yqqh6x] {
    min-height: 64px;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    color: #ffffff;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.055), transparent 38%), linear-gradient(180deg, rgba(31, 37, 44, 0.98), rgba(28, 34, 41, 0.98));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(8px);
}

    /* Optional DCC logo/brand area if your markup has it later */
    .admin-top-nav[b-ghp9yqqh6x]::before {
        content: "";
        width: 150px;
        height: 42px;
        display: inline-block;
        background-image: url("/images/ParsonsDCC_logo.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        margin-right: 18px;
    }

/*
   If you do not want a logo in the admin nav, remove .admin-top-nav::before.
*/


/* =========================================================
   Nav Links
   ========================================================= */

.admin-nav-links[b-ghp9yqqh6x] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
}

.admin-nav-link[b-ghp9yqqh6x] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    color: rgba(255, 255, 255, 0.84);
    background: #33383d;
    border: 0;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

    .admin-nav-link:hover[b-ghp9yqqh6x],
    .admin-nav-link.active[b-ghp9yqqh6x] {
        color: #ffffff;
        background: #367fd8;
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(54, 127, 216, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13);
    }


/* =========================================================
   Account Dropdown
   ========================================================= */

.admin-account-dropdown[b-ghp9yqqh6x] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

    .admin-account-dropdown .btn-outline-secondary[b-ghp9yqqh6x] {
        min-height: 38px;
        display: inline-flex;
        align-items: center;    
        justify-content: center;
        gap: 8px;
        padding: 9px 14px;
        color: #ffffff;
        background: #33383d;
        border: 0;
        border-radius: 999px;
        font-size: 0.84rem;
        font-weight: 800;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
        cursor: pointer;
        transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    }

        .admin-account-dropdown .btn-outline-secondary:hover[b-ghp9yqqh6x] {
            color: #ffffff;
            background: #3b4045;
            transform: translateY(-1px);
        }

    .admin-account-dropdown .dropdown-toggle[b-ghp9yqqh6x]::after {
        margin-left: 0.35rem;
        border-top-color: rgba(255, 255, 255, 0.85);
    }


    /* Dropdown Menu */
    .admin-account-dropdown .dropdown-menu[b-ghp9yqqh6x] {
        min-width: 220px;
        padding: 8px;
        margin-top: 8px;
        color: #ffffff;
        background: linear-gradient(180deg, #1f252c 0%, #1c2229 100%);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 10px;
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.045);
        overflow: hidden;
    }

        .admin-account-dropdown .dropdown-menu.show[b-ghp9yqqh6x],
        .admin-account-dropdown .show.dropdown-menu[b-ghp9yqqh6x] {
            display: block;
        }


/* Dropdown Actions */
.account-dropdown-action[b-ghp9yqqh6x] {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.84) !important;
    background: transparent;
    border: 0;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease;
}

    .account-dropdown-action:hover[b-ghp9yqqh6x],
    .account-dropdown-action:focus[b-ghp9yqqh6x] {
        color: #ffffff !important;
        background: rgba(54, 127, 216, 0.28);
        text-decoration: none;
    }


/* Logout */
.logout-dropdown-item[b-ghp9yqqh6x] {
    color: #ffccd5 !important;
}

    .logout-dropdown-item:hover[b-ghp9yqqh6x],
    .logout-dropdown-item:focus[b-ghp9yqqh6x] {
        color: #ffffff !important;
        background: rgba(255, 77, 109, 0.24);
    }


/* Divider */
.dropdown-divider[b-ghp9yqqh6x] {
    margin: 7px 4px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 1;
}


/* =========================================================
   Admin Layout Body Content
   ========================================================= */

.admin-layout-content[b-ghp9yqqh6x] {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 64px);
    padding-top: 24px;
    padding-bottom: 32px;
}

/* =========================================================
   Admin Layout With Left Navigation
   ========================================================= */

.admin-shell[b-ghp9yqqh6x] {
    height: 100vh;
    min-height: 0;
    width: 100%;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(180deg, #1c2229 0%, #14191f 100%);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.admin-left-nav[b-ghp9yqqh6x] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 24px 14px;
    background: linear-gradient( 180deg, #1f252c, #1c2229 );
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.24), inset -1px 0 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    z-index: 10;
}

.admin-left-nav-brand[b-ghp9yqqh6x] {
    padding: 4px 12px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 18px;
}

.admin-left-nav-logo[b-ghp9yqqh6x] {
    max-width: 170px;
    max-height: 58px;
    object-fit: contain;
    display: block;
}

.admin-left-nav-title[b-ghp9yqqh6x] {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-left-nav-links[b-ghp9yqqh6x] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-left-nav-link[b-ghp9yqqh6x] {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.82);
    background: transparent;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

    .admin-left-nav-link:hover[b-ghp9yqqh6x] {
        color: #ffffff;
        background: rgba(54, 127, 216, 0.18);
        transform: translateX(2px);
        text-decoration: none;
    }

    .admin-left-nav-link.active[b-ghp9yqqh6x] {
        color: #ffffff;
        background: #367fd8;
        box-shadow: 0 8px 18px rgba(54, 127, 216, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.13);
    }

.admin-left-nav-icon[b-ghp9yqqh6x] {
    width: 22px;
    min-width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.admin-left-nav-footer[b-ghp9yqqh6x] {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-left-nav-logout[b-ghp9yqqh6x] {
    width: 100%;
    color: #ffccd5;
    border: 0;
    font-family: inherit;
}

    .admin-left-nav-logout:hover[b-ghp9yqqh6x] {
        background: rgba(255, 77, 109, 0.20);
    }


/* =========================================================
   Admin Main Content
   ========================================================= */

.admin-shell-main[b-ghp9yqqh6x] {
    height: 100%;
    width: 100%;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(180deg, #1c2229 0%, #14191f 100%);
}

.admin-top-nav[b-ghp9yqqh6x] {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    background: linear-gradient(180deg, rgba(31, 37, 44, 0.94), rgba(28, 34, 41, 0.94));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.admin-top-nav-title[b-ghp9yqqh6x] {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-layout-content[b-ghp9yqqh6x] {
    width: 100%;
    max-height:100vh;
    max-width: 100vw;
    padding: 0px !important;
    position: relative;
    z-index: 1;
}
    /* Keep the decorative circular lines only over the main content area */
    .admin-shell[b-ghp9yqqh6x]::before,
    .admin-shell[b-ghp9yqqh6x]::after {
        left: 260px;
        width: calc(100% - 260px);
        z-index: 0 !important;
        pointer-events: none !important;
    }

/* Left nav should sit above the background effects */
.admin-left-nav[b-ghp9yqqh6x] {
    position: relative;
    z-index: 5;
    background: linear-gradient( 180deg, #1f252c, #1c2229 ) !important;
    overflow: hidden;
}

/* Main content still stays above the decorative background */
.admin-shell-main[b-ghp9yqqh6x] {
    position: relative;
    z-index: 1;
}
body:has(.admin-page)[b-ghp9yqqh6x]::before,
body:has(.admin-page)[b-ghp9yqqh6x]::after,
body:has(.admin-shell)[b-ghp9yqqh6x]::before,
body:has(.admin-shell)[b-ghp9yqqh6x]::after {
    display: none !important;
}

.admin-shell[b-ghp9yqqh6x]::before,
.admin-shell[b-ghp9yqqh6x]::after {
    display: none !important;
}
/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {
    .admin-shell[b-ghp9yqqh6x] {
        grid-template-columns: 1fr;
    }

    .admin-left-nav[b-ghp9yqqh6x] {
        min-height: auto;
    }

    .admin-left-nav-links[b-ghp9yqqh6x],
    .admin-left-nav-footer[b-ghp9yqqh6x] {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .admin-left-nav-link[b-ghp9yqqh6x] {
        flex: 1 1 220px;
    }
}
@media (max-width: 820px) {
    .admin-top-nav[b-ghp9yqqh6x] {
        min-height: auto;
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
    }

        .admin-top-nav[b-ghp9yqqh6x]::before {
            width: 160px;
            height: 44px;
            margin-right: 0;
        }

    .admin-nav-links[b-ghp9yqqh6x] {
        width: 100%;
        flex-wrap: wrap;
        gap: 8px;
    }

    .admin-nav-link[b-ghp9yqqh6x] {
        flex: 1 1 auto;
    }

    .admin-account-dropdown[b-ghp9yqqh6x] {
        width: 100%;
    }

        .admin-account-dropdown .btn-outline-secondary[b-ghp9yqqh6x] {
            width: 100%;
        }

        .admin-account-dropdown .dropdown-menu[b-ghp9yqqh6x] {
            width: 100%;
        }

    .admin-layout-content[b-ghp9yqqh6x] {
        min-height: calc(100vh - 150px);
        padding-top: 18px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j65y7q72mt] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    width: 100%;
}

main[b-j65y7q72mt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-j65y7q72mt] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transition: width 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.sidebar-toggle-icon[b-j65y7q72mt] {
    right: 15px;
    top: 15px;
}

.page.sidebar-collapsed .sidebar[b-j65y7q72mt] {
    width: 0;
    overflow: hidden;
}

.sidebar-toggle-btn[b-j65y7q72mt] {
    position: absolute;
    top: 0px;
    left: 3px;
    z-index: 100;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0 4px 4px 0;
    padding: 15px 12px;
    cursor: pointer;
    transition: left 0.25s ease-in-out;
}

    .sidebar-toggle-btn:hover[b-j65y7q72mt] {
        background-color: #e2e6ea;
    }

.sidebar-expanded .sidebar-toggle-btn[b-j65y7q72mt] {
    left: 250px;
}

.sidebar-collapsed .sidebar-toggle-btn[b-j65y7q72mt] {
    left: 0px;
}

.top-row[b-j65y7q72mt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: var(--dcc-header-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.375rem 0.75rem;
}

.top-row .dropdown[b-j65y7q72mt] {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
}

    .top-row[b-j65y7q72mt]  a, .top-row[b-j65y7q72mt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-j65y7q72mt]  a:hover, .top-row[b-j65y7q72mt]  .btn-link:hover {
            text-decoration: underline;
        }

article[b-j65y7q72mt] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding: 0.75rem !important;
}

.page.hide-sidebar-completely .sidebar[b-j65y7q72mt],
.page.hide-sidebar-completely .sidebar-toggle-btn[b-j65y7q72mt] {
    display: none !important;
}
@media (max-width: 640.98px) {
    .page[b-j65y7q72mt] {
        flex-direction: column;
    }

    .sidebar[b-j65y7q72mt] {
        width: 100%;
        height: auto;
        position: relative;
    }

    .sidebar-expanded .sidebar-toggle-btn[b-j65y7q72mt] {
        left: auto;
        right: 15px;
    }

    .top-row[b-j65y7q72mt] {
        justify-content: flex-end;
    }

        .top-row[b-j65y7q72mt]  a, .top-row[b-j65y7q72mt]  .btn-link {
            margin-left: 0;
        }
}

#blazor-error-ui[b-j65y7q72mt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-j65y7q72mt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5bndfk4shp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-5bndfk4shp] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-5bndfk4shp] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5bndfk4shp] {
    font-size: 1.1rem;
}

.bi[b-5bndfk4shp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5bndfk4shp] {
    font-size: 1.2rem;
    padding-bottom: 0rem;
}

    .nav-item:first-of-type[b-5bndfk4shp] {
        padding-top: 0rem;
    }

    .nav-item:last-of-type[b-5bndfk4shp] {
        padding-bottom: 0.8rem;
    }

    .nav-item[b-5bndfk4shp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-5bndfk4shp]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-5bndfk4shp]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-5bndfk4shp] {
    display: none;
}

.account-navigation-app[b-5bndfk4shp] {
    padding-top: 0.35rem;
}

.account-navigation-app-title[b-5bndfk4shp] {
    align-items: center;
    color: white;
    display: flex;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 0.5rem;
    letter-spacing: 0.04em;
    margin: 0;
    padding: 0.65rem 1.5rem;
}

.account-navigation-app-title img[b-5bndfk4shp] {
    height: 1.5rem;
    object-fit: contain;
    width: 1.5rem;
}

.account-navigation-status[b-5bndfk4shp] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.85rem;
    margin: 0;
    padding: 0.75rem 1.5rem;
}

.account-navigation-error[b-5bndfk4shp] {
    color: #ffd5d5;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5bndfk4shp] {
    display: block;
}
/*DCC Additions*/
.brand-row[b-5bndfk4shp] {
    min-height: 140px;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 1rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-container[b-5bndfk4shp] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-link[b-5bndfk4shp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.brand-logo[b-5bndfk4shp] {
    width: 72px;
    height: 72px;
    display: block;
    margin-bottom: 0.65rem;
    background-image: var(--brand-logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 8px rgba(0, 234, 255, 0.35));
}

.brand-text[b-5bndfk4shp] {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
    line-height: 1.2;
    color: white;
}

.brand-link:hover[b-5bndfk4shp] {
    color: white;
    text-decoration: none;
}

    .brand-link:hover .brand-logo[b-5bndfk4shp] {
        transform: scale(1.03);
        transition: transform 0.2s ease-in-out;
    }

.dcc-sub-logo[b-5bndfk4shp] {
    max-width: 75px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5bndfk4shp] {
        display: none;
    }

    .nav-scrollable[b-5bndfk4shp] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rp7b9a9cad],
.components-reconnect-repeated-attempt-visible[b-rp7b9a9cad],
.components-reconnect-failed-visible[b-rp7b9a9cad],
.components-pause-visible[b-rp7b9a9cad],
.components-resume-failed-visible[b-rp7b9a9cad],
.components-rejoining-animation[b-rp7b9a9cad] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-retrying[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-failed[b-rp7b9a9cad],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rp7b9a9cad] {
    display: block;
}


#components-reconnect-modal[b-rp7b9a9cad] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s;
    animation: components-reconnect-modal-fadeOutOpacity-b-rp7b9a9cad 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-rp7b9a9cad 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rp7b9a9cad 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

    #components-reconnect-modal[b-rp7b9a9cad]::backdrop {
        background-color: rgba(0, 0, 0, 0.4);
        animation: components-reconnect-modal-fadeInOpacity-b-rp7b9a9cad 0.5s ease-in-out;
        opacity: 1;
    }

@keyframes components-reconnect-modal-slideUp-b-rp7b9a9cad {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rp7b9a9cad {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rp7b9a9cad {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rp7b9a9cad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rp7b9a9cad] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rp7b9a9cad] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rp7b9a9cad] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rp7b9a9cad] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rp7b9a9cad] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rp7b9a9cad] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rp7b9a9cad 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rp7b9a9cad] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rp7b9a9cad {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AccountAppsPage.razor.rz.scp.css */
.account-app-action-icon[b-q66uoccwce] {
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.admin-grid-order-controls[b-q66uoccwce] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.account-app-logo-preview[b-q66uoccwce] {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.account-app-logo-preview img[b-q66uoccwce] {
    max-height: 80px;
    max-width: 240px;
    object-fit: contain;
}

.account-app-navigation-editor[b-q66uoccwce] {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0.25rem;
}

.account-app-navigation-editor > .dcc-telerik-grid[b-q66uoccwce] {
    flex: 1 1 auto;
    min-height: 0;
}

.account-tab-panel[b-q66uoccwce]  .dcc-telerik-grid .k-grid-content {
    overflow-y: visible;
}

.account-app-navigation-child[b-q66uoccwce] {
    display: inline-block;
    padding-left: 1.5rem;
}

.account-app-draft-preview[b-q66uoccwce] {
    background: var(--kendo-color-surface, #ffffff);
    color: var(--kendo-color-on-app-surface, #212121);
    min-height: 100%;
    padding: 1.5rem;
}

.account-app-preview-logo[b-q66uoccwce] {
    display: block;
    margin-bottom: 1rem;
    max-height: 72px;
    max-width: 240px;
    object-fit: contain;
}

.account-app-preview-note[b-q66uoccwce],
.account-app-preview-item-note[b-q66uoccwce] {
    color: var(--kendo-color-subtle, #616161);
}

.account-app-preview-navigation[b-q66uoccwce] {
    display: grid;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.account-app-preview-section[b-q66uoccwce] {
    border: 1px solid var(--kendo-color-border, #e0e0e0);
    border-radius: 4px;
    display: grid;
    gap: 0.25rem;
    padding: 0.75rem;
}

.account-app-preview-section h6[b-q66uoccwce] {
    margin: 0 0 0.25rem;
}

.account-app-preview-item[b-q66uoccwce] {
    align-items: center;
    border-radius: 4px;
    display: flex;
    gap: 0.5rem;
    min-height: 40px;
    padding: 0.5rem 0.75rem;
}

.account-app-preview-item:hover[b-q66uoccwce] {
    background: var(--kendo-color-base-hover, #eeeeee);
}

.account-app-preview-item-note[b-q66uoccwce] {
    font-size: 0.75rem;
}

.account-app-preview-icon[b-q66uoccwce] {
    flex: 0 0 auto;
    font-size: 1.2rem;
}

.account-app-preview-unavailable[b-q66uoccwce] {
    color: var(--kendo-color-error, #d32f2f);
    font-size: 0.75rem;
    font-weight: 600;
}

.account-app-report-picker-warning[b-q66uoccwce] {
    margin-bottom: 0;
    margin-top: 0.75rem;
}

.account-navigation-icon-picker[b-q66uoccwce] {
    align-items: center;
    display: grid;
    gap: 0.6rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.account-navigation-icon-picker > .material-symbols-outlined[b-q66uoccwce] {
    font-size: 1.5rem;
    width: 1.5rem;
}

.account-powerbi-display-settings[b-q66uoccwce] {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.5rem;
    grid-column: 1 / -1;
    margin: 0;
    min-width: 0;
    padding: 0.75rem;
}

.account-powerbi-display-settings legend[b-q66uoccwce] {
    float: none;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    padding: 0 0.35rem;
    width: auto;
}

.account-powerbi-display-settings-grid[b-q66uoccwce] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-powerbi-display-section[b-q66uoccwce] {
    align-content: start;
    background: rgba(255, 255, 255, 0.035);
    border-radius: 0.35rem;
    display: grid;
    gap: 0.65rem;
    min-width: 0;
    padding: 0.75rem;
}

.account-powerbi-display-section h6[b-q66uoccwce] {
    margin: 0;
}

.account-powerbi-option-grid[b-q66uoccwce] {
    align-content: start;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
    .account-powerbi-display-settings-grid[b-q66uoccwce],
    .account-powerbi-option-grid[b-q66uoccwce] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/AccountDetailsPage.razor.rz.scp.css */
.account-details-list[b-man3902rhf] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 0;
}

.account-details-field[b-man3902rhf] {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    padding: 1rem;
}

.account-details-field dt[b-man3902rhf] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.account-details-field dd[b-man3902rhf] {
    font-size: 1rem;
    margin: 0;
}

.account-details-images[b-man3902rhf] {
    margin-top: 2rem;
}

.account-details-image-grid[b-man3902rhf] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.account-details-image-grid > div[b-man3902rhf] {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    min-height: 180px;
    padding: 1rem;
}

.account-details-image-grid img[b-man3902rhf] {
    display: block;
    max-height: 150px;
    max-width: 100%;
    object-fit: contain;
}
.account-details-header-actions[b-man3902rhf] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}
/* /Components/Pages/Admin/AccountPowerBiContentPage.razor.rz.scp.css */
.account-powerbi-report-header[b-fh1te3jx4q] {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.account-powerbi-filter[b-fh1te3jx4q] {
    min-width: 18rem;
}
/* /Components/Pages/Admin/ExternalAccessAdminPage.razor.rz.scp.css */
.external-access-account-options[b-fnbp3k3gnh] {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-height: 240px;
    overflow-y: auto;
}

.external-access-account-options label[b-fnbp3k3gnh] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.admin-form-help[b-fnbp3k3gnh] {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-size: 0.78rem;
    margin-top: 0.35rem;
}
/* /Components/Pages/Admin/ExternalDirectorySearch.razor.rz.scp.css */
.external-directory-search-row[b-31u5fh3tus] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.external-directory-search-row .admin-user-form-input[b-31u5fh3tus] {
    flex: 1 1 auto;
}

.external-directory-consent-button[b-31u5fh3tus] {
    margin-top: 12px;
}

.external-directory-results[b-31u5fh3tus] {
    max-height: 320px;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
}

.external-directory-result[b-31u5fh3tus] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-align: left;
    cursor: pointer;
}

.external-directory-result:hover[b-31u5fh3tus],
.external-directory-result:focus[b-31u5fh3tus] {
    background: rgba(54, 127, 216, 0.28);
    border-color: rgba(54, 127, 216, 0.55);
}

.external-directory-result-icon[b-31u5fh3tus] {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #367fd8;
    border-radius: 50%;
}

.external-directory-result-details[b-31u5fh3tus] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.external-directory-result-name[b-31u5fh3tus] {
    font-size: 0.92rem;
    font-weight: 700;
}

.external-directory-result-email[b-31u5fh3tus] {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

@media (max-width: 640px) {
    .external-directory-search-row[b-31u5fh3tus] {
        align-items: stretch;
        flex-direction: column;
    }

    .external-directory-search-row button[b-31u5fh3tus] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/PowerBiConnectionsPage.razor.rz.scp.css */
.admin-content-panel[b-vh8y2pd1vh]  .powerbi-connection-notification {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    display: flex;
    align-items: stretch !important;
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
}

.admin-content-panel[b-vh8y2pd1vh]  .powerbi-connection-notification > div,
.admin-content-panel[b-vh8y2pd1vh]  .powerbi-connection-notification .k-child-animation-container,
.admin-content-panel[b-vh8y2pd1vh]  .powerbi-connection-notification .k-notification-container,
.admin-content-panel[b-vh8y2pd1vh]  .powerbi-connection-notification .k-notification {
    width: 100%;
    max-width: none;
}

.admin-content-panel[b-vh8y2pd1vh]  .powerbi-connection-notification .k-notification {
    justify-content: flex-start;
}
/* /Components/Pages/Admin/UserDetailsPage.razor.rz.scp.css */
.user-details-list[b-98znpv202l] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 0;
}

.user-details-field[b-98znpv202l] {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    padding: 1rem;
}

.user-details-field dt[b-98znpv202l] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.user-details-field dd[b-98znpv202l] {
    font-size: 1rem;
    margin: 0;
}

.account-tab-header a.admin-create-button[b-98znpv202l] {
    align-items: center;
    display: inline-flex;
    text-decoration: none;
}
/* /Components/Pages/Login/AccountSelector.razor.rz.scp.css */
Original DCC Parsons Welcome CSS:
/* =========================================================
   Account Selector Page
   ParADIM-style project card layout
   ========================================================= */
.main-container[b-1v8jp2j6hp] {
    min-height: calc(100vh - 80px);
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 290px));
    justify-content: space-around;
    align-items: start;
    gap: 48px;
    padding: 70px 54px 48px;
    background: #ffffff;
    color: #2f3b45;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Loading / error text */
.main-container > p[b-1v8jp2j6hp] {
    grid-column: 1 / -1;
    color: #333333 !important;
    text-align: center;
    font-size: 1rem;
}

/* =========================================================
   Multi Org Choice - Left Organization List Layout
   ========================================================= */

.main-container[b-1v8jp2j6hp] {
    width: 100vw !important;
    max-width: none !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    color: #ffffff;
    background: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), url("/images/space-command-background.jpg");
    background-size: cover;
    background-position: center;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.org-layout[b-1v8jp2j6hp] {
    width: 100vw; /* Takes up 100% of the viewport width */
    min-height: 100vh; /* Takes up at least 100% of the viewport height */
    display: grid;
    grid-template-columns: 5px 1fr;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* Left organization rail */
.org-list-panel[b-1v8jp2j6hp] {
    grid-column: 1;
    width: 350px;
    min-height: 100vh;
    border-radius: 24px;
    padding: 34px 14px 70px;
    background-size: 150% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/ParsonsDCC_LeftNav_CardBG.png");
    border-radius: 0 8px 8px 0;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.24), inset -1px 0 0 rgba(255, 255, 255, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.org-list-header[b-1v8jp2j6hp] {
    display: felx;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 16px;
}

.org-list-header-logo[b-1v8jp2j6hp] {
    width: 165px;
    max-width: 100%;
    margin-bottom: 150px;
    height: auto;
    object-fit: contain;
    display: block;
}

.org-list-logo[b-1v8jp2j6hp] {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.org-list-subtitle[b-1v8jp2j6hp] {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.2;
}

.org-list[b-1v8jp2j6hp] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.org-list-item[b-1v8jp2j6hp] {
    display: flex;
    width: 300px;
    height: 70px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    border-radius: 35px;
    padding: 0px;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 8px;
    bottom: 5px;
    gap: 15px;
}
    .org-list-item .org-list-text[b-1v8jp2j6hp] {
        flex: 1 1 auto;
        display: block;
        margin: 0;
        text-align: left;
        align-self: center;
        line-height: 1.15;
    }
    .org-list-item:hover[b-1v8jp2j6hp],
    .org-list-item.active[b-1v8jp2j6hp] {
        background: rgba(255, 255, 255, 0.13);
    }

    .org-list-item:hover[b-1v8jp2j6hp] {
        transform: translateX(2px);
    }

.org-list-icon[b-1v8jp2j6hp] {
    width: 64px;
    height: auto;
    margin-right: 15px;
    min-width: 0;
    display: inline-flex;
    justify-content: flex-start;
    background: transparent !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.org-list-icon-img[b-1v8jp2j6hp] {
    max-width: fit-content;
    max-height: 65px;
    margin-right:10px;
    justify-content: flex-start;
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.org-list-text[b-1v8jp2j6hp] {
    color: #ffffff;
    line-height: 1.15;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    white-space: initial;
}

.org-list-footer[b-1v8jp2j6hp] {
    position: fixed;
    bottom: 15px;
    display: block;
    justify-content: center;
    padding: 5px;
    max-width: max-content;
    color: rgba(255, 255, 255, 0.22);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.035em;
}

.org-detail-panel[b-1v8jp2j6hp] {
    background-image: url("/images/WelcomeLayout_Background.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    grid-column: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 64px;
}

.admin-create-button[b-1v8jp2j6hp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    font-family: system-ui, sans-serif;
    font-size: 20px;
    font-weight: 600;
    min-width: 130px;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 85px;
    text-decoration: none;
}

.admin-logout-button[b-1v8jp2j6hp] {
    background-color: transparent;
    color: #ffffff;
    font-family: system-ui, sans-serif;
    font-size: 20px;
    font-weight: 600;
    min-width: 100px;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    position: fixed;
    border-radius: 15px;
    margin-bottom: 75px;
    bottom: 85px;
    justify-content: center;
}

.admin-create-button:hover[b-1v8jp2j6hp] {
    transform: scale(0.98);
}

.admin-logout-button:hover[b-1v8jp2j6hp] {
    transform: scale(0.98);
}
/* Right selected organization card */
.maingroup[b-1v8jp2j6hp] {
    position: relative;
    width: min(950px, 92%);
    height: min(78vh, 760px);
    min-height: 570px;
    display: flex;
    left: 150px;
    flex-direction: column;
    margin: 0px;
    padding: 0 0 24px;
    color: #252525;
    background: #f4f4f4;
    border: 3px solid #919191;
    border-radius: 24px;
    overflow: hidden !important;
    box-sizing: border-box;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.30), inset 0 1px rgba(255, 255, 255, 0.55);
}


    /* Remove the rule that stretches every image in the card */
    .maingroup img[b-1v8jp2j6hp] {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain !important;
    }


    .maingroup .org-preview[b-1v8jp2j6hp] {
        width: 100%;
        height: clamp(250px, 38vh, 360px);
        flex: 0 0 clamp(250px, 38vh, 360px);
        display: block;
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: 3px solid #919191;
        border-radius: 19px;
        background: transparent !important;
        overflow: hidden !important;
        box-sizing: border-box;
    }

    /* Make the image itself become the top panel of the card */
    .maingroup .org-preview-logo[b-1v8jp2j6hp] {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        display: block;
        object-fit: cover !important;
        object-position: center top;
        margin: 0 !important;
        padding: 0 !important;
        /*
       Top corners rounded, bottom corners square.
       This creates the look in your second screenshot.
    */
        border-radius: 19px !important;
    }

    /* Ensure global card image rules do not override the preview image */
    .maingroup img.org-preview-logo[b-1v8jp2j6hp] {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

.maingroup .mb-3[b-1v8jp2j6hp] {
    margin: 0 !important;
    padding: 40px 40px 0;
}

.modal-title[b-1v8jp2j6hp] {
    margin: 0 0 8px;
    color: #202020;
    font-size: 2.32rem;
    font-weight: 300;
    line-height: 1.2;
}
.modal-subtitle[b-1v8jp2j6hp] {
    margin: 0 0 18px;
    color: grey;
    font-size: 1.89rem;
    font-weight: 300;
    line-height: 1.2;
}
.maingroup .mb-3 .add_text[b-1v8jp2j6hp] {
    margin-top: 5px;
    font-size: 15px;
}

.maingroup .mb-3 .descr[b-1v8jp2j6hp] {
    margin: 0 0 5px;
    color: #717171;
    font-size: 1.38rem;
    font-weight: 400;
    line-height: 1.25;
}

.maingroup .nav-link[b-1v8jp2j6hp] {
    width: 400px;
    height: 90px;
    margin-top: auto;
    bottom: 10px;
    margin-left: 0px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background: #327ed8 !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 1.30rem;
    font-weight: 400;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(50, 126, 216, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

    .maingroup .nav-link:hover[b-1v8jp2j6hp] {
        background: #4090ee !important;
    }
    
/* Organization-specific border accents */
.space-command-modal[b-1v8jp2j6hp] {
    border-color: #327ed8;
}

.dsa-modal[b-1v8jp2j6hp] {
    border-color: #078c9a;
}

.default-modal[b-1v8jp2j6hp] {
    border-color: #7a8793;
}

/* Scope nav-link styling so sidebar styles do not override this page */
.main-container .nav-link[b-1v8jp2j6hp] {
    position: absolute;
    right: 16px;
    bottom: 10px;
    min-height: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 6px 13px;
    color: #ffffff !important;
    background: #0078d7 !important;
    border: 1px solid #0078d7 !important;
    border-radius: 3px;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: none;
    z-index: 2;
    transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

    .main-container .nav-link:hover[b-1v8jp2j6hp] {
        background: #006dc2 !important;
        border-color: #006dc2 !important;
        color: #ffffff !important;
        box-shadow: 0 2px 5px rgba(0, 120, 215, 0.25);
    }

    /* Hide icon if you want button text to look like screenshot's Open button */
    .main-container .nav-link .bi[b-1v8jp2j6hp] {
        display: none;
    }

/* Optional: replace "Enter DSA" with shorter button-like layout visually */
.main-container .nav-link[b-1v8jp2j6hp] {
    max-width: 88px;
    overflow: hidden;
    white-space: nowrap;
}


/* =========================================================
   Welcome Layout Header
   Matches main application top-row style
   ========================================================= */

.welcome-page[b-1v8jp2j6hp] {
    min-height: 100vh;
    width: 100%;
    background: var(--dcc-page-bg, #f1f1f1);
    color: var(--dcc-text, #00384c);
}

.welcome-main[b-1v8jp2j6hp] {
    min-height: 100vh;
    width: 100%;
    margin-left: 0 !important;
    background: transparent !important;
}

.welcome-top-row[b-1v8jp2j6hp] {
    height: var(--dcc-header-height, 50px);
    min-height: var(--dcc-header-height, 50px);
    position: sticky;
    top: 0;
    z-index: 50;
    background: #f3f3f3 !important;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding-top: 0;
    padding-bottom: 0;
}

.welcome-brand[b-1v8jp2j6hp] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

    .welcome-brand h1[b-1v8jp2j6hp] {
        margin: 0;
        color: var(--dcc-text-dark, #002f40);
        font-size: 1.15rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

.welcome-header-logo[b-1v8jp2j6hp] {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex: 0 0 auto;
}

.welcome-content[b-1v8jp2j6hp] {
    min-height: calc(100vh - var(--dcc-header-height, 50px));
    padding-top: 24px;
    padding-bottom: 32px;
}

.material-symbols-outlined[b-1v8jp2j6hp] {
    font-size: 35px;
    margin-right: 8px;
    color: white;
}

/* =========================================================
   Generated Organization Logo
   Used by Account Selector and NavMenu default styling
   ========================================================= */

.org-generated-logo[b-1v8jp2j6hp] {
    width: 100%;
    max-width: 100vh;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-image: linear-gradient(to right, teal, green);
    box-shadow: 0 8px 18px rgba(0, 107, 115, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    text-transform: uppercase;
    user-select: none;
    box-sizing: border-box;
}

/* Small icon shown in the left organization list */
.org-generated-logo-small[b-1v8jp2j6hp] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, teal, green);
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}


/* Large preview generated logo */
.org-generated-logo-preview[b-1v8jp2j6hp] {
    height: 100%;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    text-align: center;
}

/* Big acronym/title */
.org-generated-logo-preview-text[b-1v8jp2j6hp] {
    color: #ffffff;
    font-size: 4.0rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

/* Smaller full organization name */
.org-generated-logo-preview-subtext[b-1v8jp2j6hp] {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* =========================================================
   Responsive Account Selector Layout
   ========================================================= */

/* Large laptops / smaller desktops */
@media (max-width: 1400px) {
    .org-list-panel[b-1v8jp2j6hp] {
        width: 310px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .org-list-item[b-1v8jp2j6hp] {
        bottom: 80px;
        width: 270px;
        height: 64px;
        gap: 10px;
    }

    .org-list-icon[b-1v8jp2j6hp] {
        width: 56px;
    }

    .org-list-icon-img[b-1v8jp2j6hp] {
        width: 62px;
        height: 62px;
        max-height: 54px;
    }

    .org-list-text[b-1v8jp2j6hp] {
        font-size: 16px;
    }

    .org-detail-panel[b-1v8jp2j6hp] {
        padding: 36px 44px;
    }

    .maingroup[b-1v8jp2j6hp] {
        left: 90px;
        width: min(760px, 88%);
        height: min(74vh, 700px);
    }

    .modal-title[b-1v8jp2j6hp] {
        font-size: 2rem;
    }

    .modal-subtitle[b-1v8jp2j6hp] {
        font-size: 1.55rem;
    }

    .maingroup .nav-link[b-1v8jp2j6hp] {
        width: 320px;
        height: 72px;
        font-size: 1.1rem;
    }
}

/* Tablets / narrow desktops */
@media (max-width: 1100px) {
    .main-container[b-1v8jp2j6hp] {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .org-layout[b-1v8jp2j6hp] {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .org-list-panel[b-1v8jp2j6hp] {
        width: 300px;
        min-height: 100vh;
    }

    .org-detail-panel[b-1v8jp2j6hp] {
        padding: 28px;
        justify-content: center;
    }

    .maingroup[b-1v8jp2j6hp] {
        left: 0;
        width: min(680px, 94%);
        min-height: 540px;
        height: auto;
    }
    
    .org-list-item[b-1v8jp2j6hp]{
        bottom:10px;
    }

    .org-preview[b-1v8jp2j6hp] {
        height: 280px;
        flex-basis: 280px;
    }

    .org-preview-logo[b-1v8jp2j6hp] {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .maingroup .nav-link[b-1v8jp2j6hp] {
        width: 280px;
        height: 64px;
        font-size: 1rem;
        margin-left: 16px;
        margin-bottom: 16px;
    }

    .main-container .nav-link[b-1v8jp2j6hp] {
        max-width: none;
        white-space: normal;
    }
}

/* Mobile / stacked layout */
@media (max-width: 760px) {
    .main-container[b-1v8jp2j6hp] {
        min-height: 100vh !important;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .org-layout[b-1v8jp2j6hp] {
        width: 100%;
        min-height: 100vh;
        grid-template-columns: 1fr;
    }

    .org-list-panel[b-1v8jp2j6hp] {
        grid-column: 1;
        width: 100%;
        min-height: auto;
        padding: 22px 18px 26px;
        border-radius: 0 0 24px 24px;
        background-size: cover;
        background-position: center top;
    }

    .org-list-header[b-1v8jp2j6hp] {
        justify-content: center;
        padding: 12px 10px;
        margin: 80px
    }

    .org-list-header-logo[b-1v8jp2j6hp] {
        width: 210px;
        margin-bottom: 28px;
    }

    .org-list[b-1v8jp2j6hp] {
        width: 100%;
        gap: 10px;
    }

    .org-list-item[b-1v8jp2j6hp] {
        width: 100%;
        height: 58px;
        gap: 10px;
        padding: 0 10px;
    }

    .org-list-icon[b-1v8jp2j6hp] {
        width: 50px;
        margin-right: 8px;
    }

    .org-list-icon-img[b-1v8jp2j6hp] {
        width: 50px;
        height: 50px;
        max-height: 48px;
    }

    .org-list-text[b-1v8jp2j6hp] {
        font-size: 15px;
        margin-left: 4px;
    }

    .org-list-footer[b-1v8jp2j6hp] {
        position: static;
        margin-top: 24px;
        width: 100%;
        max-width: none;
        font-size: 0.62rem;
    }

    .admin-create-button[b-1v8jp2j6hp],
    .admin-logout-button[b-1v8jp2j6hp] {
        position: static;
        width: 100%;
        max-width: 240px;
        margin: 8px auto;
    }

    .org-detail-panel[b-1v8jp2j6hp] {
        grid-column: 1;
        min-height: auto;
        padding: 24px 16px 48px;
        align-items: flex-start;
        justify-content: center;
    }

    .maingroup[b-1v8jp2j6hp] {
        left: 0;
        width: 100%;
        max-width: 100%;
        min-height: 580px;
        height: auto;
        border-radius: 18px;
    }

    .org-preview[b-1v8jp2j6hp] {
        height: 230px;
        flex-basis: 230px;
    }

    .org-preview-logo[b-1v8jp2j6hp] {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center;
    }

    .maingroup .mb-3[b-1v8jp2j6hp] {
        padding: 19px 40px 0;
    }

    .modal-title[b-1v8jp2j6hp] {
        font-size: 1.7rem;
    }

    .modal-subtitle[b-1v8jp2j6hp] {
        font-size: 1.2rem;
    }

    .maingroup .mb-3 .descr[b-1v8jp2j6hp] {
        font-size: 1rem;
    }

    .maingroup .nav-link[b-1v8jp2j6hp] {
        width: calc(100% - 40px);
        height: 56px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 18px;
        font-size: 1rem;
    }

    .main-container .nav-link[b-1v8jp2j6hp] {
        position: static;
        max-width: none;
    }
}

/* Very small phones */
@media (max-width: 420px) {
    .org-list-header-logo[b-1v8jp2j6hp] {
        width: 180px;
    }

    .org-list-item[b-1v8jp2j6hp] {
        height: 54px;
    }

    .org-list-icon-img[b-1v8jp2j6hp] {
        width: 44px;
        height: 44px;
    }

    .org-list-text[b-1v8jp2j6hp] {
        font-size: 14px;
    }

    .org-preview[b-1v8jp2j6hp] {
        height: 200px;
        flex-basis: 200px;
    }

    .modal-title[b-1v8jp2j6hp] {
        font-size: 1.45rem;
    }

    .modal-subtitle[b-1v8jp2j6hp] {
        font-size: 1.05rem;
    }
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
/* =========================================================
   Parsons DCC Login Page
   ========================================================= */

html[b-59nnq813mq],
body[b-59nnq813mq] {
    min-height: 100%;
    margin: 0;
}

/* Full-screen background */
.login-page[b-59nnq813mq] {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 3vh, 48px);
    background-color: #087fb9;
    background-image: url("/images/ParsonsDCC_Artwork_Slices.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

    /* Optional blue overlay for consistent contrast */
    .login-page[b-59nnq813mq]::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background: linear-gradient( 105deg, rgba(0, 166, 205, 0.12) 0%, rgba(0, 111, 191, 0.08) 52%, rgba(0, 50, 160, 0.16) 100% );
    }


/* =========================================================
   Main Login Card
   ========================================================= */

.login-container[b-59nnq813mq] {
    position: relative;
    z-index: 1;
    width: clamp(360px, 25vw, 480px);
    min-height: min(80vh, 925px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-left: clamp(20px, 3vw, 21px);
    padding-right: clamp(20px, 3vw, 21px);
    margin-bottom: 80px;
    color: #ffffff;
    background-color: transparent !important;
    background-image: url("/images/ParsonsDCC_LoginCard_BG.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 0px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    box-sizing: border-box;
    overflow: hidden;
}


    /* =========================================================
   Logo Area
   The h3 is replaced visually by the logo.
   ========================================================= */

    .login-container > h3[b-59nnq813mq] {
        width: 100%;
        min-height: 130px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0 0 clamp(34px, 5vh, 64px);
        padding: 0;
        color: transparent;
        font-size: 0;
        line-height: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

        .login-container > h3[b-59nnq813mq]::before {
            content: "";
            display: block;
            width: min(100%, 330px);
            height: 120px;
        }


    /* =========================================================
   Error Message
   ========================================================= */

    .login-container .alert.alert-danger[b-59nnq813mq] {
        width: 100%;
        margin: 0 0 18px;
        padding: 12px 16px;
        color: #ffd8de;
        background: rgba(190, 35, 55, 0.18);
        border: 1px solid rgba(255, 99, 120, 0.35);
        border-radius: 12px;
        font-size: 0.82rem;
        line-height: 1.35;
        text-align: center;
        box-sizing: border-box;
    }


    /* =========================================================
   Login Form
   ========================================================= */

    .login-container > form[b-59nnq813mq] {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

        .login-container > form .mb-3[b-59nnq813mq] {
            margin-bottom: clamp(18px, 3vh, 32px) !important;
        }

    /* Keep labels accessible but visually hidden */
    .login-container .form-label[b-59nnq813mq] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }


    /* =========================================================
   Email and Password Inputs
   ========================================================= */

    .login-container .form-control[b-59nnq813mq] {
        width: 100%;
        height: clamp(62px, 8vh, 96px);
        min-height: 62px;
        padding: 0 clamp(22px, 2.5vw, 40px) !important;
        color: #ffffff !important;
        background: rgba(99, 106, 114, 0.34) !important;
        border: 1px solid rgba(255, 255, 255, 0.015) !important;
        border-radius: 999px !important;
        font-family: inherit;
        font-size: clamp(1rem, 1.2vw, 1.45rem);
        font-weight: 600;
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.16) !important;
        box-sizing: border-box;
        outline: none !important;
        transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
    }

        .login-container .form-control[b-59nnq813mq]::placeholder {
            color: rgba(225, 229, 234, 0.62);
            opacity: 1;
        }

        .login-container .form-control:hover[b-59nnq813mq] {
            background: rgba(108, 115, 123, 0.40) !important;
        }

        .login-container .form-control:focus[b-59nnq813mq] {
            color: #ffffff !important;
            background: rgba(108, 115, 123, 0.44) !important;
            border-color: rgba(23, 153, 230, 0.72) !important;
            box-shadow: 0 0 0 3px rgba(20, 151, 228, 0.20), inset 0 2px 6px rgba(0, 0, 0, 0.16) !important;
        }


    /* Hide Remember Me to match reference */
    .login-container .form-check[b-59nnq813mq] {
        display: none !important;
    }


    /* =========================================================
   Enter DCC Button
   ========================================================= */

    .login-container > form .btn.btn-primary[b-59nnq813mq] {
        width: 100%;
        height: clamp(62px, 8vh, 96px);
        min-height: 62px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: clamp(4px, 1vh, 12px) 0 0;
        padding: 0 24px;
        color: #ffffff !important;
        background: #078fdf !important;
        border: 0 !important;
        border-radius: 999px !important;
        font-family: inherit;
        font-size: clamp(1rem, 1.15vw, 1.4rem);
        font-weight: 600;
        line-height: 1;
        box-shadow: 0 10px 26px rgba(0, 137, 221, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
        cursor: pointer;
        transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
    }

        .login-container > form .btn.btn-primary:hover[b-59nnq813mq] {
            background: #10a3f2 !important;
            transform: translateY(-1px);
            box-shadow: 0 14px 30px rgba(0, 145, 230, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
        }


    /* =========================================================
   Microsoft Entra Button
   ========================================================= */

    .login-container .entra-btn[b-59nnq813mq] {
        width: 100%;
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: clamp(20px, 4vh, 42px) 0 0;
        padding: 10px 18px;
        color: #ffffff !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 8px !important;
        font-family: inherit;
        font-size: clamp(1rem, 1.1vw, 1.3rem);
        font-weight: 600;
        line-height: 1.2;
        cursor: pointer;
        transition: color 160ms ease, background-color 160ms ease;
    }

        .login-container .entra-btn:hover[b-59nnq813mq] {
            color: #ffffff !important;
            background: rgba(255, 255, 255, 0.05) !important;
        }
    .login-container[b-59nnq813mq] ,
    .login-container > form[b-59nnq813mq] {
        margin-top:75px;
    }
    /* =========================================================
   Footer Legal Text
   ========================================================= */
    .login-container .entra-btn-subtext[b-59nnq813mq] {
        position: static;
        display: block;
        width: 100%;
        margin-top: auto;
        margin-bottom: 10px;
        padding-top: clamp(24px, 5vh, 54px);
        color: rgba(255, 255, 255, 0.30);
        font-size: clamp(0.68rem, 0.75vw, 0.86rem);
        font-weight: 700;
        line-height: 1.65;
        letter-spacing: 0.055em;
        text-align: center;
        text-transform: none;
        white-space: normal;
    }


    /* =========================================================
   Accessibility
   ========================================================= */

    .login-container .btn:focus-visible[b-59nnq813mq],
    .login-container .form-control:focus-visible[b-59nnq813mq],
    .login-container .entra-btn:focus-visible[b-59nnq813mq] {
        outline: 3px solid rgba(80, 185, 255, 0.80) !important;
        outline-offset: 3px;
    }


/* =========================================================
   Laptop / Short-Screen Adjustment
   ========================================================= */

@media (max-height: 820px) {
    .login-page[b-59nnq813mq] {
        align-items: flex-start;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .login-container[b-59nnq813mq] {
        min-height: 720px;
        padding-top: 34px;
        padding-bottom: 28px;
    }

        .login-container > h3[b-59nnq813mq] {
            min-height: 92px;
            margin-bottom: 28px;
        }

            .login-container > h3[b-59nnq813mq]::before {
                height: 88px;
            }

        .login-container .form-control[b-59nnq813mq],
        .login-container > form .btn.btn-primary[b-59nnq813mq] {
            height: 62px;
        }

        .login-container .entra-btn[b-59nnq813mq] {
            margin-top: 22px;
        }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 640px) {
    .login-page[b-59nnq813mq] {
        position: relative;
        align-items: flex-start;
        min-height: 100vh;
        padding: 16px;
        overflow-y: auto;
    }

    .login-container[b-59nnq813mq] {
        width: 100%;
        min-height: calc(100vh - 32px);
        margin: 0;
        padding: 32px 20px 24px;
        border-radius: 20px;
    }

        .login-container > h3[b-59nnq813mq] {
            min-height: 92px;
            margin-bottom: 30px;
        }

            .login-container > h3[b-59nnq813mq]::before {
                width: min(100%, 280px);
                height: 88px;
            }

        .login-container .form-control[b-59nnq813mq],
        .login-container > form .btn.btn-primary[b-59nnq813mq] {
            height: 62px;
            min-height: 62px;
            font-size: 1rem;
        }

        .login-container .entra-btn[b-59nnq813mq] {
            margin-top: 22px;
            font-size: 1rem;
        }

        .login-container .entra-btn-subtext[b-59nnq813mq] {
            padding-top: 28px;
            font-size: 0.68rem;
        }
}
/* /Components/Pages/UserInterface/AccountPowerBiReport.razor.rz.scp.css */
.account-powerbi-report[b-7ktsdp5i18] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: calc(100vh - var(--dcc-header-height) - 1.5rem);
    min-height: 0;
}

.account-powerbi-report-header[b-7ktsdp5i18] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

.account-powerbi-viewer-controls[b-7ktsdp5i18] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: flex-end;
}

.account-powerbi-control-button[b-7ktsdp5i18] {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0.25rem;
    color: #172033;
    font-size: 0.82rem;
    font-weight: 600;
    min-height: 2rem;
    padding: 0.3rem 0.55rem;
}

.account-powerbi-control-button:hover:not(:disabled)[b-7ktsdp5i18],
.account-powerbi-control-button[aria-pressed="true"][b-7ktsdp5i18] {
    background: #dcecff;
    border-color: #367fd8;
}

.account-powerbi-control-button:disabled[b-7ktsdp5i18] {
    cursor: not-allowed;
    opacity: 0.5;
}

.account-powerbi-zoom[b-7ktsdp5i18] {
    color: inherit;
    font-variant-numeric: tabular-nums;
    min-width: 3.5rem;
    text-align: center;
}

.account-powerbi-report-container[b-7ktsdp5i18] {
    background: var(--dcc-report-background, transparent);
    border: var(--dcc-report-border, 0px);
    flex: 1;
    min-height: 28rem;
    width: 100%;
}

.account-powerbi-report-container[b-7ktsdp5i18]  iframe {
    display: block;
    height: 100%;
    width: 100%;
}
/* /Components/Pages/UserInterface/ExternalContent.razor.rz.scp.css */
.external-content[b-cgyb9qrprq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: calc(100vh - 8rem);
    min-height: 32rem;
}

.external-content-header[b-cgyb9qrprq] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.external-content-header h1[b-cgyb9qrprq] {
    font-size: 1.5rem;
    margin: 0;
}

.external-content-frame[b-cgyb9qrprq] {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.18);
    flex: 1;
    min-height: 24rem;
    width: 100%;
}
/* /Components/Shared/AdminGridLink.razor.rz.scp.css */
a[b-xjhwjb9vti],
a:visited[b-xjhwjb9vti] {
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none !important;
}

a:hover[b-xjhwjb9vti],
a:focus-visible[b-xjhwjb9vti] {
    color: #ffffff !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
}
