.card {
    border-radius: 9px !important;
}
.modal-content {
    border-radius: 9px;
}
.text-center {
    border-radius: 9px;
}
.btn-primary {
    border-radius: 9px;
}

.dropdown.show>.dropdown-toggle.active+.dropdown-menu {
    border-radius: 9px;
}