.user-profile-menu-wrapper {
  position: relative;
}

.user-profile-menu-wrapper ul.menu {
  background: #FFF;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .user-profile-menu-wrapper ul.menu {
    font-size: .8rem;
  }
}

.user-profile-menu-wrapper ul.menu li {
  white-space: nowrap;
}

.user-profile-menu-wrapper ul.menu li:last-child a {
  border-bottom: none;
}

.user-profile-menu-wrapper ul.menu a {
  display: block;
  margin: 0;
  padding: .3rem 1rem;
  border-bottom: 1px solid #cfd8dc;
}

.user-profile-menu {
  max-height: 0;
  overflow-y: hidden;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  transition: all .5s ease-in-out;
  position: absolute;
  top: 40px;
  right: -1rem;
}

.user-profile-menu.active {
  max-height: 300px;
}

/*# sourceMappingURL=sourcemaps/header-user-profile-menu.css.map */
