/* _content/AgentManagement/Pages/Login.razor.rz.scp.css */
.gridlayout-item[b-s6walp8qn8] {
    font-size: 14px;
    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-s6walp8qn8]:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }

.gridlayout-content[b-s6walp8qn8] {
    background-color: white;
}

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

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

.card[b-s6walp8qn8] {
    border-radius:10px;
    width:90%;
}

[b-s6walp8qn8] .loginInputCss {
    float: left;
    width: 65%;
}

/*手机端 横屏*/
@media screen and (max-width: 980px) {
    .gridlayout-content[b-s6walp8qn8] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}
/*手机端 竖屏*/
@media screen and (max-width: 575.98px) {
    .gridlayout-content[b-s6walp8qn8] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    [b-s6walp8qn8] .loginInputCss {
        width: 50%;
    }
}
/* _content/AgentManagement/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-zjkqz0cm19] {
    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-zjkqz0cm19] {
    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-zjkqz0cm19] {
        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-zjkqz0cm19] {
    color: #04519f !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

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

.w-mr-10[b-zjkqz0cm19] {
    margin-right: 10px
}
/* _content/AgentManagement/Shared/MainLayout.razor.rz.scp.css */
.page[b-gnpkhn9hhj] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}

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

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

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

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

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

.gridlayout-footer[b-gnpkhn9hhj] {
    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/AgentManagement/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-byil1kcj05] {
    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-byil1kcj05] {
    display: none;
}

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

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

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

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

[b-byil1kcj05] .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-byil1kcj05] .app-sidebar .dxbl-treeview-item-text-container {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding-top: 10px;
}

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

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

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

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

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

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

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

.gridlayout-footer[b-40ast53ru4] {
    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;
}
