.message_alert_count,
.text_message_alert_count,
.chat_message_alert_count {
    font-size: 1.25em;
}

.htt-dropdown-wrapper {
    position: relative;
    display: inline-block;
    z-index: 999;
    overflow: visible;
}

.htt-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
    min-width: 300px;
    box-sizing: border-box;
}

.htt-dropdown-wrapper:hover > .htt-dropdown-menu {
    display: block;
}

.htt-dropdown-menu li,
.htt-submenu li {
    position: relative;
}

.htt-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.htt-dropdown-menu a,
.htt-submenu a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    text-transform: none !important;
}

.htt-dropdown-menu a:hover,
.htt-submenu a:hover {
    background-color: #eee;
}

.htt-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    background: #f9f9f9;
    margin-left: 0;
    border: 1px solid #ccc;
    z-index: 1500;
    max-height: 350px;
    overflow-y: auto; 
}

.htt-dropdown-menu li.has-submenu:hover > .htt-submenu {
    display: block;
}

.htt-dropdown-menu,
.htt-submenu {
    list-style: none;
}

.menu-block-anchor > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-subitem-arrow {
    font-size: 15px;
    margin-left: 8px;
    padding-left: 20px;
    float: right;
}

.htt-dropdown-menu li.has-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    position: relative;
    text-transform: none;
}

html:not(.fontawesome-i2svg-complete) #navbarCollapse .fa-2x { 
    display: inline-block; 
    width: 29px; 
}

