/* Custom Enhancements for Thien.Studio & Upwork Client Hub */

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom scrollbars */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #0a0d12;
}
::-webkit-scrollbar-thumb {
  background: #1f2838;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #14a800;
}

/* Tab active style */
.active-tab {
  background-color: #14a800 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(20, 168, 0, 0.35);
}

/* Filter active style */
.active-filter {
  background-color: #14a800 !important;
  color: #ffffff !important;
}

/* Voice Card Selected */
.voice-card-selected {
  border-color: #14a800 !important;
  background-color: rgba(20, 168, 0, 0.08) !important;
}

/* Range input styling */
input[type=range] {
  height: 6px;
  border-radius: 9999px;
  background: #1f2838;
}
