/* Custom CSS for Delphi Database */ /* Additional styles can be added here */ body { background-color: #f8f9fa; } /* Custom navbar styles */ .navbar-brand { font-weight: bold; } /* Custom card styles */ .card { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); border: 1px solid rgba(0, 0, 0, 0.125); } /* Custom button styles */ .btn-primary { background-color: #0d6efd; border-color: #0d6efd; } .btn-primary:hover { background-color: #0b5ed7; border-color: #0a58ca; } /* Custom form styles */ .form-control:focus { border-color: #86b7fe; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } /* Custom table styles */ .table th { background-color: #f8f9fa; border-bottom: 2px solid #dee2e6; } /* Custom alert styles */ .alert { border: none; border-radius: 0.375rem; } /* Custom footer styles */ footer { margin-top: auto; }