.mobile-menu-trigger iconify-icon {
    font-size: 28px;
}
.modal-backdrop.show {
    z-index: 9999;
}
#confirmClearModal {
    z-index: 99999;
}

@media(max-width:574px){
        .mobile_nav_fix {
        z-index: 99999;
    }
    .chat_profile_wrap {
        position: relative;
        top: -50px;
    }
    #store_edit_container {
        top: -60px;
        position: relative;
        width: 93%;
        margin: 0 auto;
    }
    .profilecover .account_profile, .profilecover .account_profile .avatar-upload, .profilecover .account_profile img {
    margin-bottom: 0 !important;
}
}