/*-------------------FACE WORKFLOW------------------- */
#thumb::-webkit-scrollbar {
  display: none;
}

#thumb {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dot.active {
  background-color: #3B82F6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.4);
}

.dot-indicator.active {
  background-color: #2563eb;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.6);
}

.dot-indicator {
  background-color: white;
  border: 1px solid rgba(128, 128, 128, 0.353);
}

.dot-indicator.active {
  background-color: #2563eb;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.6);
}

.dot-line {
  width: 4px;
  background-color: #d1d5db;
}