html, .text-muted {
    direction: ltr !important;
}

/* 
   Set the default alignment on the body ONLY. 
   This is the LTR default. It will be overridden by Bootstrap's 
   .text-center, .text-end, etc.
*/
body {
    text-align: left; 
}