@import 'Portal.Web.Client.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/Portal.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app[b-djij5e6csi] {
    display: grid;
    grid-template-columns: auto 1fr;
}

nav.topbar[b-djij5e6csi] {
    grid-column: 2 / 3;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 4rem;
    align-items: center;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    nav.topbar > header[b-djij5e6csi] {
        margin-right: auto;
        flex: 1;
    }
        nav.topbar > header h1[b-djij5e6csi] {
            margin-left: 0.75rem;
            margin-right: 1rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 1.125rem;
            line-height: 1.75rem;
            color: #fff;
            font-weight: 600;
        }
.topbar-main-actions[b-djij5e6csi] {
    flex: 2;
}
.topbar-main-actions input[b-djij5e6csi] {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.5rem;
    display: block;
    width: 100%;
    border-radius: 9999px;
    border-width: 1px;
    padding-bottom: .5rem;
    padding-top: .5rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: rgb(107 114 128);
    background-color: rgb(17 24 39);
    color: rgb(255 255 255);
}
.topbar-secondary-actions[b-djij5e6csi] {
    flex: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
}
.profile[b-djij5e6csi] {
    cursor: pointer;
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    background-color: #104361;
    color: #7dd3fc;
    font-weight: 500;
}



.main-content[b-djij5e6csi] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


main[b-djij5e6csi] {
    display: flex;
}

    main > .subsidebar[b-djij5e6csi] {
        grid-column: 1;
        border: 1px solid blue;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    main > .content[b-djij5e6csi] {
        /*max-width: 72rem;*/
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
        overflow:auto;
        max-height:calc(100vh - 4rem + 4px);
    }
/* _content/Portal.Web/Components/Layout/MainSidebar.razor.rz.scp.css */
.main-sidebar[b-9fbvwrggk3] {
    width: 112px;
    display: flex;
    flex-direction: column;
    border-right-width: 1px;
    border-color: var(--border-color);
    border-right-style: solid;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

li[b-9fbvwrggk3]  a[href] {
    font-size: .75rem;
    display: block;
    padding: .75rem;
    margin: .75rem .25rem;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: var(--default-color);
    transition: background .3s, color .3s;
    border-radius: .5rem;
}

    li[b-9fbvwrggk3]  a[href].active, li:hover[b-9fbvwrggk3]  a[href] {
        background: var(--overlay-bg-color);
    }

    li[b-9fbvwrggk3]  a[href].active, li:hover[b-9fbvwrggk3]  a[href] {
        color: var(--primary-color);
    }

li i[b-9fbvwrggk3] {
    margin: auto;
    height: 1em;
    font-size: 1.5rem;
}

li span[b-9fbvwrggk3] {
    margin-top: .25rem;
    display: block;
}
/* _content/Portal.Web/Components/Layout/SubSidebar.razor.rz.scp.css */
nav[b-snofc3r1pb] {
    width: 15rem !important;
    background-color: rgb(43 53 68);
    border-color: var(--border-color);
    border-right-width: 1px;
    border-right-style: solid;
    height: 100%;
    display: flex;
}

    nav[b-snofc3r1pb]  ul {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        flex-direction: column !important;
        display: flex !important;
        flex: 1 0 auto;
    }

        nav[b-snofc3r1pb]  ul li {
            margin-bottom: 0.25rem !important;
            margin-top: 0.25rem !important;
        }

            nav[b-snofc3r1pb]  ul li a {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                gap: 0.5rem;
                font-weight: 500 !important;
                font-size: 1rem !important;
                line-height: 1.5rem !important;
                padding: 0.5rem !important;
                border-radius: 0.375rem !important;
                width: 100% !important;
                position: relative !important;
            }

                nav[b-snofc3r1pb]  ul li a[href] {
                    color: rgb(209 213 219);
                }

                    nav[b-snofc3r1pb]  ul li a[href].active, nav[b-snofc3r1pb]  ul li a[href]:hover {
                        background-color: rgba(56,189,248,.08) !important;
                        color: rgb(56 189 248);
                    }

                nav[b-snofc3r1pb]  ul li a i {
                    width: 1.25em;
                }
/* _content/Portal.Web/Components/Pages/Accounts/Login.razor.rz.scp.css */
div[b-edvc89dcav] {
    display: flex;
    margin: 40px auto auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* _content/Portal.Web/Components/Pages/Accounts/LoginButton.razor.rz.scp.css */

button[b-u2s5xzjxkd] {
    background: hsl(210deg 100% 12%);
    color: hsla(210, 100%, 75%, 1.0);
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    border-width: 1px;
    text-transform: uppercase;
    padding: .4rem 1rem;
    border-radius: .25rem;
    line-height: 1.25rem;
    font-weight: bold;
}

    button:hover[b-u2s5xzjxkd] {
        background-color: hsl(210deg 100% 12%);
        color: hsla(210, 100%, 85%, 1.0);
    }
/* _content/Portal.Web/Components/Pages/Admin/Users/UsersList.razor.rz.scp.css */
fieldset[b-nq0ctvbinb] {
    border: 1px solid rgb(167 139 250/ 0.25);
    padding:1.25rem 1.5rem;
}
legend[b-nq0ctvbinb] {
    color: var(--primary-color);
}
label[b-nq0ctvbinb] {
    width: 400px;
    display: inline-block;
    color: var(--primary-color);
    line-height: 2rem;
}
form div[b-nq0ctvbinb] {
    margin-bottom:1rem;
}
[b-nq0ctvbinb] input {
    width: 400px;
    padding: 0.45rem .75rem;
    border-radius: .5rem;
    border: none;
    background: var(--overlay-bg-color);
    color: var(--default-color);
}
/* _content/Portal.Web/Components/Pages/EmailSignature/EmailSignature.razor.rz.scp.css */
.content[b-fsw3v93r7p] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: max(90%, 500px);
    flex:1 0 auto;
    margin:auto;
}

.alert.alert-success[b-fsw3v93r7p] {
    margin-bottom: 16px;
    margin-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    position: relative;
    text-align: center;
    color: rgb(117, 183, 152);
    background-color: rgb(5, 27, 17);
    border-color: rgb(15, 81, 50);
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
}

[b-fsw3v93r7p] form {
    width: max(90%, 500px);
}
/* _content/Portal.Web/Components/Pages/Home.razor.rz.scp.css */
.welcome[b-x7rzbdrg16] {
    display: flex;
    margin: 40px auto auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* _content/Portal.Web/Components/Pages/Reports/Salaries/Payroll.razor.rz.scp.css */
h3[b-o9bzqg6oi2]{
    margin-bottom:1rem;
}
.header-info[b-o9bzqg6oi2] {
    display:flex;
    justify-content:space-between;
}
/* _content/Portal.Web/Components/Pages/Workforce/People/PeopleDetails.razor.rz.scp.css */
fieldset[b-xqner583ht] {
    margin:1rem 0 2rem;
}
