.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* Hide scrollbar for Chrome, Safari and Opera */
#sidebar::-webkit-scrollbar {
  display: none;
}

#sidebar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.form-control {
  margin-bottom: 0;
}

ul.fancytree-container {
  border: 0;
}

.choices__list--multiple {
  display: inline-block;
  margin-top: 0.375rem;
}

.choices__list--multiple > .choices__item {
  color: #000;
  border: 0;
  background-color: #edf2f9;
  font-weight: normal;
  margin-bottom: 0.375rem;
}

.choices__input {
  display: none;
}

.navbar-vertical.navbar-expand-md .navbar-user .dropup .dropdown-menu {
  left: 0%;
  transform: none;
}

.dz-message {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 3rem 1rem !important;
}

.dropzone .dz-preview {
  margin: 0 !important;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  text-align: left !important;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  display: none !important;
}
