.custom-select-profile-edit-report .jet-form__label{
    order:1;
}
.custom-select-profile-edit-report #searchInput{
    order:2;
    margin-bottom: .5rem;
}
.custom-select-profile-edit-report .jet-form__fields-group{
    order:3;
}

.custom-select-profile-edit-report .jet-form__fields-group .jet-form__field-wrap {
    padding: .25rem 0 !important;
}

#paginationContainer{
    margin:.5rem 0;
}
#paginationContainer #prevPage{
    background-color: var(--e-global-color-074c29e);
    color: var(--e-global-color-da783c1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 29px 29px 29px 29px;
    margin-right: .5rem;
}

#paginationContainer #nextPage{
    background-color: var(--e-global-color-074c29e);
    color: var(--e-global-color-da783c1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 29px 29px 29px 29px;
    margin-left: .5rem;
}


