
.ext {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.ext-details {
    position: absolute;
    width: 250px;
    background: #fff;
    top: 100%;
    box-shadow: 3px 3px 6px #747474;
    display: none;
    /* padding: 0px 40px 5px 5px; */
}
.ext a{
    color: #666;
}
.ext-details{
    position: absolute;
    width: 250px;
    background: #fff;
    top: 100%;
    box-shadow: 3px 3px 6px #747474;
    display: none;
}
.ext-details ul li {
    padding: 0px 5px 0px 7px;
    border-right: none;
    font-weight: 700;
    font-size: 12px;
    width: 95%;
    color: #000;
}

.ext-details ul li:hover {
    background-color: #e9e9e9;
    padding: 0px 5px 0px 7px;
    width: 92.3% !important;
    /* color: #fff; */
    cursor: pointer;
}

.hr {
    width: 100%;
    border-bottom: 1px solid #ccc;

}

.ext:hover .ext-details {
    display: block;
}

.ext-details.lu {
    background-image: url('../images/user.png');
    background-repeat: no-repeat;
    background-position: 7px 7px;
    ;
}

.ext-details lu:hover {
    background-image: url('../images/user-b.png') !important;
    background-repeat: no-repeat !important;
    background-position: 7px 7px !important;
}

.ext a span {
    width: 100%;
    float: left;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


#bm {
    color: #629b4d;
}


.ext-details a:hover{
    background: transparent !important;
}
.ext-details a{
    background-color: transparent;
    color:#666 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
}

.ext a:hover {
    color: #333;
    box-shadow: none !important;
    /* padding: 0 10px; */
    /* background: transparent !important; */
}

li.logout {
    padding: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    color: #000;
}

li.logout:hover {
    color: #fff;
}

.ext-details ul li{
    border: none !important;
    padding: 5px 8px 5px 10px!important;
    width: 93% !important;

}

header .container{
    overflow:unset !important;
}

@media (max-width: 979px) {
    .open + .ext-details{
        background:none;
        box-shadow:none;
        display:block;
    } 
    .open + .ext-details ul{
        display: block !important;
    }
    .open + .ext-details li a{
        color:#8A8585 !important;
    }
 
}
