.swal-text {
    font-weight: 600;
}

.swal-modal{
    width:400px;
}

.swal-button {
    padding: 6px 20px;
}


.swal-title {
    margin: 0px;
    font-size: 16px;
    font-weight:700;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    margin-bottom: 28px;
}

    .swal-title:first-child {
        margin-top: 0px;
    }