/* ============================================================
   INNOVA MOBILI ERP - Egresos
   ============================================================ */

.eg-view {
    padding: 20px;
}

.eg-hero {
    align-items: center;
    background: var(--primary);
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
}

.eg-hero-title {
    margin: 0;
}

.eg-hero-subtitle {
    font-size: 13px;
    margin: 5px 0 0;
    opacity: 0.8;
}

.eg-tabs,
.eg-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eg-tabs {
    margin-bottom: 20px;
}

.eg-toolbar {
    margin-bottom: 14px;
}

.eg-control--xs {
    max-width: 150px;
}

.eg-control--sm {
    max-width: 160px;
}

.eg-control--md {
    max-width: 180px;
}

.eg-control--lg {
    max-width: 200px;
}

.eg-btn-dark {
    background: #0f172a;
}

.eg-btn-excel {
    background: #15803d;
}

.eg-btn-pay {
    background: #7c3aed;
    margin-left: auto;
}

.eg-global-discount {
    align-items: center;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px 16px;
}

.eg-global-discount__icon {
    color: #d97706;
    font-size: 16px;
}

.eg-global-discount__label {
    color: #92400e;
    font-size: 13px;
    font-weight: 600;
}

.eg-global-discount__input {
    max-width: 130px;
}

.eg-global-discount__hint {
    color: #92400e;
    font-size: 12px;
}

.eg-placeholder {
    color: #94a3b8;
    padding: 40px;
    text-align: center;
}

@media (max-width: 720px) {
    .eg-view {
        padding: 14px;
    }

    .eg-btn-pay {
        margin-left: 0;
    }
}
