/* /Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.card-body label[b-rvasl26rqb] {
    margin-top:0 !important;
}
/* /Pages/Config/Account/AccountCreate.razor.rz.scp.css */
body[b-gxyzxvckmk] {
}
/* /Pages/Config/Account/AccountForgotPassword.razor.rz.scp.css */
/* /Pages/Config/Account/AccountManager.razor.rz.scp.css */
.portal-header[b-dvkmoamjgg] {
    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-ld1uqo4epx] {
    color: #666666 !important;
}
/* /Pages/Config/Bot/Bot/Bot.razor.rz.scp.css */
td.min[b-8znneb30sa] {
    width: 1%;
    white-space: nowrap;
}
/* /Pages/Config/Bot/Bot/BotDetail.razor.rz.scp.css */
body[b-9tv9x2j91o] {
}
/* /Pages/Config/Bot/Bot/BotEdit.razor.rz.scp.css */



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

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



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

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

.image-center[b-vssgvtv8u9] {
    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-vssgvtv8u9] {
    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-vssgvtv8u9] {
        min-height: 320px;
        background-position: center center;
    }

    .image-center > .min-height[b-vssgvtv8u9] {
        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-vssgvtv8u9] {
            background-position: center 40%;
        }
    }
}
/* /Pages/Config/Components/ComponentFooter.razor.rz.scp.css */
img[b-of5b57605t] {
    height: 40px;
}
/* /Pages/Config/Components/ComponentLogo.razor.rz.scp.css */
img[b-gbwfxcoc5y] {
    height: 40px;
    margin: 0 0 0 .75rem;
}
/* /Pages/Config/Components/ComponentNavLogin.razor.rz.scp.css */
body[b-dtxj7exim8] {
}
/* /Pages/Config/Components/ComponentNavMenu.razor.rz.scp.css */
/* CSS required for Bootstrap 5 nested submenus */
.dropdown-submenu[b-yizi0qcyi3] {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-i55yjzz7i5], article[b-i55yjzz7i5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
