/* /Components/Dialog/AccountAddAgentDialog.razor.rz.scp.css */
/* /Components/Dialog/AccountAddRoleDialog.razor.rz.scp.css */
.body_height_AccountAddRole[b-06cko65p86] {
    height: calc(50vh);

}
/* /Components/Dialog/AccountOptionDialog.razor.rz.scp.css */
.indent_8px[b-3ccgi8a1nj] {
    text-indent: 8px;
}
/* /Components/Dialog/AgentInventory/AgentInventoryDialig.razor.rz.scp.css */
.Agent_table_height_dialog[b-tv81903p4p] {
    height: calc(100vh - 9rem);
}
/* /Components/Dialog/AuthorityDialog/RoleIncludeAccountDialog.razor.rz.scp.css */
.body_height[b-oollih5wa7] {
    display: block;
    height: calc(100vh - 8.5rem);
    width: calc(100vw - 2rem);
    overflow-y: auto;
}
/* /Components/Dialog/CodeTrackPageDialog/PicManageDialog.razor.rz.scp.css */
.body_height[b-9hnqn2ksr0] {
    display: block;
    height: calc(100vh - 8.5rem);
    width: calc(100vw - 2rem);
    overflow-y: auto;
}
/* /Components/Dialog/CodeTrackPageDialog/ShowAgentInvDialog.razor.rz.scp.css */
.body_height[b-xi5hn9tret] {
    display: block;
    height: calc(100vh - 8.5rem);
    width: calc(100vw - 2rem);
    overflow-y: auto;
}
/* /Components/Dialog/CodeTrackPageDialog/ShowPicCodesDialog.razor.rz.scp.css */
.body_height[b-1hf6cbm4pz] {
    display: block;
    height: calc(100vh - 8.5rem);
    width: calc(100vw - 2rem);
    overflow-y: auto;
}
/* /Components/Dialog/JdCloudWarhouseDialog/JdCloudWarhouseOrderInfoDialog.razor.rz.scp.css */
.table_goods_body[b-jeyj79knl5] {
    overflow: auto;
    height: calc(100vh - 400px);
    /*width: 860px;*/
}

.table_goods2_body[b-jeyj79knl5] {
    overflow: auto;
    height: calc(100vh - 16rem);
}


.table_body[b-jeyj79knl5] {
    overflow-y: auto;
    height: calc(100vh - 9rem);
}

.body_height_fix[b-jeyj79knl5] {
    display: block;
    height: calc(100vh - 6rem);
    overflow-y: auto;
}
/* /Components/Dialog/MasterOrderSendDialog/MasterOrderShowComboInfoDialog.razor.rz.scp.css */
/* 设置表格的整体样式 */

.table_set[b-59f53rb1vh] {
    width: 100%; /* 表格宽度占满容器 */
    border-collapse:collapse; /*合并边框，使边框更紧凑*/
    border: 2px solid black; /* 表格外边框颜色 */
}

/* 设置表头单元格的样式 */
th[b-59f53rb1vh], td[b-59f53rb1vh] {
    overflow-wrap: break-word;
    word-break: break-all;
    padding: 3px; /* 数据单元格内边距 */
    border: 1px solid black; /* 表头单元格边框颜色 */
}

.th_set[b-59f53rb1vh]{
    width:100px;
}

/* 针对打印的样式设置 */
@media print {
    @page {
        size: A4;
        margin: 10mm;

        @bottom-center {
            content: "第" counter(page) "页，共" counter(pages) "页";
            font-family: Arial, sans-serif;
            font-size: 10pt;
            margin-bottom:4mm;
        }
    }

    .body_print_style[b-59f53rb1vh] {
        width: 190mm;
        margin: 0 auto;
    }

    /* 确保表头在每一页都显示 */
    thead[b-59f53rb1vh] {
        display: table-header-group; /* 关键属性：表头在每页重复 */
    }
    /* 确保表格主体正常分页 */
    tbody[b-59f53rb1vh] {
        display: table-row-group;
    }
    /* 避免表格行被分页分割（可选，优化显示） */
    /*tr {
        page-break-inside: avoid;
    }*/
}
/* /Components/Dialog/MasterOrderShowInfoDialog.razor.rz.scp.css */
@media print {
    .print-header[b-m6h8yxw5qm] {
        display: none;
    }
}


/* 设置表格的整体样式 */
.tableset[b-m6h8yxw5qm] {
    border-collapse: collapse; /* 合并边框，使边框更紧凑 */
    border: 2px solid black; /* 表格外边框颜色 */
}

/* 设置表头单元格的样式 */
th[b-m6h8yxw5qm] {
    border: 1px solid black; /* 表头单元格边框颜色 */
}

