/**
 * UI Related
 */

#article-application .fusion-alert .close {
    position: absolute;
    top: -1px;
    right: -1px;
    line-height: 25px;
}

/**
 * Fix when Mega Menu doesn't hold the list when hovering
 */
.application-sidebar .mega-menu .mega-menu-item {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.application-sidebar .mega-menu .mega-toggle-on {
    margin-bottom: 0 !important;
}
