/* /Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.card-body label[b-pbdihb2sqj] {
    margin-top: 0 !important;
}
/* /Pages/Config/Account/AccountCreate.razor.rz.scp.css */
body[b-t75zhq76dn] {
}
/* /Pages/Config/Account/AccountForgotPassword.razor.rz.scp.css */
/* /Pages/Config/Account/AccountManager.razor.rz.scp.css */
.portal-header[b-o3ixt9uv8t] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dee2e6 !important;
}
/* /Pages/Config/Account/Shibboleth/AccountShibLogin.razor.rz.scp.css */
.text-info[b-uw0szjou1z] {
    color: #666666 !important;
}
/* /Pages/Config/Bot/Bot/Bot.razor.rz.scp.css */
td.min[b-t7avw9puto] {
    width: 1%;
    white-space: nowrap;
}
/* /Pages/Config/Bot/Bot/BotDetail.razor.rz.scp.css */
body[b-l2ew4477c7] {
}
/* /Pages/Config/Bot/Bot/BotEdit.razor.rz.scp.css */



/* /Pages/Config/Components/ComponentAccountManagerRole.razor.rz.scp.css */
.min-height[b-f2pa5qejgw] {
    min-height: 200px;
}

.space-height[b-f2pa5qejgw] {
    height: 75px;
}



.image-opacity[b-f2pa5qejgw] {
    background: rgba(99, 99, 99, 0.2);
}

.title[b-f2pa5qejgw] {
    text-transform: uppercase;
    text-shadow: 2px 2px #555;
}

.image-center[b-f2pa5qejgw] {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: stretch; /* stretch so inner overlay fills height */
    justify-content: center;
    width: 100%;
    min-height: 260px; /* desktop/default */
    box-sizing: border-box;
}

/* Ensure the overlay fills the container and preserves padding */
.image-center > .min-height[b-f2pa5qejgw] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2); /* preserves the opacity overlay behavior */
    padding: 2rem; /* matches existing p-5 roughly (adjust if needed) */
}

/* Mobile adjustments: increase min-height so image covers top/bottom and reduce padding */
@media (max-width: 767.98px) {
    .image-center[b-f2pa5qejgw] {
        min-height: 320px;
        background-position: center center;
    }

    .image-center > .min-height[b-f2pa5qejgw] {
        padding: 1.25rem; /* smaller padding for smaller screens */
    }

    /* If very small devices still crop important parts, allow a slightly different focal point */
    @supports (background-position: center center) {
        .image-center[b-f2pa5qejgw] {
            background-position: center 40%;
        }
    }
}
/* /Pages/Config/Components/ComponentFooter.razor.rz.scp.css */
img[b-pyo0oiu3gd] {
    height: 40px;
}
/* /Pages/Config/Components/ComponentLogo.razor.rz.scp.css */
img[b-87usht9w9l] {
    height: 40px;
    margin: 0 0 0 .75rem;
}
/* /Pages/Config/Components/ComponentNavLogin.razor.rz.scp.css */
body[b-3x1lo1734d] {
}
/* /Pages/Config/Components/ComponentNavMenu.razor.rz.scp.css */
/* CSS required for Bootstrap 5 nested submenus */
.dropdown-submenu[b-g9bunh10wd] {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu[b-g9bunh10wd] {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    /* Show submenu on hover for desktop */
    .dropdown-submenu:hover > .dropdown-menu[b-g9bunh10wd] {
        display: block;
    }
/* /Pages/Config/Database/DatabaseConnection.razor.rz.scp.css */
body[b-boitsfa9lj] {
}
/* /Pages/Config/Project/Project.razor.rz.scp.css */
body[b-q38k66jaff] {
}
/* /Pages/Config/Shared/MainLayout.razor.rz.scp.css */
.page[b-nywe4kkq08] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nywe4kkq08] {
    flex: 1;
}

.sidebar[b-nywe4kkq08] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nywe4kkq08] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nywe4kkq08]  a, .top-row .btn-link[b-nywe4kkq08] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nywe4kkq08] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nywe4kkq08] {
        display: none;
    }

    .top-row.auth[b-nywe4kkq08] {
        justify-content: space-between;
    }

    .top-row a[b-nywe4kkq08], .top-row .btn-link[b-nywe4kkq08] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nywe4kkq08] {
        flex-direction: row;
    }

    .sidebar[b-nywe4kkq08] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nywe4kkq08] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nywe4kkq08], article[b-nywe4kkq08] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Config/Shared/NoNavLayout.razor.rz.scp.css */
.page[b-959jpa14xe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-959jpa14xe] {
    flex: 1;
}

.sidebar[b-959jpa14xe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-959jpa14xe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-959jpa14xe]  a, .top-row .btn-link[b-959jpa14xe] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-959jpa14xe] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-959jpa14xe] {
        display: none;
    }

    .top-row.auth[b-959jpa14xe] {
        justify-content: space-between;
    }

    .top-row a[b-959jpa14xe], .top-row .btn-link[b-959jpa14xe] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-959jpa14xe] {
        flex-direction: row;
    }

    .sidebar[b-959jpa14xe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-959jpa14xe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-959jpa14xe], article[b-959jpa14xe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Landing/AboutUs.razor.rz.scp.css */
body[b-1w46759tw2] {
}

body[b-1w46759tw2] {
    margin-top: 20px;
}

.py-5[b-1w46759tw2] {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-5[b-1w46759tw2] {
    padding-top: 3rem !important;
}

.my-5[b-1w46759tw2] {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.border-0[b-1w46759tw2] {
    border: 0 !important;
}

.position-relative[b-1w46759tw2] {
    position: relative !important;
}

.shadow-lg[b-1w46759tw2] {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}

.card[b-1w46759tw2] {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.member-profile[b-1w46759tw2] {
    top: -50px;
    left: 0;
}

.text-center[b-1w46759tw2] {
    text-align: center !important;
}

.w-100[b-1w46759tw2] {
    width: 100% !important;
}

.position-absolute[b-1w46759tw2] {
    position: absolute !important;
}

.member-profile img[b-1w46759tw2] {
    width: 100px;
    height: 100px;
}

.rounded-circle[b-1w46759tw2] {
    border-radius: 50% !important;
}

.mx-auto[b-1w46759tw2] {
    margin-right: auto !important;
    margin-left: auto !important;
}

.shadow-sm[b-1w46759tw2] {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
