html.is-animating .transition-fade {
  opacity: 0;
  transition: opacity 200ms ease;
}
.transition-fade {
  opacity: 1;
  transition: opacity 200ms ease;
}
a {
  color: #4e73df;
}
ul {
  padding-left: 0.3rem;
}
.loader {
  border-top: 4px solid #4e73df;
}
.app-info-dropdown {
  position: absolute;
  max-width: 100%;
  left: 0;
  max-height: 100px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  display: none;
  z-index: 10000;
}
.page-link.active, .active>.page-link {
  color: var(--x-pagination-active-color);
  background-color: var(--x-primary);
  border-color: var(--x-border-color);
}
.table {
  margin-top: 20px;
}
.table thead {
  background-color: #f0f0f0;
}
.table-hover tbody td {
  border: none;
}
.table tbody td {
  color: #292828;
  font-size: 15px;
}
div.dataTables_wrapper div.dataTables_info {
  font-size: 14px;
}
.table .fas {
  margin-right: 5px;
}
table.table-hover > tbody > tr:nth-of-type(even) > td {
  background-color: #F9F9F9 !important;
}
table.dataTable td {
  white-space: normal;
  word-break: break-word;
}
.row.g-6 {
  display: flex;
  flex-wrap: wrap;
}
.row.g-6 > [class*="col-"] {
  display: flex;
}
.row.g-6 .card {
  flex: 1;
}
.navbar-brand img {
  max-width: 40px;
}
.navbar {
  --x-navbar-padding-y: 0rem;
}