html,
body {
  overscroll-behavior-y: contain;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}


.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {  
    z-index: 11000 !important;
}