.user-widget{
  height: 110px;
  width: 250px;
  z-index: 1002;

  .user-display{
    color: @applicationPrimaryFontColor;
    padding: 0 2px 0 10px;
    font-size: 22px;
    display: flex;
    align-items: center;
    height: 62px;
    .userLabel{
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .action_bar{
    padding: 6px 8px;
    text-align: left;
    button.userActionButton{
      @size: 40px;
      width: @size !important;
      height: @size !important;
      span.userActionIcon {
        font-size: 18px !important;
        color: rgba(255, 255, 255, 0.93) !important;
      }
    }
  }
}