.sidebar .app-name > .app-name-link > img {
  max-width: 80%;
  &:hover {
    transform: scale(1.05);
    transition: all 0.3s;
  }
}

.sidebar .sidebar-nav ul li{
  .disabled {
    cursor: not-allowed;
    color: #d9d9d9;
  }
}
