body {
    text-align: right;
}

ul, ol {
    direction: rtl;
    text-align: right;
}

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Noto Sans Arabic', 'Dubai', sans-serif;;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.66;
}

a,
li,
p,
div {
    font-family: 'Noto Sans Arabic', 'Dubai', sans-serif;
}

.icon-to-reversed {
    transform: scaleX(-1);
}

.flex-revert-row {
    flex-direction: row !important;
}
