﻿@font-face {
    font-family: myfont1;
    src: url('../fonts/DroidKufi-Regular.ttf')
}

@font-face {
    font-family: myfont2;
    src: url('../fonts/DroidKufi-Regular.ttf')
}

@font-face {
    font-family: myfont3;
    src: url('../fonts/jazeera_light.ttf')
}

@font-face {
    font-family: myfont4;
    src: url('../fonts/DroidKufi-Regular.ttf')
}
@font-face {
    font-family: 'english';
    src: url('../fonts/Eng1.otf') format('truetype');
}
@font-face {
    font-family: 'english1';
    src: url('../fonts/Proza-Regular.otf')
}
@font-face {
    font-family: 'english2';
    src: url('../fonts/GE_SS_Two_Light.otf')
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Neue-W23-for-SKY-Reg (1).ttf') format('truetype');
}




html, body {
    font-family: Helvetica !important;
    font-size: 12pt
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica !important
}
.select2-dropdown, .form-select {
    direction: rtl;
    text-align: right;
}
.datatable thead th {
    text-align: right;
}
.datatable thead {
    background: #f3f6f9;
}
table.dataTable th {
    text-align: right!important;
}
table.dataTable  th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date, *[dir=rtl] table.dataTable td.dt-type-numeric, *[dir=rtl] table.dataTable td.dt-type-date {
    text-align: right!important;
}