.tabbar{
  max-width: 600px;
  min-width: 300px;
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #191919;
  border-radius: 100px;
  border: solid 1px rgba(255, 0, 0, 0.179);
  padding: 3px 0;
  position: fixed;
  bottom: 0;
  direction: rtl !important;
}

.tabbar > li{
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.tabbar > li > i{
  display: inline-block;
  width: 25px;
  height: 25px;
}

.tabbar > li > i > img{
  width: 100%;
  height: 100%;
}

.tabbar > li > span{
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #cdcdcd;
  font-size: 15px !important;
}

.tabbar_active {
  color: #d13002 !important;
}