:root {
  --color-woot-400: #1E90FF;
  --color-woot-500: #0078F0;
  --color-woot-600: #0062CC;
}
.sidebar {
  background: linear-gradient(180deg, #1C1C2E 0%, #12122A 100%) !important;
}
.button.nice.primary, .button.primary {
  background: #1E90FF !important;
  border-color: #1E90FF !important;
  border-radius: 8px !important;
}
.conversation-item.active {
  background: rgba(30,144,255,0.1) !important;
  border-left: 3px solid #1E90FF !important;
}
::-webkit-scrollbar-thumb {
  background: rgba(30,144,255,0.3) !important;
  border-radius: 3px !important;
}
