/* put your own styles to customize and override the theme */
.table td,
.table th {
  padding: 0.4rem !important;
}

.table tbody tr:hover {
  background-color: #346cb028;
}

.h3,
h3 {
  font-size: 1.3rem !important;
}

.app-header-dark {
  background-color: #87e64b !important;
}

.jstree-container-ul {
  padding: 0px !important;
}
.app-aside {
  max-width: 13.5rem;
  /* background: #e5e6ea; */
}
.stacked-menu .menu-link > .menu-icon {
  width: 1.25em;
  margin-right: 0.3em;
  text-align: center;
  font-size: 1rem;
}

.stacked-menu .menu-item.has-active > .menu-link .menu-icon {
  color: #ebae0b;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 90%;
  }
}
