
.DropDownTop {
    padding-top: 10px;
    line-height: 1;
}

.DropDownTop_Profile {
    top: 100%;
    right: 0 !important;
    left: unset !important;
}

.DropDownTop_Profile ul {
    list-style-type: unset;
    padding: 5px;
    margin: 0px !important;
    text-align: left;
}

.DropDownTop_Profile ul li {
    padding: 10px;
    background-color: beige;
    border-bottom: 1px solid #E5E5E5;
}


#background_image_section {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}


    #background_image_section:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgb(131 129 129 / 90%);
    }