﻿ 
@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-Regular.ttf")
}

@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-Light.ttf");
    font-weight: 300
}

@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-Bold.ttf");
    font-weight: 700
}

@font-face {
    font-family: almarai;
    src: url("../fonts/Almarai-ExtraBold.ttf");
    font-weight: 900
}



body, .page-title, #sidebar-menu > ul > li > a, h1, h2, h3, h4, h5, h6, p {
    
    font-family: 'almarai' !important
} 


 

#sidebar-menu > ul > li > a .badge {
    font-family: "roboto", sans-serif;
}

body {
    font-size: 12px;
}

.content-page {
    text-align: right;
}

.lang-rtl{
    text-align:right
}
/*AR font Size*/

#sidebar-menu > ul > li > a {
    padding: 9px 9px;
}

#sidebar-menu .menu-title {
    font-size: 11px;
}

#sidebar-menu > ul > li > a {
   font-size: 13px;
}

.submenu a {
    font-size: 13px;
}
.stuck-top {
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    z-index: 99;
}
/*AR font line-height*/

.notification-list .nav-link {
    line-height: 66px;
}
.notification-list .notify-item .notify-details span { 
    font-family: inherit;
}

.alert-dismissible .close {
    position: absolute;
    left: 0 !important;
    right: auto;
    top: -4px;
}

.step.wizard-step.current {
    text-align: right;
    direction: rtl;
}
.container_check .checkmark { 
    left: auto;
    right: 0; 
}

.container_check {
    padding-left: 0;
    padding-right: 30px;
}

.content-right {
    text-align: right;
}

.alert-dismissible {
    padding-right: 1rem;
}
.form-group { 
    direction: rtl;
}
.nice-select.wide {
    width: 100%;
    text-align: center !important;
}


.nice-select .option { 
    text-align: right; 
}


button.forward {
    float: left;
}
button.submit {
    float: left;
}

.ui-progressbar .ui-progressbar-value { 
    float: right;
}
.rate-bar .badge i {
    margin-right: 0px;
    margin-left: 3px;
}

@media (min-width: 992px) {
    .float-lg-left {
        float: right !important;
    }
}

/*select2*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right !important;
}





.modal-header .close {
    left: 0 !important;
    position: absolute;
}

.modal {
    direction: rtl;
    text-align: right;
}


td[data-toggle="modal"]:hover, td.link-td:hover {
    background-position: center left;
}
 

.calendars-rtl .calendars-cmd-next{
    float: right !important;
}
.calendars-rtl .calendars-cmd-prev{
    float: left !important;
}


 
.dx-overlay-wrapper * {
    direction: rtl !important;
    text-align: right !important;
  }
  .dx-toolbar-before {
    right: 0px;
    left: auto;
  }
  
 

  /*Fix DX PopUp */

   
.dx-popup-content  {
    font-family: 'almarai'

} 

.dx-popup-content .text-right , .dx-popup-content .text-right *{
    /* direction: rtl; */
    text-align: left !important;
}


.dx-popup-content .text-right option ,
body .dx-popup-content  .p-datatable .p-datatable-thead > tr > th   {
    text-align: right !important;
}
 
