body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
ul,
li {
  list-style: none;
}
body .mr-6 {
  margin-right: 6px;
}
body .mb-6 {
  margin-bottom: 6px;
}
body .ml-12 {
  margin-left: 12px;
}
body .mr-12 {
  margin-right: 12px;
}
body .mt-12 {
  margin-top: 12px;
}
body .mb-12 {
  margin-bottom: 12px;
}
body .mb-24 {
  margin-bottom: 24px;
}
body .mt-24 {
  margin-top: 24px;
}
body .mb-84 {
  margin-bottom: 84px;
}
body .pb-72 {
  padding-bottom: 72px;
}
body .general-flex-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .no-mb-wrap {
  color: #c09853;
}
body .no-mb-wrap p {
  margin-bottom: 0;
}
body .ant-tabs-content {
  overflow-x: hidden !important;
}
.ant-layout-sider-dark.ant-layout-sider {
  background: #393d49;
  overflow: scroll;
}
.ant-layout-sider-dark.ant-layout-sider::-webkit-scrollbar {
  width: 0;
}
.width-half {
  width: 50%;
}
.width-60-middle {
  display: flex;
  justify-content: space-evenly;
  width: 60%;
  min-width: 350px;
}
.main-layout .ant-layout-header,
.ant-layout-sider-dark .ant-menu.ant-menu-dark,
.ant-layout-sider-dark .ant-menu-dark .ant-menu-sub,
.ant-layout-sider-dark .ant-menu.ant-menu-dark .ant-menu-sub {
  background: #393d49;
}
.ant-layout-sider-dark.ant-layout-sider .ant-menu-dark.ant-menu-inline .ant-menu-item {
  background: transparent;
}
.ant-layout-sider-dark.ant-layout-sider .ant-menu-dark.ant-menu-inline .ant-menu-item-selected {
  background: #2ec2a5;
}
.ant-layout-sider-dark.ant-layout-sider .ant-menu-dark.ant-menu-inline .ant-menu-item-selected a {
  color: #fff;
}
.ant-layout-sider-dark .ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-layout-sider-dark .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  height: 46px;
  background: #2c2f38;
}
.right-layout .ant-btn-primary[disabled],
.right-layout .ant-btn-primary[disabled]:hover,
.right-layout .ant-btn-primary[disabled]:focus,
.right-layout .ant-btn-primary[disabled]:active {
  color: #fff;
  background: #2ec2a5;
  border-color: #2ec2a5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.right-layout .ant-btn-dangerous[disabled],
.right-layout .ant-btn-dangerous[disabled]:hover,
.right-layout .ant-btn-dangerous[disabled]:focus,
.right-layout .ant-btn-dangerous[disabled]:active {
  color: #f5222d;
  background: #fff;
  border-color: #f5222d;
}
.right-layout .ant-btn-dangerous.ant-btn-primary[disabled],
.right-layout .ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.right-layout .ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.right-layout .ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn[disabled]::before {
  display: block;
}
.ant-layout-sider {
  z-index: 1;
}
.ant-select-selector {
  min-width: 200px;
}
.inline-middle-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inline-middle-box-60 {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-inline-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.flex-end-space-wrap {
  display: flex;
  justify-content: flex-end;
}
.space-around-wrap {
  display: flex;
  justify-content: space-around;
}
.ant-statistic-title,
.ant-statistic-content {
  text-align: center;
}
#edui_fixedlayer {
  z-index: 20000 !important;
}
body .bold-instance {
  font-size: 36px;
  font-weight: bold;
}
.overflow-x-hidden {
  overflow-x: auto !important;
}
body .right-layout .ant-tabs-content-holder,
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: auto;
}
.conspicuous-bold {
  color: #d61e1e;
  font-weight: bold;
}
.title-bold {
  font-weight: bold;
}
.conspicuous-red {
  color: #eb2727;
}
.ant-table {
  color: #000 !important;
}
.ant-tabs-tabpane {
  overflow: auto;
}
.ant-form-item-control-input-content p {
  max-width: 85%;
  margin: 0;
}
.ant-modal-content .ant-table-wrapper {
  overflow: auto;
}
.flex {
  display: flex;
}
.small-font {
  font-size: 12px;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.bg-danger {
  background-color: rgba(245, 34, 45, 0.1);
}

.main-layout {
  height: 100vh;
  width: 100%;
}
.logo-icon {
  height: 40px;
}
.top-header {
  display: none;
  justify-content: space-between;
}
.top-header .left {
  display: flex;
  align-items: center;
}
.top-header .left .header-title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}
.top-header .right {
  color: #fff;
}
.top-header .right .anticon {
  margin-right: 6px;
}
.right-layout {
  background: #fff;
  margin: 0;
  padding: 12px 12px;
}
.right-layout .ant-tabs-nav-wrap {
  background: #f0f2f5;
}
.right-layout .ant-tabs-content-holder {
  padding: 0 12px;
}


/*# sourceMappingURL=main.1f2fee49.chunk.css.map*/