.translated-rtl {
    html,
    body {
        font-family: 'Cairo', Arial;
        direction: rtl;
    }

    .form-control {
        text-align: right;
    }

    .phone-form-group,
    .other-phone-form-group {
        position: relative;

        input {
            text-align: right;
        }
    }
}