@import '../../theme/common/var.less';

.center {
  text-align: center;
}

.hide {
  display: none;
}

.loadingContainer {
  margin: 32px 0 36px 0;
  color: @black45;
}

.noContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 2;
}
