/* ==== RESET ==== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    color: #fff;
  }

  html.swal2-shown,
  body.swal2-shown {
    padding-right: 0 !important;
  }

  @media screen and (max-width: 540px) {
  .swal2-popup {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0.5rem; /* isteğe bağlı */
  }
}