div:where(.swal2-icon).swal2-warning{
    color: rgba(19, 48, 87, 1);
    border-color: rgba(19, 48, 87, 1);
}
#swal2-title{
    text-align: center;
    min-height: 50px;
    color: rgba(255, 255, 255);
}

.swal2-actions .swal2-confirm{
    background: rgba(19, 48, 87, 1);
    box-shadow: 0 0 0 3px rgba(19, 48, 87, .5)
}