@import url("https://fonts.cdnfonts.com/css/poppins");

*,
body {
    font-family: "Poppins", sans-serif;
    background-color: #212529;
}

.swal2-popup {
    padding: 20px;
    border: 5px solid #afafaf !important;
    display: flex;
    border-radius: 20px !important;
}

.swal2-popup {
    background: #212529 !important;
    padding: 7px !important;
}

.swal2-timer-progress-bar-container {
    height: 0px !important;
}

h2, .swal2-html-container {
    color: #d9d9d9 !important;
}
