/* RTL (Right-to-Left) styles for Arabic */

/* Base RTL adjustments */
[dir="rtl"] {
    text-align: right;
}

/* Override space-x for RTL */
[dir="rtl"] .space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

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

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

/* Margin adjustments */
[dir="rtl"] .ml-2 {
    margin-left: 0;
    margin-right: 0.5rem;
}

[dir="rtl"] .ml-4 {
    margin-left: 0;
    margin-right: 1rem;
}

[dir="rtl"] .mr-2 {
    margin-right: 0;
    margin-left: 0.5rem;
}

[dir="rtl"] .mr-4 {
    margin-right: 0;
    margin-left: 1rem;
}

/* Padding adjustments */
[dir="rtl"] .pl-4 {
    padding-left: 0;
    padding-right: 1rem;
}

[dir="rtl"] .pr-4 {
    padding-right: 0;
    padding-left: 1rem;
}

/* Text alignment */
[dir="rtl"] .text-left {
    text-align: right;
}

[dir="rtl"] .text-right {
    text-align: left;
}

/* Positioning */
[dir="rtl"] .left-0 {
    left: auto;
    right: 0;
}

[dir="rtl"] .right-0 {
    right: auto;
    left: 0;
}

/* Border radius */
[dir="rtl"] .rounded-l-lg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

[dir="rtl"] .rounded-r-lg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

/* Border */
[dir="rtl"] .border-l {
    border-left: none;
    border-right: 1px solid;
}

[dir="rtl"] .border-r {
    border-right: none;
    border-left: 1px solid;
}

/* Transform (for icons, arrows) */
[dir="rtl"] .rotate-90 {
    transform: rotate(-90deg);
}

[dir="rtl"] .-rotate-90 {
    transform: rotate(90deg);
}

/* Flex direction */
[dir="rtl"] .flex-row {
    flex-direction: row-reverse;
}

/* Grid adjustments */
[dir="rtl"] .grid-flow-col {
    direction: rtl;
}

/* Custom RTL styles for specific components */

/* Breadcrumbs */
[dir="rtl"] .breadcrumb-separator {
    transform: scaleX(-1);
}

/* Navigation arrows */
[dir="rtl"] .nav-arrow-left {
    transform: scaleX(-1);
}

[dir="rtl"] .nav-arrow-right {
    transform: scaleX(-1);
}

/* Checkmarks and icons */
[dir="rtl"] .list-check::before {
    margin-right: 0;
    margin-left: 0.5rem;
}

/* Form labels */
[dir="rtl"] label {
    text-align: right;
}

/* Input fields */
[dir="rtl"] input[type="text"],
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="url"],
[dir="rtl"] textarea,
[dir="rtl"] select {
    text-align: right;
}

/* Tables */
[dir="rtl"] table {
    direction: rtl;
}

[dir="rtl"] th,
[dir="rtl"] td {
    text-align: right;
}

/* Matrix table sticky column */
[dir="rtl"] .sticky-col,
[dir="rtl"] .sticky-col-header {
    left: auto;
    right: 0;
}
