@font-face {
    font-family: 'Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/DroidKufi-Bold.eot);
    src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Bold.woff) format('woff'), url(fonts/DroidKufi-Bold.ttf) format('truetype'), url(fonts/DroidKufi-Bold.svg#svgFontName) format('svg');
}

@font-face {
    font-family: 'Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/DroidKufi-Bold.eot);
    src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Bold.woff) format('woff'), url(fonts/DroidKufi-Bold.ttf) format('truetype'), url(fonts/DroidKufi-Bold.svg#svgFontName) format('svg');
}
 
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Kufi",Arial, Helvetica, sans-serif !important;
     font-family: Inter, Helvetica, "sans-serif";
    /*  color:black !important;*/
}
.form-control, .form-select {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.required:after {
    font-weight: 900 !important;
}
.english-input {
    direction: ltr;
    text-align: left;
}
.swal2-popup .swal2-title {
    font-size: 1.1rem !important;
}
th {
    text-align: center !important;
}
tbody {
    font-size: 13px !important;
    color: #5f6368 !important;
    font-weight: normal !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: inherit !important;
}
.form-label {
    font-weight: bold !important;
}
td {
    font-weight: bold !important;
}
.table-input {
    text-align: center;
    background-color: inherit;
    border: none;
   
}
.form-control {
    min-height: 42.75px !important;
}
 
.buttons-excel {
    background-color: #64cf95 !important;
}

.buttons-print {
    background-color: #009ef7 !important;
}*/*/