/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.dataTables_filter{
    display: flex;
    flex-direction: row-reverse;
}
.dataTables_paginate{
    display: flex;
    flex-direction: row-reverse;
}

.master-table th:first-child {
    width: 10%;
}

.master-table th:last-child {
    width: 20%;
}
