/* header border bottom */
header{
    border-bottom: 2px solid #ffb916;
}
/* Hide scrollbar: Chrome/Edge/Safari + Firefox */
.hide-scroll {
 -ms-overflow-style: none;   /* IE and old Edge */
 scrollbar-width: none;      /* Firefox */
}
.hide-scroll::-webkit-scrollbar {
 width: 0;
 height: 0;
 display: none;              /* Chrome/Safari/Edge */
}

.hero-bg {
  position: relative;
  background: url('../images/hero/hero-bg.png') center / cover no-repeat;
  border-bottom: 2px solid #ffb916;
}

.hero-bg > * {
  position: relative;
  z-index: 1;
}
/* file datatable */
/* Hide default search */
.dataTables_filter {
  display: none;
}

/* DataTable info & pagination */
.dataTables_info,
.dataTables_paginate {
  padding: 16px 24px;
  font-size: 13px;
  color: #6b7280;
}

/* Badge */
.badge {
  background: #f3f4f6;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 11px;
}