/* /mnt/d/doctorly/public/build/css/rtl.css
    RTL overrides and sensible defaults for right-to-left languages */

@font-face {
    font-family: "iranyekan";
    src: url("../fonts/iranyekan/iranyekanLight.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Base typography */
body {
  font-family: "iranyekan", Roboto , Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
}
.form-check{
  text-align: right;
}
.form-check .form-check-input {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: right;
}
[dir=rtl] .select2-selection__rendered {
    text-align: start;
}