input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.color-folder {
    background-color: #edf2f9 !important;
    border-radius: 14px !important;
}


.text-user {
    color: rgb(60,64,67) !important;
}

.dropdown-item:active {
  color: #fff !important;
}

ul.no-bullets {
  list-style: none; 
  padding-left: 0;
}

ul.no-bullets li {
  list-style: none;
  padding-left: 10px;
}

.lbl-treeview {
  font-size: .9em;
  margin-top: -1px !important;
}

.folder-item {
  position: relative;
  /* padding-left: 20px; */
}

.folder-item:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 15px;
  bottom: 0;
  width: 1px;
  background-color: #ccc;
}

.folder-item:not(:last-child):before {
  border-left: 1px dashed #ccc;
}
