.divLada{
    height: 38px;
    padding-left: 6px;
    padding-right: 6px;
}
.inputLada {
    border: 0;
    width: 100%;
}

.inputLada:focus {
    
    border: 0;
    outline: none;
}

.ladasContainer>.form-control {

    display: flex;
    justify-content: center;
}

.selectLada {
    border: 0;
}
.selectLada {
    border: 0;
}

/*con el within se selecciona al padre */
div.divLada:focus-within { 
    border-color: #9F0056;
    /* Cambiar el color del borde */
    border-width: 2px;

}

.listaLadas {
    padding: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 150px;
    overflow: auto;
    overflow-y: scroll;
    display: none;
}

.listaLadas>li:hover {
    background-color: #F37032;
    color: white;
}
.liselected{
    background-color:#ccc;
}