﻿.swal2-icon.swal2-question {
    border-color: rgb(221, 51, 51);
    color: rgb(221, 51, 51);
}

/*.swal2-show {*/
   /* width: 100% !important;*/
/*}

.swal2-close {
    font-size: 3.5em !important;
}*/

button.swal2-close {
    font-size: 0 !important; /* hide default character */
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    padding: 0;
}

    /* Add Font Awesome close icon */
    button.swal2-close::after {
        content: "\f00d"; /* fa-xmark icon */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 3rem;
        color: dimgray;
        display: inline-block;
        transition: color 0.3s ease;
    }

    /* Hover: make color darker (black) */
    button.swal2-close:hover::after {
        color: black;
    }

