﻿
.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: right !important;
    }

    .text-sm-right {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: right !important;
    }

    .text-md-right {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: right !important;
    }

    .text-lg-right {
        text-align: left !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: right !important;
    }

    .text-xl-right {
        text-align: left !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .text-xxl-left {
        text-align: right !important;
    }

    .text-xxl-right {
        text-align: left !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

table.dataTable tfoot td, table.dataTable tfoot th, table.dataTable thead td, table.dataTable thead th {
    text-align: right;
}


table.dataTable.table-sm > thead > tr td.dt-orderable-asc, table.dataTable.table-sm > thead > tr td.dt-orderable-desc, table.dataTable.table-sm > thead > tr td.dt-ordering-asc, table.dataTable.table-sm > thead > tr td.dt-ordering-desc, table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc {
    padding-left: 20px;
    padding-right:unset;
}

table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
    padding-right: 5px !important;
}

.btn > i {
    padding-right: 0.35rem;
    padding-left: unset;
}
.btn.btn-icon > i {
    padding-right: 0 !important;
    padding-left: unset;
}




.tooltip {
    font-family: IRANSans !important;
}
.jstree-contextmenu {
    font-family: IRANSans !important;
}
.uppy {
    font-family: IRANSans !important;
}
.uppy-Dashboard {
    font-family: IRANSans !important;
}
.kt-uppy .uppy-Root {
    font-family: IRANSans !important;
}


.apexcharts-text, .apexcharts-title-text, .apexcharts-legend-text {
    font-family: IRANSans !important;
}

.apexcharts-legend-text {
    padding-left: unset !important;
    margin-left: unset !important;
    padding-right: 25px !important;
    margin-right: -15px !important;
}
.apexcharts-legend{
    direction:rtl;
}