.vv_nav_open {
  display: none;
}

.vv_profile_username {
  color: #ffffff;
  margin: 0 1rem;
}

.vv_user_wallet_balance {
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}

.vv_profile_icon {
  cursor: pointer;
}

.bx-user-circle,
.vv_hamburger .bx-menu {
  font-size: 2rem;
  color: #fff;
}

.vv_profile_icon_card {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  color: #00337c;
  position: absolute;
  top: 4rem;
  right: 0.5rem;
  background-color: #fff;
}

.vv_item_li {
  padding: 0.8rem 1rem;
  font-size: var(--P-MEDIUM);
  font-weight: var(--MEDIUM);
  color: #f1f1f1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vv_item_li a {
  color: #00337c;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.vv_item_li:hover {
  color: #00337c !important;
  text-decoration: none !important;
  font-weight: var(--BOLD);
}

@media screen and (max-width: 768px) {
  .vv_nav_open {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .vv_user_wallet_balance,
  .vv_profile_username {
    display: none;
  }
}
