/* RTL (Right-to-Left) Styles for Persian/Arabic */

.clp-rtl {
    direction: rtl;
    text-align: right;
}

.clp-rtl .clp-tracking-input-group {
    flex-direction: row-reverse;
}

.clp-rtl .clp-dashboard-header {
    flex-direction: row-reverse;
}

.clp-rtl .clp-detail-row {
    flex-direction: row-reverse;
}

.clp-rtl .clp-form-row {
    direction: rtl;
}

.clp-rtl .clp-lang-current {
    flex-direction: row-reverse;
}

.clp-rtl .clp-lang-dropdown {
    right: auto;
    left: 0;
}

.clp-rtl .clp-timeline-step .step-label {
    text-align: center;
}

.clp-rtl .clp-table {
    direction: rtl;
}

.clp-rtl .clp-table th,
.clp-rtl .clp-table td {
    text-align: right;
}

.clp-rtl .clp-form-actions {
    text-align: left;
}

.clp-rtl .clp-dash-stat {
    text-align: center;
}
