.brand-link .fa-laptop {
    font-size: 1.5rem;
    color: #fff;
}

.table-actions .btn {
    margin-right: 4px;
}

.info-box-calculo {
    background: #f4f6f9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.info-box-calculo .valor {
    font-size: 1.4rem;
    font-weight: bold;
    color: #007bff;
}

.login-page {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.login-box .card {
    border-radius: 10px;
}

.badge-estado {
    font-size: 0.85rem;
}

.card-empeno-resumen .card-body {
    padding: 1rem;
}

.porcentaje-alto {
    color: #dc3545;
    font-weight: bold;
}

.porcentaje-normal {
    color: #28a745;
    font-weight: bold;
}

.cliente-resultados-container {
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
}

.cliente-resultados-container .list-group-item {
    cursor: pointer;
    border-left: none;
    border-right: none;
}

.cliente-resultados-container .list-group-item:first-child {
    border-top: none;
}

.cliente-resultados-container .list-group-item:hover {
    background-color: #e9f5ff;
}

.cliente-seleccionado-box .alert {
    padding: 0.75rem 1rem;
}

.empeno-resultado {
    cursor: pointer;
}

.empeno-resultado:hover {
    background-color: #e8f5e9;
}
