/* assets/css/style.css */

/* Custom styles for the FARAZ ROADLINES Salary Slip Portal */

/* Body background for consistency */
body {
    min-height: 100vh;
}

/* Enhancing card aesthetics */
.card {
    border-radius: 0.5rem;
}

/* Adjusting form floating labels for better appearance */
.form-floating > label {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/* Custom table adjustments if needed */
#driversTable, #salarySlipsTable, #vehiclesTable {
    font-size: 0.95rem;
}

/* Simple Footer style for consistency (if you add a physical footer in your layout) */
/*
.footer {
    padding: 1rem 0;
    margin-top: auto;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}
*/