/* Custom Scrollbar and Utilities */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F1F5F9;
}

::-webkit-scrollbar-thumb {
  background: #1E3A2F;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #D4A017;
}

.gold-border-glow:hover {
  box-shadow: 0 0 20px rgba(212, 160, 23, 0.3);
  border-color: #D4A017;
}
