body.modal-open {
  overflow: hidden !important;
  touch-action: none;
}

.modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 99px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: var(--brand-primary, #595C47);
}

@media (prefers-reduced-motion: reduce) {
  .modal-backdrop,
  .modal-content {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
