.table_pembayaran_siswa tr.ijo td{
    background: lightgreen;
}

#widget_list_pembayaran .filter_pembayaran {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    background-color: #e2e2e2;
}

#widget_list_pembayaran .filter_pembayaran button {
    width: 100%;
    padding: 4px;
}

.filter_active {
    background-color: #fff;
}

#widget_list_pembayaran .filter_pembayaran_wrapper {
    margin-top: 10px;
    gap: 8px;
}

#widget_list_pembayaran .table_pembayaran_siswa {
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.siswa_hide{
	display: none;
}

.siswa_show {
    display: table-row;
}

.table-container {
    overflow-x: auto;
    white-space: nowrap;
    gap: 1rem;
  }

  #widget_list_pembayaran_status table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px;
    background: white;
  }

  #widget_list_pembayaran_status th,
  #widget_list_pembayaran_status td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
  }
  #widget_list_pembayaran_status th {
    background-color: #303030;
    color: white;
    font-weight: 500;
  }

  #widget_list_pembayaran_status tr:nth-child(even):not(.kelas-header) {
    background-color: #f8f9fa;
  }

  #widget_list_pembayaran_status tr:hover:not(.kelas-header) {
    background-color: #f5f5f5;
  }

  #widget_list_pembayaran_status .kelas-header {
    background-color: #e9ecef;
  }

  #widget_list_pembayaran_status .kelas-header td {
    padding: 8px 15px;
    font-size: 15px;
  }