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

body.rtl .pull-left {
    float: right !important;
}

body.rtl .pull-right {
    float: left !important;
}

body.rtl .text-right {
    text-align: left !important;
}

body.rtl .text-left {
    text-align: right !important;
}

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

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

body.rtl .me-1, body.rtl .me-2, body.rtl .me-3, body.rtl .me-4, body.rtl .me-5 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

body.rtl .ms-1, body.rtl .ms-2, body.rtl .ms-3, body.rtl .ms-4, body.rtl .ms-5 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
}