.st-modal .swal-title{
    font-size: 22px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.st-modal .swal-title::before{
    content: '';
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 6.4px solid;
    border-color: #9696a3 #00000008;
    animation: spinner-0tkp9a 0.8s infinite;
}

@keyframes spinner-0tkp9a {
    to {
        transform: rotate(.5turn);
    }
}