body.modal-open {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding-right: 0 !important;
  scrollbar-width: auto !important;
  scrollbar-color: #2a3647 #0a1420 !important;
}

body.modal-open::-webkit-scrollbar {
  display: block !important;
  width: 12px;
}

body.modal-open::-webkit-scrollbar-track {
  background: #0a1420 !important;
}

body.modal-open::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #33465f, #223247) !important;
  border-radius: 999px !important;
  border: 2px solid #0a1420 !important;
}

body.modal-open::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #3d5675, #2b3f58) !important;
}
