

.member--dropdown {
    width: 250px !important;
}

.member--dropdown a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 10px !important;
}

.language-dropdown-toggle img {
    width: 25px !important;
    height: 25px !important;
    object-fit: cover !important;
    border-radius: 50%;
}

.app-header .language-dropdown a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: cover !important;
    border-radius: 50%;
}

.color--black {
    color: black;
}

.color--white {
    color: white;
}

.btn-primary{
    color: white !important;
    text-align: center;
}
.border-none{
    border:none !important;
}
.f-h-100{
    height: 100%;
}

.member--dropdown-i span:first-child{
    width: 40px;
    height: 40px;
    display: block;
}
.member--dropdown-i span:first-child img{
    width: 100%;
    border-radius: 50%;
}
.member--dropdown-i{
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.member--dropdown-i span:last-child{
    color: black;
    margin-left: 10px;
}
.nav-notifications-toggle span{
    position: absolute;
    right: -5px;
    top: -5px;
    background: blue;
    color: white;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 12px;
    border-radius: 50%;
}
.language-dropdown-toggle{
    width: 40px;
    height: 40px;
}
.language-dropdown-toggle img{
    width: 35px !important;
    height: 35px !important;
}