.swal2-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 3rem;
    box-sizing: border-box;
}

.swal2-icon.swal2-warning {
    border-color: rgba(242, 181, 55, 0.35);
    color: #f2931b;
    background-color: rgba(242, 181, 55, 0.08);
}

.swal2-icon-content {
    line-height: 1;
}
