.app-sidebar-logo {
    justify-content: center !important;
}
#kt_datatable_example_export_menu {
    margin-top: 10px !important;
}
#kt_datatable_example > tfoot > tr > th:nth-child(1) > input{
    display: none !important;
}
#kt_datatable_example > tfoot > tr > th:last-child > input{
    display: none !important;
}
#kt_datatable_example > tbody > tr > td > span.badge {
    margin-top: 0.2rem;
}
#kt_datatable_example > tbody > tr {
    font-size: 12px !important;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
     text-align: unset !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.justify-text{
    text-align: justify;
}
