.bg-left:where([dir='rtl'], [dir='rtl'] *) {
  background-position: right;
}

.bg-left-bottom:where([dir='rtl'], [dir='rtl'] *) {
  background-position: right bottom;
}

.bg-left-top:where([dir='rtl'], [dir='rtl'] *) {
  background-position: right top;
}

.bg-right:where([dir='rtl'], [dir='rtl'] *) {
  background-position: left;
}

.bg-right-bottom:where([dir='rtl'], [dir='rtl'] *) {
  background-position: left bottom;
}

.bg-right-top:where([dir='rtl'], [dir='rtl'] *) {
  background-position: left top;
}

.-translate-x-1\/2:where([dir='rtl'], [dir='rtl'] *) {
  --tw-translate-x: 50%;
}

.-translate-x-full:where([dir='rtl'], [dir='rtl'] *) {
  --tw-translate-x: 100%;
}

.translate-x-1\/2:where([dir='rtl'], [dir='rtl'] *) {
  --tw-translate-x: -50%;
}

.translate-x-full:where([dir='rtl'], [dir='rtl'] *) {
  --tw-translate-x: -100%;
}

.-rotate-135:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: 135deg;
}

.-rotate-225:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: 225deg;
}

.-rotate-315:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: 315deg;
}

.-rotate-45:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: 45deg;
}

.-rotate-90:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: 90deg;
}

.rotate-135:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: -135deg;
}

.rotate-225:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: -225deg;
}

.rotate-315:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: -315deg;
}

.rotate-45:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: -45deg;
}

.rotate-90:where([dir='rtl'], [dir='rtl'] *) {
  --tw-rotate: -90deg;
}
