.loading.cover-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading.cover-page {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.loading .ant-spin {
  color: #3e79f7;
}

.nav_bottom_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 7px 10px;
  z-index: 1;
  box-shadow: 0 -2px 10px 2px #0000000f;
  display: flex !important;
  background-color: #fff;
  align-items: center !important;
  border-radius: 10px 10px 0 0;
}

.nav_bottom_menu svg {
  margin-bottom: 2px;
}

.nav_bottom_menu .active span {
  color: #3e79f7;
}

.nav_bottom_menu .menu-item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  color: black;
  font-size: 12px;
}

.nav_bottom_menu .menu-item .anticon {
  font-size: 22px;
}

.ant-table-filter-trigger {
  position: absolute !important;
  width: 0px !important;
  right: 14px !important;
}

.location-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  & > span {
    font-size: 40px;
    color: #3e79f7;
  }
}
