.swal2-container {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  padding-top: 40px !important;
  overflow: hidden !important;
}

.swal2-popup.custom-modal {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  padding: 0 !important;
}

body.swal2-shown {
  overflow: hidden !important;
}

body.swal2-shown {
  overflow-y: hidden !important;
}

#close:focus {
  outline: none !important;
  box-shadow: none !important;
}
