
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.refresh-btn {
  cursor: pointer;
  color: #6777ef;
  font-size: 20px;
}
.rotate {
  animation: rotate 1s linear infinite;
}

@keyframes rotate{
  to { transform: rotate(360deg); }
}

/* Keep table heads white across the app (including default theme table headers). */
.table thead th,
.table .thead-dark th {
  background-color: #ffffff !important;
  color: #212529 !important;
}
