.dataTable-table {
  border: none !important;
}

.dataTables_length {
  float: left;
}
.dataTables_filter {
  float: right;
}
.dataTables_length label {
  color: #8392ab !important;
  font-weight: 400;
}

.dataTables_filter label {
  color: #8392ab !important;
  font-weight: 400;
}

.dataTables_filter input {
  font-size: 0.875rem !important;
  color: #495057 !important;
  border: 1px solid #e9ecef !important;
  border-radius: 0.5rem !important;
  padding: 6px 12px;
}

.dataTables_length label select {
  background-color: white;
  border-radius: 0.5rem !important;
  border-color: #e9ecef;
  padding: 0.5rem 0.75rem !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.dataTables_length label select:focus {
  outline: none;
}

.dataTables_filter input:focus {
  outline: none;
}

.dataTable-table tr {
  border-bottom-color: #e9ecef;
}

.dataTables_info {
  color: #8392ab !important;
  font-size: 0.875rem !important;
  margin: 7px 0;
}

.paginate_button.current {
  background: transparent !important;
  background-image: linear-gradient(
    310deg,
    #7928ca 0%,
    #ff0080 100%
  ) !important;
  box-shadow:
    0 3px 5px -1px rgb(0 0 0 / 9%),
    0 2px 3px -1px rgb(0 0 0 / 7%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 3px;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
  margin-left: 0;
}

.paginate_button {
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
}

.paginate_button.previous {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8392ab !important;
  padding: 0;
  margin: 0 3px;
  border: 1px solid #dee2e6;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
  margin-left: 0;
  font-weight: bold;
  letter-spacing: -0.025rem;
}

.paginate_button:hover {
  background: #e9ecef;
}

.paginate_button.previous:hover {
  background: #e9ecef !important;
  cursor: pointer !important;
}

.paginate_button.next:hover {
  background: #e9ecef !important;
  cursor: pointer !important;
}

.paginate_button.next {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8392ab !important;
  padding: 0;
  margin: 0 3px;
  border: 1px solid #dee2e6;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 0.875rem;
  margin-left: 0;
  font-weight: bold;
  letter-spacing: -0.025rem;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  font-size: 1.3rem !important;
  margin-bottom: 1px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  font-size: 1.3rem !important;
  margin-top: 1px;
}

.label_required:after {
  content: " *";
  color: red;
}
