.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;
}
body {
    background: linear-gradient(to bottom, rgba(0, 82, 204, 0.03) 0%, #ffffff 40%);
    background-image: linear-gradient(to bottom, rgba(0, 82, 204, 0.01) 90%, #ffffff 100%), linear-gradient(rgba(0, 82, 204, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 204, 0.1) 1px, transparent 1px);
    background-size: 100% 100%, 40px 40px, 40px 40px;
    background-position: 0 0, center top, center top;
}