.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffc;z-index:1000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}html,body{margin:0;padding:0;height:100%;width:100%;max-width:100wh;max-height:100vh}html .warning,body .warning{color:#ffa200}html .dangerous,body .dangerous{color:#d40000}html .no_data,body .no_data{background:#eee}html .adjustment,body .adjustment{background:#ccf}html .reliable,body .reliable{background:#cfc}html .doubtful,body .doubtful{background:#ffc}html .out_of_range,body .out_of_range{background:#ffe5ba}html .rejected,body .rejected{background:#fcc}html .calculation,body .calculation{background:#eeeef8}html .button-center,body .button-center{display:flex;justify-content:center;align-items:center;width:100%}html ::-webkit-scrollbar,body ::-webkit-scrollbar{width:8px;height:8px}html ::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb{background-color:#007bff}html ::-webkit-scrollbar-thumb:hover,body ::-webkit-scrollbar-thumb:hover{background-color:#0056b3}html .form-item-center,body .form-item-center{display:flex;justify-content:center}html .ant-layout,body .ant-layout{background-color:#fff}html .app-header,body .app-header{display:flex;justify-content:flex-end;align-items:center;background-color:#1677ff!important}html .app-header .app-header-user-info,body .app-header .app-header-user-info{display:flex;align-items:center;color:#fff!important}html .app-header .app-header-user-info .app-header-user-info-login,body .app-header .app-header-user-info .app-header-user-info-login{margin-left:8px}html .tabled-page,body .tabled-page{height:100%}html .tabled-page .page-content,body .tabled-page .page-content{overflow-y:auto;padding:20px}html .tabled-page .table-layout,body .tabled-page .table-layout{display:flex;flex-direction:column;height:100%}html .tabled-page .table-layout-content,body .tabled-page .table-layout-content{display:flex;flex-direction:column;flex:1;overflow:hidden}html .tabled-page .table-toolbar,body .tabled-page .table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:5px}html .tabled-page .table-layout-body,body .tabled-page .table-layout-body{display:flex;flex-direction:column;flex:1;min-height:0}html .tabled-page .table-container,body .tabled-page .table-container{flex:1;overflow:auto}html .tabled-page .table-pagination-container,body .tabled-page .table-pagination-container{flex-shrink:0;margin-bottom:10px}html .tabled-page .table-pagination,body .tabled-page .table-pagination{align-items:center}
