.swal2-popup {
  background: #2d3445 !important;
  border: 1px solid darkgray !important;
  color: white !important;
}

.swal2-container {
  z-index: 10000;
}

@media screen and (max-width: 600px) {
    .swal2-popup{
         bottom: 80px !important;
    }
}