/* ===== Notifications CSS ===== */
.notification-panel::-webkit-scrollbar {
  width: 6px;
}
.notification-panel::-webkit-scrollbar-track {
  background: transparent;
}
.notification-panel::-webkit-scrollbar-thumb {
  background: var(--dark-lighter);
  border-radius: 3px;
}

.notification-list::-webkit-scrollbar {
  width: 4px;
}
.notification-list::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 2px;
}
