.apexcharts-legend-text {
    padding-right: 15px;
    margin-right: 0px; 
}

.basic-data-table .dt-layout-row select {
    padding-top:4px !important;
}

.ql-editor{
    direction: rtl;
    text-align: justify;
}

.page-item:first-child .page-link {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
.page-item:last-child .page-link {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order, table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order, table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order, table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order, table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order, table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right:unset;
    left: 12px !important;
    top: 0;
    bottom: 0;
    width: 12px;
}

*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date, *[dir=rtl] table.dataTable td.dt-type-numeric, *[dir=rtl] table.dataTable td.dt-type-date {
    text-align: right !important;
}

.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc{
    min-width:90px !important;
}

.swal2-title{
    font-size: 40px !important;
    padding: 0 !important;
}

.table.dataTable{
    margin:0 !important
}

.swal2-input
 {
    height: 2.2em !important;
 }