/* ==== IFA CRM Custom Styling ==== */

body {
    background-color: white;
    color: black;
    font-family: 'Segoe UI', sans-serif;
    padding-top: 60px;
}

.navbar {
    background-color: #152849 !important;
}

.navbar-brand,
.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #9e9e8a !important;
}

.btn-primary {
    background-color: #152849;
    border-color: #152849;
}

.btn-primary:hover {
    background-color: #9e9e8a;
    border-color: #9e9e8a;
    color: black;
}

.form-control {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #152849;
    box-shadow: 0 0 5px rgba(21, 40, 73, 0.5);
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

.list-group-item {
    background-color: transparent;
    border: none;
    color: #152849;
}
