.club-cashier-balances {
  margin-top: 16px;
}

.club-cashier-balances__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.club-cashier-balances__head h3 {
  margin: 0;
}

.club-cashier-balances__filters {
  max-width: 420px;
  margin-bottom: 12px;
}

.club-cashier-balances__filters .filter-field {
  min-width: 0;
}

.club-cashier-balances__filters input,
.club-cashier-balances__filters select {
  width: 100%;
}

.club-cashier-balances__table {
  overflow-x: auto;
}

.club-cashier-balances__table table {
  min-width: 620px;
}

.club-cashier-balances__table th:last-child,
.club-cashier-balances__table td:last-child {
  text-align: right;
}

.cashier-balance-amount {
  color: #24dc55;
  font-weight: 700;
  white-space: nowrap;
}
