.app{height:100vh;display:flex;flex-direction:column;flex:1;overflow:hidden}.main{display:flex;flex-direction:column;margin:auto;width:100%;height:100%;overflow:auto}.main .header{display:flex;justify-content:space-between;align-items:center;padding-left:1rem;padding-right:1rem;position:sticky;color:#fff;font-weight:700;top:0;right:0;left:0;height:60px;background:rgb(2,0,36);background:linear-gradient(9deg,rgb(2,0,36) 0%,rgb(151,1,1) 99%);z-index:100;-webkit-box-shadow:0 8px 6px -6px black;-moz-box-shadow:0 8px 6px -6px black;box-shadow:0 -12px 20px #000}.main .main-content{display:flex;position:relative;flex-direction:row;height:calc(100% - 45px);width:calc(100% - 50px)}.main .main-content .sider{height:100%;background:rgb(52,55,55);display:flex;flex-basis:12%;position:fixed;width:200px;margin:0}.main .main-content .sider .sider-nav{display:flex;text-decoration:none;margin-top:30px;width:100%}.main .main-content .sider .sider-nav .sider-nav-items{width:100%;padding:0;display:flex;flex-direction:column;height:40px;justify-content:center;align-items:center}.main .main-content .sider .sider-nav .sider-nav-item{width:100%;box-sizing:border-box;text-decoration:none;display:flex;justify-content:center;align-items:center;height:40px}.main .main-content .sider .sider-nav .sider-nav-item a{display:flex;justify-content:flex-start;text-decoration:none;color:#fff;width:100%}.main .main-content .sider .sider-nav .sider-nav-item span{width:55%;display:flex;justify-content:flex-end;margin-right:15px;color:#fff}.main .main-content .sider .sider-nav .sider-nav-item:hover{background:rgba(2,0,36,.19);background:linear-gradient(9deg,rgba(2,0,36,.161) 0%,rgba(79,1,1,.155) 99%)}.main .main-content .content{display:flex;flex-direction:column;flex-basis:85%;flex:1;height:100%;overflow:hidden;width:calc(100% - 200px)}.main .main-content .content .top-content{display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;margin-left:20px;width:calc(100% - 20px);height:50px}.main .main-content .content .top-content .date-picker{display:flex;padding-right:20px;height:40px}.main .main-content .content .top-content .date-picker-ok{height:40px;margin-left:20px}.main .main-content .content .top-content .date-picker-ok button{height:40px;width:100px}.main .main-content .content .top-content .search-input{display:flex;width:306px;padding-right:20px;height:40px}.main .main-content .content .top-content .search-input button{height:40px}.main .main-content .content .top-content .top-right-content{display:flex;flex-direction:row;margin-right:40px}.main .main-content .content .top-content .top-right-content .boardverCount{display:flex;flex-direction:row;align-items:center;margin-right:20px;padding-left:10px;padding-right:10px;height:40px;border-radius:6px;background:#1677ff;color:#fff}.main .main-content .content .top-content .top-right-content .boardverCount .td-title{font-size:13px;font-weight:700}.main .main-content .content .top-content .top-right-content .boardverCount .td-count{font-size:12px;font-weight:500;color:#244ab1}.main .main-content .content .top-content .top-right-content .boardverCount{cursor:pointer;font-size:14px;font-weight:400}.main .main-content .content .top-content .top-right-content .boardverCount:hover{font-weight:440;background:#4096ff}.main .main-content .content .top-content .top-right-content .boardverCount:active{transform:translateY(-1px);box-shadow:0 5px 10px #0003}.main .main-content .content .total-container{display:flex;margin-left:20px;margin-top:5px}.main .main-content .content .total-container .totaldevice{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-right:10px;height:30px;border-radius:6px;background:none}.main .main-content .content .total-container .totaldevice .td-title{font-size:14px;font-weight:700}.main .main-content .content .total-container .totaldevice .td-count{font-size:14px;font-weight:500;margin-left:15px;color:#244ab1}.main .main-content .content .total-container .boardver-div{display:flex;position:fixed;top:0;left:0;background:rgba(0,0,0,.635);height:100%;width:100%;z-index:100}.main .main-content .content .total-container .boardver-div .boardver-outer{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.main .main-content .content .total-container .boardver-div .boardver-outer .boardver-inner{position:relative;width:400px}.main .main-content .content .total-container .boardver-div .boardver-outer .boadver-close{float:right;display:flex;justify-content:center;align-items:center;position:relative;top:0;left:20px;background:rgb(146,8,8);width:20px;height:20px;border-radius:50%;padding:0;margin:0;color:#fff;font-weight:700;cursor:pointer}.main .main-content .content .total-container .boardver-div .boardver-outer .boadver-close span{position:relative;top:-1px}.main .main-content .content .total-container .boardver-div .boardver-outer .boadver-close:hover{background:rgb(92,3,3)}.main .main-content .content .table-content{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:13px;grid-row-gap:13px;margin-left:20px;margin-right:20px;width:1500px;height:100%;overflow-x:auto}.main .main-content .content .table-content .ant-table-thead .ant-table-cell{min-width:fit-content;max-width:max-content}.main .main-content .content .table-content .ant-table-row .ant-table-cell{color:#414040;min-width:fit-content;max-width:max-content}.main .main-content .content .table-content .table-spin{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(242,241,241,.142);justify-content:center;align-items:center}.main .main-content .content .table-content .table-spin .ant-spin-dot-item{background:rgb(2,0,36);background:linear-gradient(9deg,rgb(2,0,36) 0%,rgb(179,0,0) 99%)}.main .main-content .content .table-content .table-pagination{position:fixed;bottom:8px}.main .main-content .content .no-data{font-size:50px;color:#a2a1a1;display:flex;justify-content:center;align-items:center;height:100%}@media (min-width: 768px){.main .main-content .content .table-content{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:13px;grid-row-gap:13px;margin-left:20px;margin-right:20px;width:700px;overflow-x:auto}.main .main-content .content .table-content .ant-table-body{overflow-y:scroll}}@media (min-width: 1024px){.main .main-content .content .table-content{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:13px;grid-row-gap:13px;margin-left:20px;margin-right:20px;width:980px;overflow-x:auto}.main .main-content .content .table-content .ant-table-body{overflow-y:scroll}}@media (min-width: 1280px){.main .main-content .content .table-content{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:13px;grid-row-gap:13px;margin-left:20px;margin-right:20px;width:1138px;height:620px;overflow-x:auto;font-size:8px}.main .main-content .content .table-content .ant-table-body{overflow-y:scroll;font-size:8px}}@media (min-width: 1536px){.main .main-content .content .table-content{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:13px;grid-row-gap:13px;margin-left:20px;margin-right:20px;width:1340px;height:700px;overflow-x:auto}.main .main-content .content .table-content .ant-table-body{overflow-y:scroll}}@media (min-width: 1700px){.main .main-content .content .table-content{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:13px;grid-row-gap:13px;margin-left:20px;margin-right:20px;width:1500px;height:100%;overflow-x:auto}.main .main-content .content .table-content .ant-table-body{overflow-y:scroll}}.main .main-content .content .table-content::-webkit-scrollbar{width:8px;height:8px}.main .main-content .content .table-content::-webkit-scrollbar-thumb{background-color:#a2a1a1}.table-container{width:100%;height:700px;border-spacing:0px}.table-container .table{border-spacing:0;border-collapse:collapse}.table-container .table .noData{color:#cac6c6;display:flex;justify-content:center;align-items:center;position:absolute;margin-top:277px;margin-left:540px;font-size:30px}.table-container .headers{background:rgb(19,18,18);color:#fff;position:sticky;top:0;height:40px}.table-container .headers th{border:none;padding:6px;border-spacing:0;min-width:150px}.table-container .headers th:hover{background:linear-gradient(9deg,rgb(2,0,36) 0%,rgb(151,1,1) 99%);cursor:pointer;color:#f0f8ff}.table-container .headers td{border:none}.table-container .headers .headerPopup{position:absolute;top:45px;width:250px;background:white;box-shadow:#00000026 0 5px 20px;border-radius:8px;display:flex;flex-direction:column;padding:10px}.table-container .headers .headerPopup .search{width:100%;display:flex;justify-content:center;align-items:center}.table-container .headers .headerPopup .search input{display:flex;justify-content:center;align-items:center;width:100%;height:30px;border-radius:8px;border:none;background:#e9e9e9;padding-left:10px}.table-container .headers .headerPopup .sorting{color:#000;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:10px}.table-container .headers .headerPopup .sorting span{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:30px;margin-top:3px;width:100%;border-radius:8px}.table-container .headers .headerPopup .sorting span .sorting-span{display:flex;flex-direction:row;justify-content:flex-start;font-size:12px;font-weight:400;padding-left:10px}.table-container .headers .headerPopup .sorting span:hover{background:#e9e9e9}.table-container .tableBody tr{border:none}.table-container .tableBody tr:nth-child(2n){background:rgb(245,242,242)}.table-container .tableBody td{text-align:center;border:0px;font-size:14px}.table-container .tableBody td:hover{background:rgb(225,224,224)}.production-pending-content{margin-top:10px;margin-left:10px;width:100%}.production-pending-content .top-content{height:50px;display:flex;justify-content:space-between;align-items:center;margin-left:20px;margin-top:20px}.production-pending-content .top-content .top-right-content{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-right:50px;padding-left:10px;padding-right:10px;height:40px;border-radius:6px;background:#1677ff;color:#fff}.production-pending-content .top-content .top-right-content{cursor:pointer;font-size:14px;font-weight:400}.production-pending-content .top-content .top-right-content:hover{font-weight:440;background:#4096ff}.production-pending-content .top-content .top-right-content:active{transform:translateY(-1px);box-shadow:0 5px 10px #0003}.production-pending-content .boardver-div{display:flex;position:fixed;top:0;left:0;background:rgba(0,0,0,.635);height:100%;width:100%;z-index:100}.production-pending-content .boardver-div .boardver-outer{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.production-pending-content .boardver-div .boardver-outer .boardver-inner{position:relative;width:400px}.production-pending-content .boardver-div .boardver-outer .boadver-close{float:right;display:flex;justify-content:center;align-items:center;position:relative;top:0;left:20px;background:rgb(146,8,8);width:20px;height:20px;border-radius:50%;padding:0;margin:0;color:#fff;font-weight:700;cursor:pointer}.production-pending-content .boardver-div .boardver-outer .boadver-close span{position:relative;top:-1px}.production-pending-content .boardver-div .boardver-outer .boadver-close:hover{background:rgb(92,3,3)}.production-pending-content .table-content{display:flex;margin-top:20px;flex-direction:column;justify-content:center;margin-left:20px;margin-right:20px;width:96%;box-shadow:#00000059 0 5px 15px}.production-pending-content .table-content .ant-table-thead .ant-table-cell{text-align:center}.production-pending-content .table-content .ant-table-row .ant-table-cell{color:#414040;text-align:center}.production-pending-content .table-content .table-spin{display:flex;position:fixed;top:0;left:100px;width:100%;height:100%;justify-content:center;align-items:center}.production-pending-content .table-content .table-spin .ant-spin-dot-item{background:rgb(2,0,36);background:linear-gradient(9deg,rgb(2,0,36) 0%,rgb(179,0,0) 99%)}.production-pending-content .no-data{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:45px;color:#a59f9f}.sidemenu{display:flex;justify-content:center}.sidemenu .ant-menu-item{display:flex}.mainContent{display:flex;flex-direction:row;width:100%;background:rgb(235,234,234)}.production-proress-content{display:flex;flex-direction:row;width:100%}.production-proress-content .process-top-content{width:100%;display:flex;flex-direction:column;margin-left:20px;margin-top:20px}.production-proress-content .process-top-content .rowone-content{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.production-proress-content .process-top-content .rowtwo-content{margin-top:20px;width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.production-proress-content .process-top-content .ant-select-selector{height:40px;display:flex;align-items:center}.production-proress-content .no-data{display:flex;justify-content:center;font-size:45px;color:#a59f9f}.eol-proress-content{display:flex;flex-direction:row;width:100%}.eol-proress-content .process-top-content{display:flex;flex-direction:row;justify-content:space-between;margin-left:20px;margin-top:20px}.eol-proress-content .process-top-content button{margin-left:20px;display:flex;flex-direction:row;justify-content:space-between}.eol-proress-content .process-top-content button .ant-space-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.eol-proress-content .process-top-content .ant-select-selector{height:40px;display:flex;align-items:center;width:100%}.eol-proress-content .process-top-content .ant-select-selector .ant-select-selection-item{width:400px}.eol-proress-content .no-data{display:flex;justify-content:center;font-size:45px;color:#a59f9f}.rectification-proress-content{display:flex;flex-direction:row;width:100%}.rectification-proress-content .process-top-content{display:flex;flex-direction:row;justify-content:space-between;margin-left:20px;margin-top:20px}.rectification-proress-content .process-top-content button{margin-left:20px;display:flex;flex-direction:row;justify-content:space-between}.rectification-proress-content .process-top-content button .ant-space-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.rectification-proress-content .process-top-content .ant-select-selector{height:40px;display:flex;align-items:center;width:100%}.rectification-proress-content .process-top-content .ant-select-selector .ant-select-selection-item{width:400px}.rectification-proress-content .no-data{display:flex;justify-content:center;font-size:45px;color:#a59f9f}.fgstock-proress-content{display:flex;flex-direction:row;width:100%}.fgstock-proress-content .process-top-content{display:flex;flex-direction:row;justify-content:space-between;margin-left:20px;margin-top:20px}.fgstock-proress-content .process-top-content button{margin-left:20px;display:flex;flex-direction:row;justify-content:space-between}.fgstock-proress-content .process-top-content button .ant-space-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.fgstock-proress-content .process-top-content .ant-select-selector{height:40px;display:flex;align-items:center;width:100%}.fgstock-proress-content .process-top-content .ant-select-selector .ant-select-selection-item{width:400px}.fgstock-proress-content .no-data{display:flex;justify-content:center;font-size:45px;color:#a59f9f}.header{display:flex;justify-content:space-between;align-items:center;padding-left:1rem;padding-right:1rem;position:sticky;color:#fff;font-weight:700;top:0;right:0;left:0;height:60px;background:rgb(2,0,36);background:linear-gradient(9deg,rgb(2,0,36) 0%,rgb(151,1,1) 99%);z-index:100;-webkit-box-shadow:0 8px 6px -6px black;-moz-box-shadow:0 8px 6px -6px black;box-shadow:0 -12px 20px #000}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;margin:0;padding:0;height:100%}#root{height:100%}body{margin:0;display:flex;flex-direction:column;height:100%}
