Move Lookup Clear Button from right to left side

Hello,

Kindly my sharepoint site is in Arabic and the layout is from left to right.
we have an issue and it is annoying that lookup clear button is on the right side the lookup control and i need to move it to the left side
kindly check the attachment
how to do that?

Clear%20Button%20on%20Right%20Side

Clear%20Button%20on%20Right%20Side%2002

Dear @gkhadra,

Please try to add this CSS rule in the CSS Editor:

.fd-form .fd-field-lookup .k-combobox .k-dropdown-wrap>.k-i-close {
    right: auto !important; 
    left: calc(.375rem*2 + 1.5rem);
}

Dear @AlexZver ,

Thank you for this valuable information it works.