


.rc-tooltip {
    z-index: 1;
}

.flag 
{
    width:30px;
    height:auto;
    margin-left:5px;
}
.account-links a:hover 
{
    color: rgb(26, 149, 250) !important; 
}
.account-links a.signin 
{
    border-bottom: 2px solid rgb(199, 199, 199) !important;
}
.account-links a
{
    width: 100%;
    padding: 5px 15px !important;
    margin-left: -3px !important; 
    border-bottom-width: 0 !important;
    color: rgb(112, 112, 112) !important;
    display: block
}
.account-links 
{
    width: 160px;
    overflow: hidden;
    position: fixed;
    background: #fff;
    display: none;
    right: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 13px 0px #0000004f;
    z-index: 111;
}

.d-block
{
    display: block !important;
}