body {
    font-family: "Vazirmatn";
}

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

table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_desc_disabled, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_desc_disabled {
    padding-right: 10px;
    padding-left: 0px;
}
table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc:before {
    margin-right: 0.5rem;

}
*/
#kt_menu_64b77a7067f3a {
    transform: translate3d(-976.8px, 185.2px, 0px) !important;
}

.form-check-custom .form-check-label {
    margin-right: .55rem;
}

#user-account-menu {
    transform: translate3d(-1077.6px, 30.4px, 0px) !important;
}

.menu-item .menu-link .menu-badge {
    margin-right: .5rem;
}

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

.select2-container--bootstrap5 .select2-selection__clear {
    left: 2.25rem;
    right: unset;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    left: 0.5rem;
    right: unset;
}

.nav-line-tabs .nav-item:first-child .nav-link {
    margin-right: 0;
}

.timeline-label:before {
    right: 75px;
}

.timeline-label .timeline-label {
    width: 75px;
}


.toast-scrollable .toast-body {
    max-height: 400px !important;
    overflow-y: auto !important;
    padding: 15px;
    font-size: 12px;
}

.toast-large {
    min-width: 500px;
    max-width: 600px;
}

.toast-body::-webkit-scrollbar {
    width: 8px;
}

.toast-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.app-header-menu .menu .menu-item .menu-link.active {
    transition: color .2s ease;
    background-color: var(--td-range-bg) !important;
    color: white !important;
}

.app-header-menu .menu .menu-item .menu-link.active .menu-title {
    color: white !important;
}

.collapse-filter {
    border: solid 1px var(--bs-primary-active);
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100% !important;
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100% !important;
    }
}

.hover-effect {}

.hover-effect:hover {
    background-color: #c8f0ff !important;
    border-color: #45caff !important;
}