.bi {
    /*vertical-align: -.125em;*/
    fill: currentColor;
}

textarea {
    overflow: hidden;
}

.zindex-acciones {
    z-index: 100000;
}



body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
/*Autocomplete tags*/
.ui-autocomplete {
    list-style: none;
    background: #f8f8f8;
    line-height: 32px;
    cursor: pointer;
    width: auto;
    font-weight: bold;
    width: 30%;
    z-index: 10000 !important;
}

.ui-autocomplete li {
    border-bottom: 1px dashed #bef3db;
    width: 100%;
}

.ui-autocomplete li:hover {
    color: #337bab;
}

.ui-helper-hidden-accessible {
    display: none;
}
