.history-table-section{
    position: relative;
}
.history-table-section .payout-wrapper {
  /* background: #f3f4f6; */
  padding: 40px 0;
}

.history-table-section .payout-card {
  background: #ffffff;
  /* padding: 20px; */
  border-radius: 10px;
  max-width: 850px;
  margin: auto;
}

/* Header */
.history-table-section .payout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.history-table-section .payout-header h5 {
  margin: 0;
  font-weight: 700;
  color: #010e1e;
  font-size: 18px;
  font-family: "Raleway";
}

.history-table-section .filter-text {
  font-size: 15px;
  cursor: pointer;
  color: #010e1e;
}

/* Table */
.history-table-section .payout-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px; /* gap between rows */
}

.history-table-section .payout-table .table-heading {
  border-radius: 6px;
}

.history-table-section .payout-table thead th {
  background: #d2d2d2;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;

  color: #010e1e;
}

.history-table-section .payout-table th,
.payout-table td {
  white-space: nowrap;
}

.history-table-section .payout-table thead tr th:first-child {
  border-radius: 6px 0 0 6px;
}

.history-table-section .payout-table thead tr th:last-child {
  border-radius: 0 6px 6px 0;
}

.history-table-section .payout-table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.history-table-section .payout-table tbody tr:nth-child(odd) {
  background: #f3f9ff;
}

.history-table-section .payout-table tbody td {
  padding: 10px 12px;
  font-size: 14px;
  color: #010e1e;
}

.history-table-section .payout-table tbody tr td:first-child {
  border-radius: 6px 0 0 6px;
}

.history-table-section .payout-table tbody tr td:last-child {
  border-radius: 0 6px 6px 0;
}

.history-table-section .status.completed {
  font-weight: 600;
}

.history-table-section .status.processing {
  font-weight: 600;
}

.history-table-section .status.rejected {
  font-weight: 600;
}

/**/
.history-table-section .payout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.history-table-section .filter-text {
  font-weight: 500;
}

.history-table-section .custom-dropdown-menu {
  width: 260px;
  padding: 0;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
 padding-top: 10px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  border: none !important;
}

.history-table-section .dropdown-section {
  padding: 0px;
  /* background: #f5f5f5; */
  border: none !important;
}

.history-table-section .dropdown-section .dropdown-title {
  background: #f5f5f5;
  padding: 10px 20px !important;
  font-size: 17px;
  color: #010e1e;
}

.history-table-section .dropdown-section h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.history-table-section .check-list{
    padding: 0px 20px 10px;
}
.history-table-section .check-list .form-check{
 color: #010E1E;
 font-size: 17px;
 margin-bottom: 10px;
}

.history-table-section .check-list .form-check-input:checked {
  background-color: #010E1E !important; 
  border-color:#010E1E;
}