body {
  background: #181818 !important;
}
html {
  background: #181818 !important;
}

a {
  color: #F78501 !important;
}

.modal-footer a {
  color: #fff !important;
}

/* Blur effect for page content */
.blur-content {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
  transition: filter 0.3s ease;
}

/* Modal backdrop styling */
.modal-backdrop {
  opacity: 0.7 !important;
}
