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

/* Reverse common layouts */
.row,
.flex {
  flex-direction: row-reverse;
}

/* Fix margins */
.ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

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

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