.custom-popup {
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.custom-error-popup {
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    width: 50vw;
}

.custom-button-popup {
    width: 10rem;
    margin: 0.5rem;
    font-weight: 700;
    border-radius: 0.5rem;
}

body.swal2-shown > [aria-hidden="true"] {
    filter: blur(25px);
    transition: 0.5s all;
}

.colored-toast {
    color: white;
    border-radius: 0.5rem;
}

    .colored-toast.swal2-icon-success {
        background-color: #198754 !important;
    }

    .colored-toast.swal2-icon-error {
        background-color: #DC3545 !important;
    }

    .colored-toast.swal2-icon-warning {
        background-color: #f77e1b !important;
    }