[dir="rtl"] .fi-one-time-code-input-ctn {
    direction: ltr;
    margin-left: auto;
}

/* Sticky Header for Tables */
.fi-ta-content {
    overflow-y: auto;
    max-height: calc(100vh - 200px); /* Adjust based on layout */
}

.fi-ta-table thead tr th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: rgb(255, 255, 255);
}

.dark .fi-ta-table thead tr th {
    background-color: rgb(24, 24, 27); /* Dark mode background */
}