.swal2-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.swal2-html-container {
    font-size: 12px !important;
}
.swal2-confirm {
    height: 30px !important;
    padding: 0.25rem 1rem !important;
    font-size: 12px !important;
    background-color: #024CAA !important;
    color: white !important;
}
.swal2-deny {
    height: 30px;
    padding: 0.25rem 1rem !important;
    font-size: 12px !important;
    background-color: #EF5A6F !important;
    color: white !important;
}