/*
    RTL Mode
*/
html{
    direction: rtl;
}

.container{
    flex-direction: row-reverse;
}
