body {
    direction: rtl;
    text-align: right;
}

.navbar-nav {
    padding-right: 0;
}

.dropdown-menu {
    text-align: right;
}

.dropdown-submenu > .dropdown-menu {
    right: 100%;
    left: auto;
}

.ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.text-end {
    text-align: left !important;
}

.text-start {
    text-align: right !important;
}

.dataTables_wrapper .dataTables_filter {
    text-align: left;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
}
