.text-left {
  text-align: right !important;
}

.widget-search .news-search i {
  right: unset !important;
  left: 0.75em;
}

#header .nav-item > a {
  text-align: right;
  display: block;
}

.post-meta {
  padding-right: 0;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.form-check {
  display: flex;
  padding-left: 0;
  padding-right: 1.5em;
  position: relative;
}
.form-check .form-check-input {
  right: 0;
  position: absolute;
  margin-left: 0;
}

.end-0 {
  left: 0 !important;
  right: unset !important;
}

.me-6 {
  margin-left: 1rem !important;
  margin-right: unset !important;
}

[dir="rtl"] .slick-next::before,
[dir="rtl"] .slick-prev::before {
  content: "";
}

[dir="rtl"] .slick-next svg,
[dir="rtl"] .slick-prev svg {
  rotate: 180deg;
}

.list-unstyled {
  padding-right: 0;
}

.lan-switcher-inner button {
  text-align: right;
}
