span.animated-icon {
  font-size: 15px;
}

.table-img {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  background-position: center;
}

[class*=" feather-"],
[class^="feather-"] {
  line-height: 1.5;
  vertical-align: middle;
}


.page-sidebar .navbar-brand {
  height: 60px;
}


.nav.flex-column::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.nav.flex-column::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90);
}

.nav.flex-column::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}


.stat-widget-subtitle {
  font-size: 0.86rem;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  background: #000!important;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  background: #000 !important;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control {

  height: 15px!important;
  width: 15px!important;
}


span.first a strong {
  text-decoration: underline;
}