#xLogoMenu{
    float: right;
    margin: 5px 0 5px 5px;
}


#xMainMenu .xSpiner {
    right: -12px;
}

.x-error{
    left: 0px;
    right:unset;
}

.form-help .from-help-text{
    left: -3px;
    right: unset;
}

.form-help{
    right: unset;
    left: 3px;
}

.x-error {
    padding: 0px 6px 0px 24px;
}

.x-password-meter {
    left: 2px;
    right: unset;
}

.x-password-meter .progress{
    direction: ltr;
}

.xWinClose{
    right: unset;
    left: 9px;
}

.xParentDivRelative {
    direction: ltr;
}

.xTable .xTableCheckboxHeaderCell .tabulator-header-popup-button{
    float: right;
}

.xTable .xTableCheckboxHeaderCell .tabulator-col-title input {
    margin-left: 0;
    margin-right: -20px;
}

legend {
    right: unset;
    left: 0;
}


.xTitleIcon{
    padding-left: 5px;
    padding-right: unset;
}


.xBox {
    display: flex;
    flex-direction: row-reverse; /* הופך את הסדר – גרף משמאל, טקסט מימין */
    align-items: center;         /* מיושר אנכית */
    gap: 10px;                   /* רווח בין גרף לטקסט */
}
.details {
    text-align: right;           /* כדי שהטקסט יישב נכון ב־RTL */
}

.xMainMenuListButtons {
    right: unset;
    left: 135px;
}