@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&family=El+Messiri&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/*@font-face {*/
/*  font-family: taj;*/
/*  src: url("../fonts/ArbFONTS-Tajawal-Bold-1.ttf");*/
/*}*/

* {
	font-family: "Tajawal", sans-serif;;
}

body {
	font-family: "Tajawal", sans-serif;;
}

h1, h2, h3, h4, h5, h6, p, span, li, a, strong,
.text-primary,
.navbar-menu .navbar-nav .nav-sm .nav-link,
.page-title-box h4 {
	font-family: "Tajawal", sans-serif !important;
}

.form-control {
	text-align: right;
}

.form-label,
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    text-align: right !important;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc_disabled:after {
	left: initial;
	right: 0.5rem;
}