.SignInOutButtons {
    max-width: 180px !important;
    min-width: 140px !important;

    border-color: rgb(0, 255, 123) !important;
}

.avatar{
    display: inline-block;
    vertical-align: middle;

    color: black;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid white;
    background-color: white;
}
.avatar img{
    width: 30px;
}


.no-dots{
    list-style-type: none;
}



.icn{
    -webkit-filter: invert(0.65);
    filter: invert(0.65);
    border: 0px;
    width: 24px;
    margin-right: 5px;
}

.icn_sel{
    -webkit-filter: invert(1);
    filter: invert(1);
    border: 0px;
    width: 24px;
    margin-right: 5px;
}

.icn__text{
    font-weight: initial;
}
.icn__text__selected{
    font-weight: bolder;
}





.navbar-custom{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}