/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.1_webpack@5.105.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/.pnpm/@umijs+bundler-webpack@4.6.34_type-fest@0.20.2_typescript@5.9.3_webpack@5.105.4/node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/.pnpm/@umijs+bundler-webpack@4.6.34_type-fest@0.20.2_typescript@5.9.3_webpack@5.105.4/node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/assets/css/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html,
body,
#root,
#root > * {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "ABBvoiceCNSG-Regular" !important;
  color: #1f1f1f;
  background-color: #fafafa;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
@font-face {
  font-family: 'ABBvoiceCNSG-Regular';
  src: url(./static/ABBvoice_CNSG_Rg.fae7a7fa.ttf) format("truetype");
}
@font-face {
  font-family: 'ABBvoiceCNSG-Medium';
  src: url(./static/ABBvoice_CNSG_Md.9c1b8c50.ttf) format("truetype");
}
@font-face {
  font-family: 'ABBvoiceCNSG-Bold';
  src: url(./static/ABBvoice_CNSG_Bd.7c96b0ee.ttf) format("truetype");
}
@font-face {
  font-family: 'ABBvoiceCNSG-Light';
  src: url(./static/ABBvoice_CNSG_Lt.7b524d67.ttf) format("truetype");
}
@font-face {
  font-family: 'NotoSans-Regular';
  src: url(./static/NotoSans-Regular.388cf58c.ttf) format("truetype");
}
.ant-tabs-top > .ant-tabs-nav {
  margin: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-panel > .ant-collapse-body {
  padding: 0 8px !important;
}
.ant-layout {
  background-color: #fafafa;
}
.ant-table-thead .ant-table-cell {
  border-bottom: 2px solid #1f1f1f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #696969 !important;
}
.ant-table-tbody .ant-table-cell {
  font-size: 14px !important;
  color: #1f1f1f !important;
  font-weight: 400 !important;
}
.ant-modal-container {
  border-radius: 0 0 8px 8px !important;
  border-top: 4px solid #1f1f1f !important;
}
.warning-modal .ant-modal-container {
  border-radius: 0 0 8px 8px !important;
  border-top: 4px solid #FFA200 !important;
}
.ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}

