html, body, #app {
  direction: ltr;
}
html, body {
  overflow-x: hidden;
}
input, textarea, button, select,
.component_middleware,
.component_middleware input,
.component_middleware button {
  direction: rtl;
  text-align: right;
}
#main,
.component_page_filespage,
.component_filesystem,
.component_filesystem .list,
.component_thing,
.component_filename,
.file-details,
.ellipsis,
.component_breadcrumb,
.component_menu,
.component_menu *,
.component_code,
.component_viewer,
pre,
code {
  direction: rtl;
}
.component_filename,
.file-details,
.ellipsis,
pre,
code,
textarea {
  unicode-bidi: plaintext;
}