.dropdown-user {
  padding: 10px 12px 9px 11px;
  width: 266px;

  .user-profile-image {
    background-color: #eef8e7;
    border-radius: 4px;
    color: $auxiliary-color;
    float: left;
    font-size: 60px;
    line-height: 80px;
    margin: 0 10px 50px 0;
    overflow: hidden;
    text-align: center;
    width: 80px;
    .img {
      cursor: pointer;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      & > img {
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
      }
    }
  }
  .specification {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 9px;
    padding-bottom: 4px;
  }
  .user-profile-info {
    color: $text-color;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
  }
  .user-profile-info__item {
    line-height: 20px;
    margin-bottom: 2px;
    &.name {
      cursor: pointer;
      font-weight: 600;
    }
    &.role,
    &.version-back { font-style: italic; }
    &.birthday {
      font-style: italic;
      color: lighten($text-color, 40%);
    }
  }
  .user-profile-info__title {
    display: none;
    font-weight: 600;
    margin-top: 12px;
  }

  .btn-signout i {
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
  }

  .dropdown.user-profile-settings {
    .user-profile-settings__menu {display: none;}
    &.open .user-profile-settings__menu {display: block;}
  }
  .user-profile-settings {
    position: absolute;
    bottom: 7px;
    left: 10px;
    padding: 0 0 2px;
    .dropdown-menu-wrap-list {
      padding: 10px 0;
    }
    .dropdown-menu-item {
      &.active,
      &:hover {
        background: $base-color !important;
        .dropdown-menu-item-text { color: $text-on-base-color !important; }

      }
    }
  }
  .user-profile-settings__btn {
    font-size: 23px;
    color: #545454;
    cursor: pointer;
  }
}
