/*----- Global Loader -----*/
.loader-bg {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.loader-icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 45%;
  margin: 0 auto;
}

/*----- Global Loader -----*/

.dt-paging button.first,
.dt-paging button.previous,
.dt-paging button.next,
.dt-paging button.last {
  display: none !important;
}

div.dt-container div.dt-length, div.dt-container div.dt-search {
    margin-block: 0.5rem;
}

.min-w-500 { min-width: 500px !important; }

@media (max-width: 767.98px) {
  .timeline.timeline-center .timeline-item {
    padding-inline: 2rem 1rem !important;
  }
}