.border-radius-5{
    border-radius: 8px!important;
}
.border-radius-10{
    border-radius: 10px!important;
}
.border-radius-15{
    border-radius: 16px!important;
}
.border-radius-20{
     border-radius: 20px!important;
}
.border-radius-25{
    border-radius: 25px!important;
}
.border-radius-30{
     border-radius: 30px!important;
}
.card-body, .card, .navbar-menu, #page-topbar {
    border-radius: 16px!important;
}
.card-footer{
    border-bottom-left-radius: 16px!important;
    border-bottom-right-radius: 16px!important; ;
}
.card-header{
    border-top-left-radius: 16px!important;
    border-top-right-radius: 16px!important; ;
}
#ajaxCrudModal .modal-content, #ajaxCrudModal .modal-content .modal-header{
    border-radius: 16px!important;
}
.btn[class*="btn-"], input.form-control {
    border-radius: 10px!important;
}
