﻿/*@font-face {
    font-family: 'ar-light';
    src: url(../fonts/ar/DINNextLTArabic-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'ar-regular';
    src: url(../fonts/ar/DINNextLTArabic-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'ar-bold';
    src: url(../fonts/ar/DINNextLTArabic-Bold.ttf) format('truetype');
}
*/
@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: 'ar-regular' !important;*/
    font-family: 'almarai' !important
}
body {
    font-size: 14px;
}
.page-title {
  /*  font-family: 'ar-bold' !important;*/
}

#sidebar-menu > ul > li > a .badge {
    font-family: "roboto", sans-serif;
}
.content-page {
    text-align: right;
}

.lang-rtl{
    text-align:right
}
/*AR font Size*/
#sidebar-menu .menu-title {
    font-size: 11px;
}

#sidebar-menu > ul > li > a {
   
    font-size: 15px;
}

.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;
}
 

