/* CSS used here will be applied after bootstrap.css */
.swal2-modal pre {
    /*background: #49483e;*/
    color: #337ab7;
    /*padding: 10px;*/
    font-size: 20px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}

.swal2-custom-confirm {
    width: 100px;
    height: 50px;
    font-size: 18px;
    font-weight:bold;
}

.swal2-custom-cancel {
    width: 100px;
    height: 45px;
    font-size: 16px;
}

/* DANGER */
.swal-error-popup {
    border: 2px solid #dc3545;
    box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
    /*border-radius: 8px;*/
}

/* SUCCESS */
.swal-success-popup {
    border: 2px solid #28a745;
    box-shadow: 0 0 15px rgba(40, 167, 69, 0.4);
    /*border-radius: 8px;*/
}

/* WARNING */
.swal-warning-popup {
    border: 2px solid #ffc107;
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.4);
    /*border-radius: 8px;*/
}

/* INFO */
.swal-info-popup {
    border: 2px solid #17a2b8;
    box-shadow: 0 0 15px rgba(23, 162, 184, 0.4);
    /*border-radius: 8px;*/
}

/* QUESTION */
.swal-question-popup {
    border: 2px solid #6610f2; /* color similar al "primary" / interrogativo */
    box-shadow: 0 0 15px rgba(102, 16, 242, 0.4);
    /*border-radius: 8px;*/
}