.award-table-container[data-v-3ea769e7] {
  -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1);
  padding: 16px;
  background-color: #fff;
  margin-bottom: 20px;
}
.table-operations[data-v-3ea769e7] {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-header[data-v-3ea769e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.total-count[data-v-3ea769e7] {
  color: #999;
  font-size: 12px;
}

