.produto-focus {
    position: fixed;
    z-index: 999999999;
    background: #fff !important;
    top: 15px;
    margin: 10px;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    left: 0;
 
    right: 0;
    max-height: 70vh;
}

.produto-focus>div {
    z-index: 9999999;
    background: #fff;
    overflow-y: scroll;
}
.enable-lazy-inputs .produto-focus>div{
        display: flex;
        align-items: stretch;
        align-content: stretch;
        flex-direction: column;
        gap: 10px;
        justify-content: space-evenly;
        flex-wrap: nowrap;
}
.produto-focus .keyboard-overlay {
    content: " ";
    background: #000000c2;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.produto-focus::before {
    content: " ";
    background: #ffffff;

    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000000;
    border-radius: 5px;
}


.produto-focus a.REMOVER {
    display: none;
}

.produto-focus .EDICAO-OK {
    display: flex;
    margin-left: auto;
    margin-top: auto;
}

.box-search-menu.box-search-menu-focus {
    position: fixed;
    z-index: 99999999;
    top: 30px;

    display: flex;
    left: 20px;
    align-content: flex-start;
    flex-direction: row;
    flex: 1;
    right: 20px;
}

.box-search-menu.box-search-menu-focus .input-group {
    z-index: 99999999;
    width: 100%;
    min-width: 100%;
}

.keyboard-overlay-search {
    content: " ";
    background: #000000c2;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.box-login {
    overflow-y: scroll;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    z-index: 112;
}


.input-items-lines {
    /* max-height: 100px; */
    /* height: 100px; */
    /* min-height: 100px; */
}




