.sweet-alert .swal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    transition: color 0.1s ease-out;
    border: none;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 40px;
    cursor: pointer;
    text-decoration: none;
}

.swal-modal .swal-close:hover {
    color: #f27474;
}
