img, svg {
  border-radius: 0;
}

.menu-item {
  font-size: 16px;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #d4d4d4;
}

.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title, .aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title {
    color: #d3651b;
}

.menu-link:hover img {
  filter:invert(52%) sepia(42%) saturate(4628%) hue-rotate(356deg) brightness(89%) contrast(84%);
}

.h-15px {
    height: auto !important;
}

.model_pagination {
  float: right;
}

.text-Active {
  color: var(--bs-success) !important;
}

.text-Inactive {
  color: var(--bs-warning) !important;
}

.text-Expired {
  color: var(--bs-danger) !important;
}

.text-Complete {
  color: var(--bs-success) !important;
}

.text-Incomplete {
  color: var(--bs-danger) !important;
}

.card-label a {
  color: var(--bs-dark);
}

.card-label a:hover {
  color: var(--bs-primary);
}