﻿:root {
    --font-primary: Tajawal;
}

.fa-1x {
    font-size: 1em !important;
}

.fa-2x {
    font-size: 2em !important;
}

.fa-3x {
    font-size: 3em !important;
}

.fa-4x {
    font-size: 4em !important;
}

.fa-5x {
    font-size: 5em !important;
}

.fa-6x {
    font-size: 6em !important;
}

.fa-7x {
    font-size: 7em !important;
}

.fa-8x {
    font-size: 8em !important;
}

.fa-9x {
    font-size: 9em !important;
}

.fa-10x {
    font-size: 10em !important;
}

.fa-2xs {
    font-size: 0.625em !important;
    line-height: 0.1em !important;
    vertical-align: 0.225em !important;
}

.fa-xs {
    font-size: 0.75em !important;
    line-height: 0.08333em !important;
    vertical-align: 0.125em !important;
}

.fa-sm {
    font-size: 0.875em !important;
    line-height: 0.07143em !important;
    vertical-align: 0.05357em !important;
}

.fa-lg {
    font-size: 1.25em !important;
    line-height: 0.05em !important;
    vertical-align: -0.075em !important;
}

.fa-xl {
    font-size: 1.5em !important;
    line-height: 0.04167em !important;
    vertical-align: -0.125em !important;
}

.fa-2xl {
    font-size: 2em !important;
    line-height: 0.03125em !important;
    vertical-align: -0.1875em !important;
}

.dropdown-less::after {
    content: none !important;
}
.text-justified{
    text-align:justify;
}
.table:not(.table-bordered) td, .table:not(.table-bordered) th, .table:not(.table-bordered) tr {
    font-size: 14px!important;
}