/* TODO: some issues with rtl: */
/* 1: filters button need to be in left and improve its ui */

/* For text align */
html[dir="rtl"] .text-left {
    text-align: right !important;
    direction: rtl !important;
}

/* For user, theme and translate links in navbar */
html[dir="rtl"] .-right-2 {
    left: -0.5rem !important;
    right: inherit !important;
}

/* For date time short cuts & time zone warning position left in forms */
html[dir="rtl"] .datetimeshortcuts {
    left: 0 !important;
    right: inherit !important;
}

html[dir="rtl"] .timezonewarning {
    right: inherit !important;
    left: 5rem !important;
}

/* For actions history text position */
html[dir="rtl"] .actionlist .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

caption {
    padding: 1px !important;
}

/* For help timezone warning */
.timezonewarning.help {
    display: none;
}
