#UnreadPersonNotificationCounter {
    background: #ec4656;
    border-radius: 100px;
    min-width: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: 17px;
    height: 17px;
}

#SettingsAlertIcon {
    background: #f1903b;
    border-radius: 100px;
    min-width: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: 17px;
    height: 17px;
}


#headerMenu, #headerMenuToggle {
    cursor: pointer;
}

#headerMenu {
    position: absolute;
    margin-top: -25px;
    right: 0px;
    min-width: 170px;
    z-index: 999;
}

#headerMenuSupport {
    position: fixed;
    margin-top: -25px;
    /*right: 150px;*/
    min-width: 170px;
    z-index: 999;
}

#headerMenuToggle {
    line-height: 30px;
    min-width: 120px;
    display: flex;
    justify-content: center;
    color: #333;
    padding: 5px;
    padding-right: 0px;
    padding-top: 7px;
    border-radius: 100px;
    /* font-weight: bold;*/
}

.headerItem {
    margin-right: 25px;
    border-radius: 100px;
    padding: 5px;
}

.headerItem:hover, #headerMenuToggle:hover {
    background-color: #f4f4f4;
}

.headerMenuItem {
    min-height: 30px;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    color: #333;
    /*font-weight: bold;*/
}

.headerMenuItem:hover {
    background: #f4f4f4;
}

.headerMenuItemLink {
    text-decoration: none;
}

.headerMenuItemLink:hover {
    text-decoration: none;
}

#UpdateHeader {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff3e0;
    color: black;   
    font-size: 13px;
    display:flex;
    justify-content:center;
  }

.UpdateHeaderIcon {
    height: 20px;
    margin: 14px 10px 0 0;
}