.added_tag__p1 {
  font-weight: bold;
  color: #f04584;
  position: relative;
  transform-style: preserve-3d;
}
.added_tag__p1::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 12%;
  background: linear-gradient(to right, #ddd, #eee);
  background: linear-gradient(to bottom right, #240046, #3c096c);
  background: #ffcf70;
  background: #fbf0d8;
  bottom: 13%;
  left: 4%;
  transform: translateZ(-1px);
  z-index: -1;
}

#taxotree .disabled-li {
  opacity: 0.5;
  cursor: not-allowed;
}
#taxotree .disabled-li * {
  cursor: not-allowed;
}
#taxotree .disabled-li .ns:hover {
  background: none;
}
#taxotree .disabled-li .added_tag__p1 {
  color: inherit;
  font-weight: normal;
}
#taxotree .disabled-li .added_tag__p1::after {
  background: none;
}/*# sourceMappingURL=s1.css.map */