#table_id_length > label {
    display: flex !important;
    padding: 5px;
    margin: 5px;
}

#table_id_length > label > select {

    margin-left: 10px;
    margin-right: 10px;
    width:25%;
}

#table_id_filter > label {
    display: flex;
}


#table_id_filter > label > input {
    margin-left: 10px;
    width:75%;
}

.nav-main-link-icon{
    font-size: 1.2em !important;
}

.select2-selection__choice {
    background-color: #2a733b !important;
}

.select2-selection__choice__remove{
    color: white !important;
}