* {
    direction: rtl;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
    direction: rtl !important;
}

table.dataTable > thead .dt-ordering-asc:before, table.dataTable > thead .dt-ordering-asc:after, table.dataTable > thead .dt-ordering-desc:before, table.dataTable > thead .dt-ordering-desc:after
{
    margin-right: 0.5rem;
}
.menu-sub-dropdown {
    margin-right: -28px !important;
}
#kt_datatable_example_export_menu {
    margin-right: -45px !important;
}

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

.select2-selection__rendered > li > button {
    left: 0.4rem;
    top: 50%;
}

/* RTL adjustments for toastr container */
.toastr-top-right {
    left: 12px;
    right: auto;
}

/* RTL adjustments for toastr */
.toastr {
    text-align: right;
    padding: 15px 50px 15px 15px;
    direction: rtl;
}

/* RTL adjustments for close button */
.toastr-close-button {
    right: auto;
    left: 5px;
}

/* RTL adjustments for progress bar */
.toastr-progress {
    left: auto;
    right: 0;
}

.notification-content{
    text-align: justify;
    word-spacing: -1.5px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.notification_date{
    position: absolute;
    left:10px;
}
