/* RTL Support Classes - Apply based on HTML dir attribute */

/* RTL styles - only apply when dir="rtl" */
[dir="rtl"] .rtl\:mr-4 {
    margin-right: 1rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
    margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-0 {
    margin-left: 0 !important;
}

[dir="rtl"] .rtl\:ml-1 {
    margin-left: 0.25rem !important;
}
[dir="rtl"] .rtl\:mr-1 {
    margin-right: 0.25rem !important;
}
[dir="rtl"] .rtl\:mr-2 {
    margin-right: 0.5rem !important;
}
[dir="rtl"] .rtl\:mr-3 {
    margin-right: 0.75rem !important;
}
[dir="rtl"] .rtl\:mr-64 {
    margin-right: 16rem !important;
}

[dir="rtl"] .rtl\:flex-row-reverse {
    flex-direction: row-reverse !important;
}

[dir="rtl"] .rtl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
}

[dir="rtl"] .rtl\:origin-top-right {
    transform-origin: top right !important;
}

[dir="rtl"] .rtl\:origin-top-left {
    transform-origin: top left !important;
}

/* LTR styles - only apply when dir="ltr" */
[dir="ltr"] .ltr\:mr-0 {
    margin-right: 0 !important;
}

[dir="ltr"] .ltr\:ml-0 {
    margin-left: 0 !important;
}

[dir="ltr"] .ltr\:mr-2 {
    margin-right: 0.5rem !important;
}

[dir="ltr"] .ltr\:ml-64 {
    margin-left: 16rem !important;
}

[dir="ltr"] .ltr\:origin-top-left {
    transform-origin: top left !important;
}

[dir="ltr"] .ltr\:origin-top-right {
    transform-origin: top right !important;
}
