/* For custom scrollbar styling */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ReactCrop__crop-selection {
  border: 2px dashed rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.6);
}
body {
  background-color: #0f0720; /* Deep Void Purple base */
  color: #e0e7ff;
}
