body {
  direction: rtl;
}

.bravo_wrap .bravo_topbar .dropdown-menu {
  left: 0 !important;
  right: unset !important;
}

.background-mascot.rtl #botmanWidgetRoot > div {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  bottom: 188px !important;
  left: 222px !important;
}
.background-mascot.rtl.active #botmanWidgetRoot > div {
  transform: unset;
  -webkit-transform: unset;
  left: 146px !important;
  bottom: 134px !important;
}

.main-footer {
  text-align: right;
}
