.form-group-block.lot-form{
    justify-content: space-between;
    padding-right: 10px;
}
.form-lot #lot_id{
    background-color: #f8f8f8;
    border-radius: 0.25rem;
    
    width: 80%;
    border: 1px solid #dddddd;
    height: 30px;
    padding: 0.5rem;


}
.form-lot label{

    line-height: 17px;
    color: #999999;
}
.form-lot{
    margin-bottom: 10px;
}
.form-gro{
    align-self: end;
}
@media screen and (max-width: 470px) {
    .detail-button{
        flex-direction: column!important;
    }
}
.detail-button{
    display: flex;
    flex-direction: row;
    gap: 30px;
}