@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/KhInfinite.IAM_UI/Components/AccountMenu/AccountMenu.razor.rz.scp.css */
.popover-overlay[b-j8q6joh1n2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popover-container[b-j8q6joh1n2] {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/KhInfinite.IAM_UI/Components/AccountMenu/ProfileCard.razor.rz.scp.css */

.profile-card[b-oq8etvimg8] {
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    max-width: 400px;
}

.profile-photo img[b-oq8etvimg8] {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 16px;
}

.profile-info[b-oq8etvimg8] {
    flex: 1;
}

/* _content/KhInfinite.IAM_UI/Components/AccountMenu/ResetPasswordForm.razor.rz.scp.css */
/* _content/KhInfinite.IAM_UI/Components/CustomComponents/Attachments/Attachments.razor.rz.scp.css */
.input-group[b-xjlnwag93w] {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
/* _content/KhInfinite.IAM_UI/Components/CustomComponents/Attachments/AttachmentsView.razor.rz.scp.css */
/* _content/KhInfinite.IAM_UI/Components/CustomComponents/Toolbar.razor.rz.scp.css */
.toolbar-area[b-wozdfad9m7] {
    width: 100%;
    background-color: #e9ecef;
    position: sticky;
    color: #000;
    margin-bottom: 15px;
}
/* _content/KhInfinite.IAM_UI/Components/IAM/GroupList.razor.rz.scp.css */
.card-header[b-a8uytws0mj] {
    font-size: 22px; /* Adjust as needed */
    display: inline-block;
    text-align: center;
}

.list-group-custom[b-a8uytws0mj] {
    max-height: 300px;
    overflow-y: auto;
}

.list-group-item[b-a8uytws0mj] {
    cursor: pointer;
}

.card-group-list[b-a8uytws0mj] {
    width: 18rem;
    height: 380px; /* Set a fixed height as needed */
}
/* _content/KhInfinite.IAM_UI/Components/IAM/UserList.razor.rz.scp.css */
.card-header[b-9k5ll9i6ya] {
    font-size: 22px; /* Adjust as needed */
    display: inline-block;
    text-align: center;
}

.list-group-custom[b-9k5ll9i6ya] {
    max-height: 300px;
    overflow-y: auto;
}
.list-group-item[b-9k5ll9i6ya] {
    cursor:pointer;
}
.card-user-list[b-9k5ll9i6ya] {
    width: 18rem;
    height: 380px; /* Set a fixed height as needed */
}
/* _content/KhInfinite.IAM_UI/Components/Layout/Footer.razor.rz.scp.css */
.fixed-footer[b-pvf3rn8eyg] {
    position: fixed;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.footer-content[b-pvf3rn8eyg] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
/* _content/KhInfinite.IAM_UI/Components/Layout/Header.razor.rz.scp.css */
.fixed-header[b-5zlp1s4he8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.center-header[b-5zlp1s4he8] {
    font-size: 32px;
    font-weight: 600;
    color: #0456A2;
    text-align: center;
    text-shadow: 1px 1px #fff;
}

.account-section[b-5zlp1s4he8] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.avatar[b-5zlp1s4he8] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.container[b-5zlp1s4he8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 10px 5px;*/ 
}

@media (max-width: 768px) {
    .center-header[b-5zlp1s4he8] {
        font-size: 24px; 
    }

    .user[b-5zlp1s4he8] {
        display: none; 
    }
}
/* _content/KhInfinite.IAM_UI/Components/Layout/MainLayout.razor.rz.scp.css */
.fixed-header[b-ffrgwjflys] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.fixed-footer[b-ffrgwjflys] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.main-body[b-ffrgwjflys] {
    margin-top: 5rem;
}

.sidebar[b-ffrgwjflys] {
    width: 230px;
    position: fixed;
    height: 100%;
    background-color: #007bff;
    padding-top: 20px;
    overflow-y : scroll ;
}

.main-content[b-ffrgwjflys] {
    margin-left: 230px;
    padding: 15px;
}

.main-body[b-ffrgwjflys] {
    margin-top: 5rem;
}

.notification-area[b-ffrgwjflys] {
    position: sticky;
    background-color: #e9ecef;
    padding: 10px;
    margin-bottom: 15px;
}

.toolbar-area[b-ffrgwjflys] {
    width: 100%;
    background-color: #e9ecef;
    position: sticky;
    color: #000;
    margin-bottom: 15px;
}

.scrollable-content[b-ffrgwjflys] {
    max-height: 610px; 
    overflow-y: auto;
}

#blazor-error-ui[b-ffrgwjflys] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 768px) {
    .main-body[b-ffrgwjflys] {
        margin-top: 4rem;
    }
}
/* _content/KhInfinite.IAM_UI/Components/Layout/NavMenu.razor.rz.scp.css */
.bi[b-7r8pj7elbl] {
    display: inline-block;
    margin-right: 1rem;
    background-size: cover;
}

.nav-item[b-7r8pj7elbl] {
    font-size: 1rem;
    font-weight : 700 ;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7r8pj7elbl] {
        padding-top: 40px;
    }

    .nav-item:last-of-type[b-7r8pj7elbl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7r8pj7elbl]  .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-7r8pj7elbl]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: black;
    }

    .nav-item[b-7r8pj7elbl]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: black;
    }
/* _content/KhInfinite.IAM_UI/Pages/Authentication/LoginPage.razor.rz.scp.css */
/*.custom-container {
    max-width: 600px;
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
}
*/
/* _content/KhInfinite.IAM_UI/Pages/Diagnostics/LogDiagnostics.razor.rz.scp.css */
/* _content/KhInfinite.IAM_UI/Pages/Home.razor.rz.scp.css */
.custom-container[b-rtgr6inxzb] {
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/AppFeatures.razor.rz.scp.css */
.row[b-0uv8lk4qkw] {
    border-bottom: 1px solid #dee2e6; /* Add border to each row */
}

.card-title[b-0uv8lk4qkw] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.row:last-child[b-0uv8lk4qkw] {
    border-bottom: none; /* Remove border for the last row */
}

.bi:hover[b-0uv8lk4qkw] {
    color: blue;
    cursor: pointer;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/Apps.razor.rz.scp.css */
.custom-container[b-f8yugkmoou] {
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.bi:hover[b-f8yugkmoou] {
    color: blue;
    cursor: pointer;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/CreateApp.razor.rz.scp.css */
.custom-container[b-2x0k33bhqo] {
    max-width: 600px; /* Adjust the maximum width based on your preference */
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/CreateAppFeature.razor.rz.scp.css */
.custom-container[b-ryqfk8j98r] {
    max-width: 600px; 
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/CreateGroup.razor.rz.scp.css */
.custom-container[b-4nxm4zu64g] {
    max-width: 600px; /* Adjust the maximum width based on your preference */
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/CreateRole.razor.rz.scp.css */

.custom-container[b-3lj964m378] {
    max-width: 600px;
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
}


/* _content/KhInfinite.IAM_UI/Pages/IAM/CreateUser.razor.rz.scp.css */
.custom-container[b-9xvfe8ucfl] {
    max-width: 700px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
}

.card[b-9xvfe8ucfl] {
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.card-header[b-9xvfe8ucfl] {
    font-size: 24px; /* Adjust as needed */
    display: inline-block;
    text-align:center;
}


.form-label[b-9xvfe8ucfl] {
    font-size: 14px; /* Increased font size */
    margin-bottom: 0;
}

.form-control[b-9xvfe8ucfl] {
    font-size: 14px; /* Increased font size */
}

.form-group[b-9xvfe8ucfl] {
    margin-bottom: 1rem; /* Adjust as needed */
}

.shadow-sm[b-9xvfe8ucfl] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/EditAppFeature.razor.rz.scp.css */
.custom-container[b-qpx8h26m9x] {
    max-width: 600px; 
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/EditGroup.razor.rz.scp.css */
.custom-container[b-ic71p7g107] {
    max-width: 600px;
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/GroupAppsPage.razor.rz.scp.css */
.container-centered[b-i8z84l4m1n] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-custom[b-i8z84l4m1n] {
    width: 50%;
}

.card-app-list[b-i8z84l4m1n] {
    width: 18rem;
    height: 380px; /* Set a fixed height as needed */
    padding: 0;
}

.list-group-custom[b-i8z84l4m1n] {
    max-height: 300px;
    overflow-y: auto;
}

.card-header[b-i8z84l4m1n] {
    font-size: 22px; /* Adjust as needed */
    display: inline-block;
    text-align: center;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/GroupPage.razor.rz.scp.css */
.custom-container[b-kny3zd36go] {
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.bi:hover[b-kny3zd36go] {
    color: blue;
    cursor: pointer;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/GroupUsersPage.razor.rz.scp.css */
.container-centered[b-6pswpsnwc8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-custom[b-6pswpsnwc8] {
    width: 50%;
}

.card-user-list[b-6pswpsnwc8] {
    width: 18rem;
    height: 380px; /* Set a fixed height as needed */
    padding: 0;
}

.list-group-custom[b-6pswpsnwc8] {
    max-height: 300px;
    overflow-y: auto;
}

.card-header[b-6pswpsnwc8] {
    font-size: 22px; /* Adjust as needed */
    display: inline-block;
    text-align: center;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/RolesPage.razor.rz.scp.css */
.custom-container[b-7ddrofbdkz] {
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.bi:hover[b-7ddrofbdkz] {
    color: blue;
    cursor: pointer;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/UserAppFeaturesPage.razor.rz.scp.css */
.container-centered[b-8wiufuzlfw] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-custom[b-8wiufuzlfw] {
    width: 50%;
}

.card-app-list[b-8wiufuzlfw] {
    width: 18rem;
    height: 380px; /* Set a fixed height as needed */
    padding: 0;
}

.list-group-custom[b-8wiufuzlfw] {
    max-height: 300px;
    overflow-y: auto;
}

.card-header[b-8wiufuzlfw] {
    font-size: 22px; /* Adjust as needed */
    display: inline-block;
    text-align: center;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/UserAppsPage.razor.rz.scp.css */
.container-centered[b-cftmqb87q8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.card-custom[b-cftmqb87q8] {
    width: 50%;
}

.card-app-list[b-cftmqb87q8] {
    width: 18rem;
    height: 380px; /* Set a fixed height as needed */
    padding: 0;
}

.list-group-custom[b-cftmqb87q8] {
    max-height: 300px;
    overflow-y: auto;
}

.card-header[b-cftmqb87q8] {
    font-size: 22px; /* Adjust as needed */
    display: inline-block;
    text-align: center;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/UserRolesPage.razor.rz.scp.css */
.container-centered[b-731lnw15eo] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-custom[b-731lnw15eo] {
    width: 50%;
}

.card-role-list[b-731lnw15eo] {
    width: 18rem;
    height: 380px; /* Set a fixed height as needed */
    padding: 0;
}

.list-group-custom[b-731lnw15eo] {
    max-height: 300px;
    overflow-y: auto;
}

.card-header[b-731lnw15eo] {
    font-size: 22px; /* Adjust as needed */
    display: inline-block;
    text-align: center;
}
/* _content/KhInfinite.IAM_UI/Pages/IAM/UsersPage.razor.rz.scp.css */
.custom-container[b-ul14rb57bv] {
    margin: auto;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.bi:hover[b-ul14rb57bv]{
    color : blue ;
    cursor : pointer;
}
