.page-wrapper[data-v-5cd0d73a] {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.page-wrapper.background[data-v-5cd0d73a] {
  padding: 0 10px;
  background: #fff;
}

.empty[data-v-5def2c4b] {
  width: 120%;
  height: 100%;
  background: url('/img/icons/show/nodata.svg');
  background-size: cover;
  transform: translateX(-10%);
}
.empty.oversized[data-v-5def2c4b] {
  width: 200%;
  height: 160%;
  transform: translate(-24%, -40%);
}
[data-v-5def2c4b] .n-empty__description {
  text-align: center;
}
.empty-desc[data-v-5def2c4b] {
  color: #999;
}

.module[data-v-3dd46c91] {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.module.cross[data-v-3dd46c91] {
  padding: 10px 0;
}
.module.flex[data-v-3dd46c91] {
  flex: 1;
}
.module .module-header[data-v-3dd46c91] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
}
.module .module-header.spaced[data-v-3dd46c91] {
  margin-bottom: 20px;
}
.module .module-header .module-title[data-v-3dd46c91] {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.module .module-header .module-title.typography[data-v-3dd46c91] {
  padding-left: 6px;
  border-left: 3px solid #f79a07;
}
.module .module-header .module-title .module-title__icon[data-v-3dd46c91] {
  margin-left: 10px;
}
.module .module-header .module-title .module-title__icon .top[data-v-3dd46c91] {
  display: inline-block;
  height: 14px;
}
.module .module-header .module-title .module-title__icon.top5[data-v-3dd46c91] {
  display: inline-block;
  height: 14px;
  width: 30px;
  background: url(/img/icons/show/top5.svg) no-repeat;
  background-size: contain;
}
.module .module-header .module-title .module-title__icon.top10[data-v-3dd46c91] {
  display: inline-block;
  height: 14px;
  width: 36px;
  background: url(/img/icons/show/top10.svg) no-repeat;
  background-size: contain;
}

