/* font family  */
/* font family  */
@font-face {
    font-family: TajawalBold;
    src: url(../../fonts/ArabicFont/Tajawal/Tajawal-Bold.ttf);
}

@font-face {
    font-family: TajawalMedium;
    src: url(../../fonts/ArabicFont/Tajawal/Tajawal-Medium.ttf);
}

@font-face {
    font-family: tajawalLight;
    src: url(../../fonts/ArabicFont/Tajawal/Tajawal-Light.ttf);
}



h1, h2, h3, h4 {
    font-family: TajawalBold;
}

h5, h6 , label , div ,  th {
    font-family: TajawalMedium;
}

p, a,  li,
.menu-title ,  td {
    font-family: tajawalLight;
}

/* Admin/Transmition/Index  page  */

/*h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
.menu-title {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}*/
[data-kt-app-layout='dark-sidebar'] .app-sidebar .app-sidebar-logo {
  background-color: white !important;
  border: none !important;
}

/*  Arabic styles  */
.card {
  direction: rtl;
}

.card .card-header {
  justify-content: flex-end;
}

.card .card-body {
  text-align: right;
  margin-left: auto;
  margin-right: 10px;
  width: 100%;
}

.card .symbol-group {
  flex-direction: row-reverse;
}

.card .symbol {
  margin-right: 5px;
  margin-left: 0;
}

.card .symbol a {
  margin-right: 0;
  margin-left: 5px;
}
.card-title {
  width: 100%;
}

.symbol-group.symbol-hover {
  flex-direction: row;
}
#kt_app_toolbar_container {
/*  flex-direction: row-reverse;
*/  text-align: right;
}
.breadcrumb {
    flex-direction: row;
}
.fa {
  padding-right: 0 !important;
  padding-left: 10px !important;
}

.card-header > div {
  width: 100%;
}

.app-sidebar-menu,
.app-sidebar-wrapper {
  flex-direction: column-reverse;
}

.menu-sub-accordion {
  text-align: right;
}

.menu-link {
  text-align: right;
}

.menu-sub {
  right: auto;
  left: 100%;
}

.menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.menu-title {
  margin-right: 10px;
  margin-left: 0;
}
.delete-margin {
  margin-left: 0 !important;
}

.margin-botton-cust {
  margin-bottom: 12px;
}
.sorting {
  text-align: right !important;
}

.Arabic-side {
  flex-direction: row-reverse !important;
}
.card-header.border-0 {
  flex-wrap: nowrap;
}
.margin-cust-arb {
  margin: 0 !important;
  margin-left: auto !important;
}

/*---------------------custom table------------------*/
.Custom-table-main .table th {
   
    border-left: none;
    border-right: none;
   
}



   
    .Custom-table-main .table th:first-child, .Custom-table-main .table tr td:first-child { /**/
        border-radius: 0px 8px 8px 0px;
        border-right: 1px solid #ededee;
        border-left: 0;
     
    }

    .Custom-table-main .table th:last-child, .Custom-table-main .table tr td:last-child { /**/

        border-radius: 8px 0px 0px 8px;
        border-left: 1px solid #ededee;
        border-right: 0;
       
    }

.Custom-table-main .table td {
    border-left: none;
    border-right: none;
   
}



.Custom-table-main .table tr:last-child td:last-child {
    border-bottom-left-radius: 0px;
}

.Custom-table-main .table tr:last-child td:first-child {
   
    border-bottom-right-radius: 0px;
}


div.dataTables_wrapper div.dataTables_filter {
    padding: 1rem 0;
    float: left;
    text-align: left;
    display: flex;
    justify-content: end;
    align-items: end;
    text-align: left;
    width: 100%;
}

.dataTables_scrollHead {
    overflow: auto !important;
    
}

.dataTables_scrollHeadInner {
    padding-left: 0 !important;
}

.image-input {
  
    background-position: 80% 21%;
}

    .TopFormProfile .image-input [data-kt-image-input-action=change],
    .TopFormProfile .image-input.image-input-changed [data-kt-image-input-action=cancel],
    .image-input [data-kt-image-input-action=cancel],
    .image-input [data-kt-image-input-action=remove] {
        right: 60%;
    }

.DeptContent .menu.menu-sub {
    /*transform: translate3d(-1176.2px, 288.8px, 0px) !important;*/
    margin:0 -2% !important;
}

i.spareIcon {
    right: auto;
    left: 25px;
}

.Custom-table-main .table th:first-child, .Custom-table-main .table tr td:first-child {

    padding: 18px 9px 18px 0px;
}