/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/global.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
}
#root {
  margin: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
p {
  margin: 0;
}
* {
  scrollbar-width: auto;
  scrollbar-color: auto;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent !important;
}
::-webkit-scrollbar-thumb {
  min-height: 15%;
  background: #dedede !important;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 6px;
}
::-webkit-scrollbar-corner {
  background: transparent !important;
}
.ant-pagination .ant-pagination-item-active {
  border-color: #E8F3FF;
}
.ant-pagination .ant-pagination-item-active a {
  background: #E8F3FF;
}
.ant-pagination .ant-pagination-item-active:hover {
  border-color: #E8F3FF;
}
.ant-drawer .ant-drawer-header {
  display: none !important;
}
.ant-modal .ant-modal-content {
  border-radius: 10px;
  padding: 0;
}
.ant-modal .ant-modal-header {
  border-radius: 10px 10px 0 0;
  padding: 16px 0;
  margin-bottom: 0;
  text-align: center;
  background: #F2F3F5;
  font-weight: bold;
  font-size: 16px;
  color: #1D2129;
}
.ant-modal .ant-modal-body {
  padding: 24px 32px 0 32px;
}
.ant-modal .ant-modal-footer {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.ant-drawer .ant-drawer-body {
  padding: 0;
}
.ant-input {
  background: #F2F3F5;
  border: none;
}
.ant-input-outlined {
  border: none;
  background: #F2F3F5;
}
.ant-input-outlined:hover {
  border: none;
  background: #F2F3F5;
}
.ant-input-outlined:focus {
  border: none;
  background: #F2F3F5;
}
.ant-input-number {
  border: none !important;
  background: #F2F3F5;
}
.ant-input-number-input-wrap {
  border: none !important;
  background: #F2F3F5;
}
.ant-input-number-input {
  border: none !important;
  background: #F2F3F5;
}
.ant-input-outlined:focus-within {
  border: none;
  background: #F2F3F5;
}
.ant-input-status-error:not(.ant-input-disabled) {
  background: #F2F3F5 !important;
}
.ant-select-selector {
  background: #F2F3F5 !important;
  border: none !important;
  box-shadow: none !important;
}
.ant-select-focused {
  box-shadow: none !important;
}
.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover {
  background: #5961F9 !important;
}
.ant-picker-outlined {
  border: none;
  background: #F2F3F5;
}
.ant-picker-status-error {
  background: #F2F3F5 !important;
}
.ant-picker-outlined:hover {
  border: none;
  background: #F2F3F5;
}
.ant-picker-outlined:focus-within {
  box-shadow: none;
  background: #F2F3F5;
}
.ant-picker-suffix {
  /* 隐藏默认 SVG 图标 */
  background-size: 16px 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.ant-picker-suffix .anticon > svg {
  display: none !important;
}

