.table {
  border-collapse: collapse;
  background-color: #fff;
  margin: 0;
  border-radius: 6px;
}

.table td, .table th {
  color: #8FA1AA;
  text-align: left;
  vertical-align: middle;
}

.table thead th {
  padding: 15px 20px;
  font-weight: 500;
  border: none;
}

.table tbody tr td {
  padding: 15px 20px;
  border-bottom: none;
  border-top: 1px solid #E9ECEF;
}

.dataTables_wrapper table.dataTable {
  margin: 0 !important;
  border: 1px solid #E9ECEF;
}

.dataTables_wrapper table.dataTable thead tr th:before {
  display: none;
}

.dataTables_wrapper table.dataTable thead tr th:after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  height: 100%;
  top: 0;
  align-items: center;
  color: #67757C;
  display: none;
  opacity: 1;
  float: right;
}

.dataTables_wrapper table.dataTable thead tr th.sorting_asc:after {
  display: flex;
  content: "\f062";
}

.dataTables_wrapper table.dataTable thead tr th.sorting_desc:after {
  display: flex;
  content: "\f063";
}

.dataTables_wrapper .dataTables_paginate {
  margin: 15px 0 0 !important;
}

.dataTables_wrapper .dataTables_paginate ul {
  margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate ul li a {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  color: #8FA1AA !important;
  border-color: #E9ECEF !important;
}

.dataTables_wrapper .dataTables_paginate ul li:first-child a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.dataTables_wrapper .dataTables_paginate ul li:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.dataTables_wrapper .dataTables_paginate ul li.page-item.active a {
  color: #fff !important;
  background-color: #6D26C6;
  border-color: #6D26C6 !important;
}

.dataTables_wrapper .dataTables_info {
  color: #8FA1AA;
  font-size: 12px;
}

.dataTables_wrapper .dataTables_filter {
  display: none;
}