@font-face {
    font-family: 'AzarMehr';
    src: url('../fonts/AzarMehr-FD[DSTY,KSHD,wght].woff2') format('woff2');
}

@font-face {
    font-family: 'doran';
    src: url('../fonts/DoranFaNum-VF.woff2') format('woff2');
}

body, .tooltip-inner {
    font-family: 'AzarMehr', sans-serif;
}

.apexcharts-text, .apexcharts-title-text, .apexcharts-legend-text {
    font-family: AzarMehr, serif !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td{
    text-align: right;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after{
    right: unset;
    left: 1.25rem;
}

.alert-danger ul{
    margin: 0;
}

.select2-close-mask {
    z-index: 2099 !important;
}

.select2-dropdown {
    z-index: 3051 !important;
}
.toastr.toastr-success{
    background-color: #17c653;
}

.menu.menu-sub.menu-sub-dropdown {
    margin-right: -57px !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
    left: 2px;
}
