/* _content/OssChat/Components/Layout/Header.razor.rz.scp.css */
.navbar.header-navbar[b-qglnv9sf8c] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3rem;
    min-height: 3rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-qglnv9sf8c] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

    .header-navbar .navbar-toggler .navbar-toggler-icon[b-qglnv9sf8c] {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        background-color: transparent !important;
        height: 1.5rem;
        width: 1.5rem;
    }

.title[b-qglnv9sf8c] {
    color: #04519f !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-qglnv9sf8c] {
        font-size: inherit;
    }
}

.navbar-loginout[b-qglnv9sf8c] {
    margin-left: auto;
    padding-right: 5px;
}

.w-mr-10[b-qglnv9sf8c] {
    margin-right: 10px
}

[b-qglnv9sf8c]{
    .ai-button {
        background-color: #04519f !important;
        color: white !important;
        border: none !important;
        border-radius: 50% !important;
        width: 28px;
        margin-right: 10px;
    }

    .ai-button:hover[b-qglnv9sf8c] {
        background-color: #337ab7 !important;
    }
}
/* _content/OssChat/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-25360pyceg] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

[b-25360pyceg] .page-layout,
[b-25360pyceg] .page-layout > .dx-gridlayout-root,
[b-25360pyceg] .layout-item {
    /*  background-color: inherit;*/
}

[b-25360pyceg] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-25360pyceg] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-25360pyceg] .fit-width {
    max-width: 100%;
}

[b-25360pyceg] .mw-1100 {
    max-width: 1100px;
}

.gridlayout-footer[b-25360pyceg] {
    display: block;
    color: rgba(0,0,0,.609);
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
/* _content/OssChat/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-yksc9s5z81] {
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

    .sidebar.collapse[b-yksc9s5z81] {
        display: none;
    }

    .sidebar.expand[b-yksc9s5z81] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-yksc9s5z81] {
        display: none;
    }

        .sidebar.expand[b-yksc9s5z81] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: auto;
            min-width: 100%;
            z-index: 1050;
        }
}

[b-yksc9s5z81] .app-sidebar {
    --dxbl-treeview-spacing-x: 0rem !important;
    --dxbl-treeview-spacing-y: 1rem;
}

    [b-yksc9s5z81] .app-sidebar .dxbl-scroll-viewer {
        --dxbl-treeview-spacing-x: 0.5rem;
        --dxbl-treeview-spacing-y: 1rem;
        background-color: #04519f;
        font-size: 1rem !important;
        font-weight: 600 !important;
    }

    [b-yksc9s5z81] .app-sidebar .dxbl-treeview-item-text-container {
        font-size: 1rem !important;
        font-weight: 600 !important;
        padding-top: 10px;
    }

    [b-yksc9s5z81] .app-sidebar .root-item > :first-child {
        --dxbl-treeview-font-weight: 600;
    }

    [b-yksc9s5z81] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }

@media (max-width: 1199.98px) {
    [b-yksc9s5z81] .app-sidebar {
        padding-bottom: 0;
    }
}
/* _content/OssChat/Components/Layout/PCLoginLayout.razor.rz.scp.css */
.head-content[b-n60tfl2dg0] {
    line-height: 100px;
    text-align: center;
    height: 100px;
    color: #04519f !important;
}

.head-content-text[b-n60tfl2dg0] {
    display: inline-block;
    height: 50px;
    width: 600px;
    font-size: 35px;
}

.body-content[b-n60tfl2dg0] {
    text-align: center;
}

.body-content-text[b-n60tfl2dg0] {
    display: inline-block;
    width: 800px;
}

.gridlayout-header[b-n60tfl2dg0] {
    height: 80px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background-color: white;
}

.gridlayout-footer[b-n60tfl2dg0] {
    display: block;
    color: rgba(0,0,0,.609);
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
/* _content/OssChat/Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-w4hdr601ja] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-w4hdr601ja] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-w4hdr601ja] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-w4hdr601ja] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/OssChat/Components/Pages/Index.razor.rz.scp.css */
[b-0db7it9z9w] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-0db7it9z9w] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-0db7it9z9w] .title {
    text-align: center;
}

[b-0db7it9z9w] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-0db7it9z9w] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-0db7it9z9w] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-0db7it9z9w] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-0db7it9z9w] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-0db7it9z9w] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-0db7it9z9w] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/OssChat/Components/Pages/Login.razor.rz.scp.css */
.gridlayout-item[b-e2yqu60q0z] {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gridlayout-item[b-e2yqu60q0z]:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.gridlayout-content[b-e2yqu60q0z] {
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.gridlayout-left-side-bar[b-e2yqu60q0z]:before {
    border-right: solid;
}

@media (max-width: 575.98px) {
    .gridlayout-item[b-e2yqu60q0z] {
        font-size: 0.9em;
    }
}
