/* Custom utility and polish */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.tab-btn.active {
  border-color: #4f46e5 !important;
  color: #4f46e5 !important;
  font-weight: 600;
}

.badge-complete {
  background-color: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.badge-incomplete {
  background-color: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}