/* 设置表格数据单元格的样式 */
td[b-m6h8yxw5qm] {
    border: 1px solid black; /* 数据单元格边框颜色 */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o368x5cyqj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o368x5cyqj] {
    flex: 1;
}

.sidebar[b-o368x5cyqj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.backset[b-o368x5cyqj] {
    background-color: whitesmoke;
}

.top-row[b-o368x5cyqj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o368x5cyqj]  a, .top-row[b-o368x5cyqj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o368x5cyqj]  a:hover, .top-row[b-o368x5cyqj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o368x5cyqj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o368x5cyqj] {
        justify-content: space-between;
    }

    .top-row[b-o368x5cyqj]  a, .top-row[b-o368x5cyqj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-o368x5cyqj] {
        flex-direction: row;
    }

    .sidebar[b-o368x5cyqj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o368x5cyqj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o368x5cyqj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o368x5cyqj], article[b-o368x5cyqj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o368x5cyqj] {
    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;
}

    #blazor-error-ui .dismiss[b-o368x5cyqj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lb7tjqq1ze] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lb7tjqq1ze] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lb7tjqq1ze] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lb7tjqq1ze] {
    font-size: 1.1rem;
}

.bi[b-lb7tjqq1ze] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lb7tjqq1ze] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lb7tjqq1ze] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lb7tjqq1ze] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lb7tjqq1ze] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lb7tjqq1ze] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lb7tjqq1ze] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lb7tjqq1ze]  .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-lb7tjqq1ze]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lb7tjqq1ze]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lb7tjqq1ze] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lb7tjqq1ze] {
    display: block;
}


.linear-gradient-background[b-lb7tjqq1ze] {
    background: linear-gradient(to right bottom, #ADD8E6 0%, #FFB6C1 100%);
}

@media (min-width: 767px) {
    .navbar-toggler[b-lb7tjqq1ze] {
        display: none;
    }

    .nav-scrollable[b-lb7tjqq1ze] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        /*        min-width: 16rem;
        max-width:16rem;*/
        width: 250px;
        overflow-y: auto;
    }
}

[b-lb7tjqq1ze]::-webkit-scrollbar {
    width: 2px; /*��ֱ�������Ŀ�� */
    height: 10px; /*ˮƽ�������ĸ߶� */
    background: #888;
}


.navbar-but-toggler[b-lb7tjqq1ze] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}
/* /Components/Layout/TutorialsLoginLayout.razor.rz.scp.css */
.container[b-9at6gt36hd] {
    --login-max-width: 540px;
    --login-padding-x: 1.5rem;
    --login-padding-y: .75rem;
    --bs-border-radius: 23px;
    max-width: var(--login-max-width);
    margin: 0 auto;
}

[b-9at6gt36hd] h4 {
    margin-bottom: 1.5rem;
}

[b-9at6gt36hd] .form-control {
    --bb-form-control-padding: var(--login-padding-y) var(--login-padding-x);
    font-size: .875rem;
    margin-bottom: 1rem;
}

[b-9at6gt36hd] .btn {
    --bs-btn-padding-x: var(--login-padding-x);
    --bs-btn-padding-y: var(--login-padding-y);
    width: 100%;
    margin-bottom: 1rem;
}

    [b-9at6gt36hd] .btn:first-of-type {
        margin-bottom: 0;
    }

[b-9at6gt36hd] .form-check {
    padding: var(--login-padding-y) var(--login-padding-x);
    margin-bottom: 1rem;
}

.bodyBack[b-9at6gt36hd] {
    background-image: url(image/back.png);
    background-size: cover;
    animation: BackScale-b-9at6gt36hd 1s alternate linear;
}

@keyframes BackScale-b-9at6gt36hd {
    0% {
        transform: scale(0);
        border-radius:50%;
        opacity: 0;
    }

    50% {
        transform: scale(0.5);
        opacity:0.8;
    }

    99% {
        border-radius: 100%;
    }

    100% {
        transform: scale(1);
        opacity:1;
    }
}


[b-9at6gt36hd] .CardStyle {
    margin-top: 30px;
    box-shadow: 8px 8px 15px 5px rgba(0,0,0,0.6);
    background-color: aqua;
    animation: rotateAndScale-b-9at6gt36hd 1.5s alternate linear;
}

