.contain-invoice-log{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;
    overflow: scroll;
}
.contain-invoice-log.active{
    transform: scale(1);
    transition: transform 1s ease;
}

.row-invoice-log{
    background: #f1f1f1;
}

input.input-buy-sale-slog{
    outline: none;
    border: none !important;
    background: transparent;
    text-align: center;
    color: rgb(23, 127, 76);
    font-weight: 900;
}