﻿.barra-botones-movil {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

    .barra-botones-movil button {
        flex: 1;
        margin: 0 4px;
        height: 50px;
        border-radius: 12px;
        font-size: 18px;
    }

    .barra-botones-movil .divider {
        width: 1px;
        height: 35px;
        background: #ccc;
        margin: 0 6px;
    }

    .barra-botones-movil .btn-cerrar {
        flex: 0.8;
        background-color: #dc3545;
    }

.fila-seleccionada {
    background-color: #d0ebff !important;
}

.texto-descuento {
    color: #dc3545 !important; /* rojo */
    font-weight: bold;
}

.texto-neto {
    color: #198754 !important; /* verde */
    font-weight: bold;
}

/* 🟪 REPORTES (ANÁLISIS) */
.bg-informe {
    background: linear-gradient(135deg, #6f42c1, #4a2d91);
}
