#autoDjBtn {
  border: 1px solid #ff294d !important;
  color: #fff !important;
  background: linear-gradient(180deg, #ef2345, #8d071e) !important;
  box-shadow: inset 0 1px #ff9bac88, 0 0 12px #ff173f55 !important;
  font-weight: 900 !important;
}

#autoDjBtn.active {
  border-color: #80ff9b !important;
  color: #041309 !important;
  background: linear-gradient(180deg, #94ffad, #20e85b 48%, #07972f) !important;
  box-shadow: inset 0 1px #fff, 0 0 8px #65ff88, 0 0 22px #27ff62, 0 0 38px #27ff6277 !important;
  text-shadow: 0 1px #fff8 !important;
}

.browser > aside .library-actions > button,
.browser > aside .library-actions > select,
.browser > aside .library-actions > .upload,
.browser > aside .playlist-folder {
  position: relative;
  transition: transform .12s ease, color .12s ease, box-shadow .12s ease, filter .12s ease;
}

.browser > aside .library-actions > button:hover,
.browser > aside .library-actions > select:hover,
.browser > aside .library-actions > .upload:hover,
.browser > aside .playlist-folder:hover {
  border: 1px solid transparent !important;
  color: #fff !important;
  background:
    linear-gradient(180deg, #242938, #080b10) padding-box,
    conic-gradient(from var(--neon-angle, 0deg), #ff174f, #ff8a00, #fff000, #35ff67, #20e5ff, #6541ff, #ff2bc2, #ff174f) border-box !important;
  box-shadow: inset 0 1px #ffffff44, 0 4px 0 #020304, 0 0 9px #22e6ff, 0 0 17px #ff2bb877 !important;
  transform: translateY(-2px) perspective(180px) rotateX(3deg);
  filter: saturate(1.35);
}
