.distribution-container {
  overflow-x: scroll;
}

.btn-go-back {
  background-color: #2d2c2ce6;
  border-radius: 60px;
  width: 45px;
  height: 45px;
}

.btn-go-back:hover {
  opacity: .7;
}

.tb-fd-wd-fixed {
  min-width: 800px;
}

.fd-item {
  white-space: pre-wrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
}

.empty-content-block {
  width: 100%;
}

.table {
  --bs-table-bg: #141414 !important;
  --bs-table-color: #fff !important;
  --bs-table-hover-bg: #000 !important;
  --bs-table-hover-color: #fff !important;
  border-color: #ffffff1a !important;
}

.table > thead > tr > th {
  height: 48px;
  vertical-align: middle !important;
  background-color: #373b3e52 !important;
}

tr td:first-child, tr th:first-child {
  padding-left: 24px;
}

.table, .table td {
  font-size: 12px;
}

.table td {
  height: 42px;
}

tbody tr {
  height: unset;
}

.blue-light {
  color: #fff;
  text-align: center;
  background-color: #d2691e;
  border-color: #d2691e;
  border-radius: 3px;
  min-width: 48px;
  height: 18px;
  margin-right: 4px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}
