body {
font-family: "IBM Plex Sans Arabic", sans-serif;
}

.el-tabs--right {
display: flex; 
gap: 32px;
}​

.el-tabs--right, .el-tabs__content {
  flex: 1;
}
html[dir="rtl"] .ui-icon-logout {
  transform: scaleX(-1);
}