/*
  *custom tampilan
*/

/* .table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 5px !important;
  vertical-align: top;
}

table.dataTable td {
  font-size: 11.5px;
}

.dataTables_info, .dataTables_length, .dataTables_length select{ 
  font-size: 11px !important;
}

.dropdown-item:focus, .dropdown-item:hover{
  background-color:#1ab394 !important;
  border-color: #18a689;
  color: #FFFFFF;
}

.table > thead > tr > th, 
.table > thead > tr > td {
  background-color: #fff !important;
  font-size: 13px;
} */

.text-approved {
  color: #239B56;
}
.bg-defaultprogram {
  background-color: #edffc1;
}

.dt-button.buttons-columnVisibility {
  background-color: #7ebdb0;
  color: white;
}
 
.dt-button.buttons-columnVisibility.active {
  background-color: #1ab394;
}