.push-right .push-this, .push-left .push-this {
    transform: rotateZ(180deg) !important;
}

.push-right:hover .push-this {
    transform: rotateZ(180deg) translateX(4px) !important;
}

.push-left:hover .push-this {
    transform: rotateZ(180deg) translateX(-4px) !important;
}

.snackbar-container .action {
    margin: 0 24px 0 0 !important;
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl !important;
}

.nav-subitem > a.collapsed:after {
    transform: rotate(180deg);
}