/* -----------------------------------------------
User Menu
----------------------------------------------- */

.b-user-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 6px;

  @media screen and (max-width: 768px) {
    display: none;
    min-width: auto;
  }
}

.b-win-by-referral {
  margin-left: 0;
  color: white;
  font-size: .875rem;
  &:hover {
    color: white;
  }
  &.light {
    color: #287284;
    &:hover {
      color: #174071;
    }  
  }

  @media screen and (max-width: 768px) {
    margin-left: 0.5rem;
  }
}


.b-user-menu-avatar {
  margin-right: 0.5rem;
}

.b-user-menu-name {
  margin-right: 0.5rem;
  color: #fff;

  @media screen and (max-width: 1140px) {
    display: none;
  }
}

.b-user-menu-name.light {
  color: #174071;
}

@media all and (max-width: 768px) {
  .b-user-menu-dropdown-content {
    display: none;
  }
}