﻿body.ar {
    font-family: "Noto Sans Arabic", sans-serif;
}


    body.ar .page-format h1,
    body.ar .page-format h2,
    body.ar .page-format h3,
    body.ar .page-format p,
    body.ar .page-format li,
    body.ar .content h1,
    body.ar .content h2,
    body.ar .content h3,
    body.ar .content p,
    body.ar .content li,
    body.ar .urundetay h1,
    body.ar .urundetay h2,
    body.ar .urundetay h3,
    body.ar .urundetay p,
    body.ar .urundetay li {
        direction: rtl;
        unicode-bidi: plaintext;
    }

    body.ar .page-format p,
    body.ar .page-format li,
    body.ar .content p,
    body.ar .content li,
    body.ar .urundetay p,
    body.ar .urundetay li {
        text-align: right;
    }


    body.ar .page-format .table-responsive,
    body.ar .content .table-responsive,
    body.ar .urundetay .table-responsive {
        direction: rtl;
    }

    body.ar .page-format table,
    body.ar .page-format thead,
    body.ar .page-format tbody,
    body.ar .page-format tr,
    body.ar .content table,
    body.ar .content thead,
    body.ar .content tbody,
    body.ar .content tr,
    body.ar .urundetay table,
    body.ar .urundetay thead,
    body.ar .urundetay tbody,
    body.ar .urundetay tr {
        direction: rtl;
    }


        body.ar .page-format table th,
        body.ar .page-format table td,
        body.ar .content table th,
        body.ar .content table td,
        body.ar .urundetay table th,
        body.ar .urundetay table td {
            text-align: right;
            unicode-bidi: plaintext;
        }
