body
{
    direction: rtl;
    text-align: right;
    font-family: Inter, Markazi !important;
    font-size: 16px !important;
}

.filter-option-inner-inner
{
    text-align: right;
    font-size: 15px;
}

.bootstrap-select .dropdown-menu li a
{
    text-align: right;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark
{
    right: auto !important;
    left: 15px;
}

.bootstrap-select .dropdown-menu li a
{
    font-size: 15px !important;
}

.col-form-label
{
    font-size: 15px !important;
}

.bootstrap-select .dropdown-menu li a .text
{
   margin-right: 0px !important;
}

.spanError
{
    font-size: 14px;
}

.spanInputError
{
    text-align: right;
}

.close
{
    float: left !important;
    margin-left: 0px !important;
}

.nav
{
    padding-right: 0;
    padding-left: auto;
}

.alert
{
    text-align: right;
}

.alert .close
{
    left: 10px !important;
    right: auto  !important;
}

.dropdown-menu.show
{
    text-align: right;
}

.bootstrap-filestyle .form-control
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.bootstrap-filestyle .group-span-filestyle label
{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.input-group .input-group-prepend .input-group-text
{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.divSearch .col-md-2
{
    text-align: left !important;
}

#tbRecords th.sorting:after, #tbRecords th.sorting_asc:after, #tbRecords th.sorting_desc:after
{
    float: left;
}

#tbRecords tr td .fas, #tbRecords tr td .far
{
    margin-right: 0px;
    margin-left: 5px;
}

.bootbox-body
{
    text-align: right;
}

.ltr
{
    text-align: left;
    direction: ltr;
}

.toast
{
    text-align: right;
    direction: rtl;
}

.divSearch .input-group .form-control
{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-right: 0px;
}

/* Notify */
.alert-minimalist > [data-notify="icon"] 
{
    margin-right: 0px;
	margin-left: 12px;
}

.pagination
{
    padding-right: 0px;
}

.pagination-sm .page-item:first-child .page-link 
{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0.2rem !important;
    border-bottom-right-radius: 0.2rem !important;
}

.pagination-sm .page-item:last-child .page-link 
{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0.2rem !important;
    border-bottom-left-radius: 0.2rem !important;
}