/*Form fields*/
.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  color: #4a5568;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border-width: 2px;
  border-radius: 0.25rem;
  border-color: #edf2f7;
  background-color: transparent;
}

.dataTables_length label select {
  padding-right: 1rem !important;
}

.theme-dark .dataTables_wrapper select,
.theme-dark .dataTables_wrapper .dataTables_filter input {
  color: #d8b4fe;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border-width: 2px;
  border-radius: 0.25rem;
  border-color: #e2e8f0;
  background-color: transparent;
}

/*Row Hover*/
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f8fafc;
}

/*Pagination Buttons*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 700;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}

/*Pagination Buttons - Current selected */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #ffffff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  font-weight: 700;
  border-radius: 0.25rem;
  background: #9333ea !important;
  border: 1px solid transparent;
}

.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #ffffff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  font-weight: 700;
  border-radius: 0.25rem;
  background: #d8b4fe !important;
  border: 1px solid transparent;
}

/*Pagination Buttons - Hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ffffff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  font-weight: 700;
  border-radius: 0.25rem;
  background: #d8b4fe !important;
  border: 1px solid #d8b4fe !important;
}

#tabel_data_previous:hover {
  background: #f1f5f9 !important;
  border: 1px solid #f1f5f9 !important;
}

#tabel_data_next:hover {
  background: #f1f5f9 !important;
  border: 1px solid #f1f5f9 !important;
}

.theme-dark #tabel_data_previous {
  color: #ffffff !important;
}

.theme-dark #tabel_data_next {
  color: #ffffff !important;
}

.theme-dark #tabel_data_previous:hover {
  color: #1a1a1a !important;
  background: #f8fafc !important;
  border: 1px solid #f8fafc !important;
}

.theme-dark #tabel_data_next:hover {
  color: #1a1a1a !important;
  background: #f8fafc !important;
  border: 1px solid #f8fafc !important;
}

/*Add padding to bottom border */
table.dataTable.no-footer {
  border-bottom: 1px solid #e2e8f0;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/*Change colour of responsive icon*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #d8b4fe !important;
}

/* Pagination info */
.dataTables_info {
  color: #1a1a1a !important;
}

.theme-dark .dataTables_info {
  color: #d8b4fe !important;
}

/* Show data info */
.dataTables_length {
  color: #1a1a1a !important;
}

.theme-dark .dataTables_length {
  color: #d8b4fe !important;
}

/* Search label */
.dataTables_filter {
  color: #1a1a1a !important;
}

.theme-dark .dataTables_filter {
  color: #d8b4fe !important;
}