@keyframes rotateAndScale-b-9at6gt36hd {
    0% {
        transform: rotate(0deg) scale(0);
        opacity: 0;
    }

    75% {
        transform: rotate(180deg) scale(0);
        opacity: 0;
    }

    100% {
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }
}
/* /Components/Pages/AgentInventory/AgentInventoryPage.razor.rz.scp.css */
.Agent_table_height[b-n2ifwwtij4]{
    height:calc(100vh - 5rem);
}
/* /Components/Pages/AgentInventory/InputAgentOpeningInventoryPage.razor.rz.scp.css */
.input_Agent_table_height[b-tosaf9y8ph] {
    height: calc(100vh - 5rem);
}
/* /Components/Pages/AppSystem/AppSystemConfig.razor.rz.scp.css */
.tab_body[b-7b2wtbb66t] {
    display: block;
    height: calc(100vh - 5rem);
    overflow: auto;
}
/* /Components/Pages/Authority/AccountPage.razor.rz.scp.css */
.tableu[b-1c45hjknbc]{
    background-color: #f0f0f0; /* 鼠标悬停在行上时的背景色 */
}
/* /Components/Pages/Authority/RolePage.razor.rz.scp.css */
.daterow_info[b-qlf4n4hvot]{
    height:40vh;
    width:100%;
}

.daterow_table[b-qlf4n4hvot] {
    height: calc(40vh - 5rem);
    width: 100%;
    overflow: auto;
}
/* /Components/Pages/Goods/GoodsPage.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */
.clock[b-jmcogsmpgg] {
    font-size: 3rem;
    color: #333;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* /Components/Pages/JdCloudWarhouse/ShopSellList.razor.rz.scp.css */
.table_body[b-iv62zb84v9] {
    overflow-y: auto;
    /*height: calc(100vh - 4rem - 250px);*/
    height:100%;
}

.tab_body_side[b-iv62zb84v9] {
    width: 1000px;
    height: calc(100vh - 100px);
}

.err_info_main[b-iv62zb84v9] {
    padding-left: 0;
    height:100%;
}

.err_info_title[b-iv62zb84v9] {
    height: 35px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
    width: 100%;
    line-height:35px;
    padding:0 0 0 15px;
}

.err_info[b-iv62zb84v9] {
    height: calc(100% - 35px - 50px);
    width:100%;
    background-color: black;
    color: white;
    margin:0;
    padding:10px;
    overflow-y:scroll;
}

.err_info_foot[b-iv62zb84v9] {
    height: 50px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    border-radius: 0px 0px 10px 10px;
    line-height:50px;
    padding:0 10px 0 0;
}
/* /Components/Pages/LoginPage.razor.rz.scp.css */
.login-item-avatar h4[b-54cyds6tde] {
    margin: 1rem 0 3rem 0;
}

.login-item-avatar[b-54cyds6tde]  .avatar {
    margin-top: 3rem;
}

.login-item-avatar .d-flex[b-54cyds6tde] {
    justify-content: space-between;
}

    .login-item-avatar .d-flex[b-54cyds6tde]  .btn {
        margin-bottom: 1rem;
        max-width: 46%;
    }
/* /Components/Pages/QrCode/AgentCodePage.razor.rz.scp.css */
.body_height[b-mx01yn0okw] {
    height: calc(100vh - 10.5rem);
    width: calc(100vw - 340px);
}

@media (max-width: 767px) {
    .body_height[b-mx01yn0okw] {
        height: calc(100vh - 13.5rem);
        width: calc(100vw - 5rem);
    }
}
/* /Components/Pages/QrCode/MasterOutCodePage.razor.rz.scp.css */
.body_height[b-xcjs9cwfox] {
    height: calc(100vh - 10.5rem);
    width: calc(100vw - 340px);
}

@media (max-width: 767px) {
    .body_height[b-xcjs9cwfox] {
        height: calc(100vh - 13.5rem);
        width: calc(100vw - 5rem);
    }
}
/* /Components/Pages/QrCode/QrcodeQueryPage.razor.rz.scp.css */
.tb_body[b-y07men3pwg] {
    height: calc(100vh - 14rem);
}

.body_height[b-y07men3pwg] {
    display: block;
    height: calc(100vh - 4rem);
    width: calc(100vw - 310px);
    overflow-y: auto;
}

@media (max-width:767px){
    .tb_body[b-y07men3pwg] {
        height: calc(100vh - 17rem);
    }
}
/* /Components/Pages/QrCode/SyncAgentQrCodeInfoPage.razor.rz.scp.css */
.body_height[b-fuywkpa5ud] {
    height: calc(100vh - 4rem - 30px);
}

.task_info_style[b-fuywkpa5ud] {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid lightgray;
    padding:2px;
}

.console_style_title[b-fuywkpa5ud] {
    border-radius: 10px 10px 0px 0px;
    height: 35px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    line-height: 35px;
    padding: 0 0 0 15px;
}

.console_style[b-fuywkpa5ud] {
    background-color: black;
    color: white;
    padding: 10px;
    height: calc(100% - 35px);
    overflow-y: auto;
}
/* /Components/Pages/Statistics/SendOutGoodsStatisPage.razor.rz.scp.css */
.send_table[b-gdb9qyd4ii] {
    height: calc(100vh - 4rem);
    width: calc(100vw - 310px);
    overflow-y: auto;
}
