.dr-rtl {
    direction: rtl !important;
}

.dr-ltr {
    direction: ltr !important;
}

div.dataTables_wrapper {
    direction: ltr;
}

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

.dropdown-menu-sm {
    min-width: 100px !important;
    border: 0.4285rem;
}

.dropdown-menu-lg {
    min-width: 260px !important;
    border-radius: 0.4285rem;
}

.dropdown-menu-xl {
    min-width: 450px !important;
    border-radius: 0.4285rem;
}

.ck-powered-by {
    display: none !important;
}