@media (max-width: 767px) {
  .sidebar .nav-item.dropdown .dropdown-toggle::after, .topbar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
}

.nav-item :hover {
  background-color: #e37b00;
  border: solid 0px #e37b00;
  border-radius: 5px;
}

.non-nav-item :hover {
  background-color: rgba(227,123,0,0);
  border: solid 0px rgba(227,123,0,0);
  border-radius: 5px;
}

@media (max-width: 767px) {
  .nav-dropdown-responsive {
    max-width: 97%;
  }
}

