.nav-bar-style{
   border-bottom: 1px solid #414141;
    background-color: #1E1E1E;
    font-family: Quicksand;
    position: sticky;
    width: 100%;
    top: 0;
    height: 64px;

    /* z-index:3; */
}

.width90{
    width: 90%;
}

.list-style-none{
    list-style: none;
}

.search-style{
    background-color:#313131;
    position: relative;
    border: none;
    border-radius: 5px;
    padding: 3px;
}

.search-img{
    position: absolute;
    height: 14px;
    width: 14px;
    left: 8px;
    top: 8px;
    z-index: 1;
}

.flag-style{
    height: 10px;
    width: 20px;
}


.person-avatar{
    background-color: #2196F3;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 8px;
    border-radius: 50%;
}
.Profile-DropDownIcon{
    position: absolute;
    top: 31px;
    right: 461px;
}