.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f ;
    -webkit-animation-name: type-orange;
    animation-name: type-orange;
}