.menu-bottom {
  z-index: 5;
}

.menu-bottom .nav-item .icon-item {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 4px;
  filter: none !important; /* همیشه مشکی بمونه */
}

.menu-bottom .mbottom-item.active {
  color: #f97a00; /* فقط متن نارنجی بشه */
}

.menu-bottom .dropdown-menu {
  min-width: 7rem;
  width: 5rem;
}

.menu-bottom .nav-item {
  width: 5rem;
  height: 4.625rem;
}

.menu-bottom .nav-item.active,
.menu-bottom .nav-item:hover {
  background: linear-gradient(197deg, #f97a003b, #ffffffe8);
}

.menu-bottom .dropup .dropdown-toggle::after {
  border: unset;
}

.menu-bottom .dropdown-menu::before {
  content: unset;
}
