.table-responsive-custom .table-bordered {
  border: 1px solid #EBEDF3!important;
}
.table-responsive-custom .dataTables_wrapper .dataTable thead th {
  background-color: #f7f8fc;
  white-space: nowrap;
  border-left-width: 0;
  border-top: 0;
  font-weight: 600!important;;
  color: #2B345F;
  font-size: 1rem;
  vertical-align: middle;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  outline: none !important;
  padding: 0.6rem 1rem;
  position: relative;
}
.table-responsive-custom .dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
  margin: 1rem 0 !important;
  border-radius: 0.35rem;
  border-collapse: initial !important;
  border-spacing: 0 !important;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #EBEDF3;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.table-responsive-custom .dataTables_wrapper table.table-bordered.dataTable tbody th, 
.table-responsive-custom .dataTables_wrapper table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
.table-responsive-custom .dataTables_wrapper table.table-bordered.dataTable th, .table-responsive-custom .dataTables_wrapper table.table-bordered.dataTable td {
  border-left-width: 0 !important;
}
.table-rounded.table th, .table-rounded.table td, .table-responsive-custom .dataTables_wrapper .dataTable th, .table-responsive-custom .dataTables_wrapper .dataTable td {
  font-weight: 400;
  font-size: 1rem;
  vertical-align: middle;
  color: #666D8C;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  outline: none !important;
  padding: 0.6rem 1rem;
  font-family: 'Noto Sans', sans-serif;
  position: relative;
}
.table-responsive-custom .dataTables_wrapper .dataTable tbody tr:hover td {
  background: #fff !important;
}
.table-responsive-custom .dataTables_wrapper .dataTable tbody tr > :first-child::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s;
}
.table-responsive-custom .dataTables_wrapper .dataTable tbody tr.selected > :first-child::before, 
.table-responsive-custom .dataTables_wrapper .dataTable tbody tr:hover td:first-child::before, 
.table-responsive-custom .dataTables_wrapper .dataTable tbody tr:hover th:first-child::before {
  background-color: #6d9df9;
}
.table-responsive-custom{
  max-width: calc(100% - 30px);
  margin: 0 15px;
}
.d-flex{ display: flex; }
.flex-wrap{ flex-wrap: wrap; }
.gap-5{gap:5px;}
.gap-10px{gap:5px;}
.table-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.table-actions a {
  width: 30px;
  height: 30px;
  border: solid 1px #f2f3f7 !important;
  border-radius: 4px;
  min-width: 30px !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.dash-list{
  list-style-type: none;
  padding-left: 0;
}
.dash-list li{
 padding-left: 12px;
 position: relative;
}
.dash-list li:before{
  content:"_";
  position:absolute;
  left:0;
  top: -6px;
  line-height: normal;
  color: #482da2;
}
.text-nowrap{
  white-space: nowrap!important;
}
