.csv-table.hidden {
  display: none; /* Hide CSV data until it is rendered */
}

.dataTable.center-content {
  text-align: center;
}


.dataTables_wrapper table.dataTable thead .sorting,
.dataTables_wrapper table.dataTable thead .sorting_desc,
.dataTables_wrapper table.dataTable thead .sorting_asc {
  background-image: unset !important;
}

.dataTable .dt-search-left-aligned .dataTables_filter {
  float: left;
}

.dataTable .dt-search-right-aligned .dataTables_filter {
  float: right;
}

.dataTable .dt-search-submit {
  margin-left: 10px;
}

.dataTable .dt-layout-cell label {
  display: inline;
}

@media screen and (max-width: 1199px) {
  .dataTable .dt-search-right-aligned .dataTables_filter {
    float: left;
    clear: both;
  }
}

.dt-scroll-body {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff)) 0 100%, -webkit-gradient(linear, left top, right top, color-stop(30%, #DCDCDC), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #DCDCDC)) 0 100%, 0 100%;
  background: -o-linear-gradient(left, #fff 30%, rgba(255, 255, 255, 0)), -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff 70%) 0 100%, -o-linear-gradient(left, #DCDCDC 30%, rgba(255, 255, 255, 0)), -o-linear-gradient(left, rgba(255, 255, 255, 0), #DCDCDC 70%) 0 100%, 0 100%;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, linear-gradient(to right, #DCDCDC 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #DCDCDC 70%) 0 100%, 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
  border: 2px solid #dcdcdc;
  overflow-x: auto;
}

/* Ensure scrollbars are always visible on horizontal containers */
.dt-scroll-body {
  overflow-x: scroll;
  overflow-y: hidden;
}

/* Style the horizontal scrollbar for WebKit browsers */
.dt-scroll-body::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 8px;
}

.dt-scroll-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}


.dtfc-top-blocker {
  display: none !important;
}

.dt-scroll-footInner {
  display: none;
}