/* CodeXaLabs Premium Theme for Blood Bank */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Primary Color: Professional Red */
.text-primary {
    color: #C62828 !important;
}

.text-success {
    color: #2E7D32 !important;
}

.text-danger {
    color: #C62828 !important;
}

.btn-primary {
    background-color: #C62828;
    border-color: #B71C1C;
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #B71C1C;
    border-color: #8E0000;
}

.navbar-default {
    background-color: #fff;
    border-bottom: 2px solid #C62828;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-default .navbar-brand {
    color: #C62828;
    font-weight: 700;
    font-size: 24px;
}

.navbar-default .navbar-nav > li > a {
    color: #555;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #C62828;
}

.panel-primary {
    border-color: #C62828;
}

.panel-primary > .panel-heading {
    background-color: #C62828;
    border-color: #C62828;
}

footer {
    background: #222;
    color: #ddd;
    padding: 40px 0;
    margin-top: 50px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

/* Card/Panel Enhancements */
.panel {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04);
    border: none;
}

.form-control {
    border-radius: 4px;
    height: 45px; /* Bigger inputs */
    border: 1px solid #ddd;
    box-shadow: none;
}

.form-control:focus {
    border-color: #C62828;
    box-shadow: 0 0 0 2px rgba(198, 40, 40, 0.1);
}

/* Table Polish */
.table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafafa;
}
