@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');


body,
body p,
.ui-datepicker th span,
.ui-datepicker-title {
    direction: rtl;
    /* font-family: 'El Messiri', sans-serif; */
    font-family: JF_font;
}

.fnt_rpt{
    font-family: 'Roboto', sans-serif;
}

.sidemenu {
    left: auto;
    right: 0;
}

main {
    margin-right: 18vw;
    margin-left: 0;
}

main.fullwidth {
    margin-right: 80px;
    margin-left: 0;
}

.top-nav .toggelmenu {
    left: auto;
    right: 0;
}

.sidemenu-links a i {
    margin-left: 5px;
    margin-right: auto;
}

.sidemenu-links a.linkItem-head:after {
    left: 15px;
    right: auto;
}

.float-right {
    float: left !important;
}

.chartLine1_det .items:first-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 dashed #9992;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px dashed #9992;
}

.product_table .head .export .exp_content {
    transform-origin: left;
}


/* .product_table table tr td:first-of-type {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
} */


/* .product_table table tr td:last-of-type {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
} */

.product_table .pagination .page-item:first-of-type,
.product_table .pagination .page-item:last-of-type {
    transform: rotate(180deg);
}

.product_table .dataTables_length {
    text-align: left;
}

#nav-icon2 {
    float: left;
}

.product_table .head .export .exp_content a i,
.top-nav .links .dropdown.lang .dropdown-menu a img {
    margin-left: 5px;
    margin-right: 0;
}


/* ------- responsive ------- */
@media screen and (max-width: 787px){
    main{
        margin: 0;
    }
}