input[role="combobox"] {
    text-transform: uppercase;
}

button[data-bs-target="#collapseHistorial"][aria-expanded="true"] {
    display: none;
}

::placeholder {
    text-transform: none;
}

#documento_eje_fechaVencimiento_help {
    font-size: 1rem;
    color: var(--bs-light);
    background-color: var(--bs-secondary);
    padding: 1rem;
    border-radius: var(--bs-border-radius-lg);
    margin-top: 1rem;
    &:before {
        font-family: bootstrap-icons;
        content: "\f431";
        color: var(--bs-light);
        margin-right: .5rem;
    }
}
