.custom-scroll::-webkit-scrollbar {
  width: 4px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #1f2937;
  border-radius: 999px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #39ff14;
  border-radius: 999px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #32e012;
}

/* Firefox */
.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #39ff14 #1f2937;
}

.policy-link {
  text-decoration: none;
}

.policy-link:visited {
  color: #66FE4C; /* primary color */
  text-decoration: underline;
  text-decoration-color: #66FE4C;
}
