.autofiltro-excel-cabecera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    min-width: 0;
}

.autofiltro-excel-titulo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autofiltro-excel-btn {
    color: #6c757d;
    line-height: 1;
    flex-shrink: 0;
}

.autofiltro-excel-btn:hover,
.autofiltro-excel-btn:focus {
    color: #0d6efd;
}

.autofiltro-excel-btn.autofiltro-excel-activo {
    color: #0d6efd;
}

.autofiltro-excel-panel {
    position: absolute;
    z-index: 1080;
    width: 14rem;
    max-width: calc(100vw - 1rem);
}

.autofiltro-excel-opciones {
    max-height: 12rem;
    overflow: auto;
}

.autofiltro-excel-opciones .form-check {
    margin-bottom: 0.15rem;
    padding-left: 1.5rem;
}

.autofiltro-excel-opciones .form-check-label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
