body {
  background: #F6F8FC;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
input {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.375rem !important;
}
.ant-input[disabled] {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-dropdown {
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.ant-select-dropdown-menu-item {
  line-height: 36px;
  padding: 0 8px;
}
.ant-switch {
  min-width: 1.75rem;
  height: 1rem;
}
.ant-switch-loading-icon,
.ant-switch:after {
  width: 0.75rem;
  height: 0.75rem;
}

.main[data-v-7ba5bd90] {
  height: 100%;
  background: #F6F8FC;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 90rem;
}
.main .buttom[data-v-7ba5bd90] {
  padding: 3.5625rem 3.75rem 1.5rem 3.75rem;
  background: #F6F8FC;
  height: 100%;
}

