.ant-menu {
  background: #2A4CD4;
}

.ant-menu-item {
  color: white !important;
}

.ant-menu-item-selected {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15) !important;
}

.ant-menu-title-content {
  color: white !important;
}

.ant-menu-submenu-title {
  color: white !important;
}

.ant-menu-submenu {
  color: white !important;
}

.ant-table-thead > tr > th {
  background: #EAEDFB !important;
}

.ant-pagination .ant-pagination-item {
  border: none !important;
}

:where(.css-dev-only-do-not-override-3m4nqy).ant-pagination .ant-pagination-item-active a {
  border-radius: 6px;
  background: #2A4CD4;
  border: none !important;
  color: white;
}

.modal_container .item {
  margin-bottom: 30px;
}

.modal_container .item .label {
  color: #333;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
}

.ant-btn-primary {
  background-color: #2A4CD4;
  height: 36px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ant-btn-primary .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.ant-btn-default {
  height: 36px;
}

.ant-modal-footer {
  display: flex;
  justify-content: flex-end;
}

.ant-popconfirm-buttons {
  display: flex;
  justify-content: space-between;
}

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  /* line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

#app{
  height: 100vh;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*{
  padding: 0;
  margin: 0;
}

.flex{
  display: flex;
}

.flex-center{
  display: flex;
  justify-content: center;
}

.flex-alc{
  display: flex;
  align-items: center;
}

.flex-between{
  display: flex;
  justify-content: space-between;
}

.flex-end{
  display: flex;
  justify-content: flex-end;
}

.flex-around{
  display: flex;
  justify-content: space-around;
}

.bsb{
  box-sizing: border-box;
}

.ant-menu {
  background: #2A4CD4;
}

.ant-menu-item {
  color: white !important;
}

.ant-menu-item-selected {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15) !important;
}

.ant-menu-title-content {
  color: white !important;
}

.ant-menu-submenu-title {
  color: white !important;
}

.ant-menu-submenu {
  color: white !important;
}

.ant-table-thead > tr > th {
  background: #EAEDFB !important;
}

.ant-pagination .ant-pagination-item {
  border: none !important;
}

:where(.css-dev-only-do-not-override-3m4nqy).ant-pagination .ant-pagination-item-active a {
  border-radius: 6px;
  background: #2A4CD4;
  border: none !important;
  color: white;
}

.modal_container .item {
  margin-bottom: 30px;
}
.modal_container .item .label {
  color: #333;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 8px;
}

.ant-btn-primary {
  background-color: #2A4CD4;
  height: 36px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ant-btn-primary .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.ant-btn-default {
  height: 36px;
}

.ant-modal-footer {
  display: flex;
  justify-content: flex-end;
}

.ant-popconfirm-buttons {
  display: flex;
  justify-content: space-between;
}