.globalHeader {
    box-sizing: border-box;
    display: block;
    background-color: transparent;
  }

  .headerNav { 
    width: 100%;
    display: flex;
    height: 56px;
    justify-content: space-between;
    /* position: sticky;
    top: 0; */
  }


  .global-header-container { 
    display: flex;
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    /* color: #393a3d;   */
  }

  .headerItem {
    position: relative;
  }

  /* .global-header-item{

  } */

  .ellipsis-icon {
    font-size: 18px; 
    font-weight: 700;
  }



  .ellipsis-icon:before {
    font-size: 18px; 
    font-weight: 700;
    content: "\22EE";
  }

  .global-header-item-button {
    box-shadow: none;
    padding: 16px !important;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    height: 100%;
    outline: inherit;
    min-width: 56px;
    white-space: nowrap;
  }

  .global-header-item-button:hover{
    background-color: #eceef1;
  }

  .companyName {
    /* color: #393a3d; */
    line-height: 56px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 4px;
    vertical-align: middle;
  }

  .companyName.label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0px;
    height: auto;
    width: 18vw;
  }