body{
  direction: ltr !important;
  text-align: left !important;
  font-family: 'Gidolinya-Regular';
}
@font-face {
  font-family: 'Gidolinya-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Gidolinya-Regular'), url('../fonts/Gidolinya-Regular.woff') format('woff');
}
form, input{
  direction: ltr !important;
  text-align: left !important;
}
.burgerBtn {
  left: 20px;
}
.toggle__sidebar {
  left: 10px;
}
.login_thumb {
  left: 16px;
}
.pass_change {
  right: 32px;
}
.dashboard__menu {
  left: 0;
  transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
}
.dataTables_wrapper .dataTables_filter {
  left: 128px;
}
.search_only .dataTables_wrapper .dataTables_filter {
  left: 0;
}
.date_iconAbs {
  right: 36px;
}
div.dt-buttons {
  right: 63px;
}
.nice-select:after {
  left: auto;
  right: 20px;
}
.deleteOne_orDeFlex {
  right: 0;
}

/*** new **/

.absCurrency_span {
  right: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  left: 12px;
}

.chart_WrapRelative div.dt-buttons {
  right: 24px;
}

.oneTlab_Slider .slick-prev i, .oneTlab_Slider .slick-next i{
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.closB_modal {
  right: 40px;
}

.noti__num {
  left: 5px;
}