
/*# sourceMappingURL=custom.min.css.map */
.bx {
    font-size: 16px !important;
}
.row{
    --vz-gutter-y: 1rem !important;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{
    border-radius: 6px;
    border: none;
    background: #405189;
    color: white;
}

.alertify .ajs-body .ajs-content {
    text-align: center;
    font-size: 14px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td{
    text-transform: capitalize !important;
}

table.table-bordered.dataTable, table.table-bordered.dataTable td:nth-child(3){
        text-transform:uppercase !important;
}