#qr-reader {
    display: none;
}
.mh-main-content {
    position: relative
}
.mh-left-sidebar {
    z-index: 2;
}

.mh-none {
    display: none
}


.mh-dashboard .slide-container .slide .slide-controls .skip-btn {
    background: transparent;
    color: #555;
}

.medallions-posts .user-avatar img{
    max-height: 174px;
}


.mh-wlc-wrapper .mh-wlc-content .mh-wlc-account-form .form-group .togglePassword {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 15px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.54);
    transition: all 0.3s ease;
}
.mh-wlc-wrapper .mh-wlc-content .mh-wlc-account-form .form-group .togglePassword:hover {
    color: rgba(0, 0, 0, 0.9);
}


.mh-dashboard .mh-main-content .qr-info {
    position: absolute;
    min-height: 250px!important;
    min-width: 250px!important;
}

.back-dashboard-btn {
    position: absolute;
    z-index: 9;
    right: 5px;
    padding: 5px 11px;
    color: white;
    background: #2e3b52;
    border-radius: 5px;
    top: 5px;
}


.mh-memorial-content .memorial-tabs .tab-content .mh_user_media .media-lists .media-item .delete_image {
    z-index: 1!important;
}
