#adminmenu .wp-menu-image.dashicons-before img {
    padding: 8px 0 0;
    max-width: 20px;
}
.toplevel_page_tg-core-menu .wrap h2.nav-tab-wrapper {
    margin-bottom: 20px;
}
#genixcore-top-bar {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .03);
    display: block;
    inset-block-start: 0;
    inset-inline-end: 0;
    position: absolute;
    width: calc(100% - 160px);
    z-index: 1;
}
body.folded #genixcore-top-bar {
    width: calc(100% - 36px);
}
@media screen and (max-width: 960px) {
    #genixcore-top-bar {
        width: calc(100% - 36px);
    }
}
@media screen and (max-width: 782px) {
    #genixcore-top-bar {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    #genixcore-top-bar {
        top: 46px;
    }
}
h1.wrapper-hidden-title {
    opacity: 0;
    visibility: hidden;
    margin: 0 0;
    padding: 0;
}
.genixcore-top-bar-inner {
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
}
.genixcore-top-bar-inner h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.genixcore-top-bar-actions a {
    margin-left: 10px;
}
#genixcore-top-bar.genixcore-top-bar--active~#wpbody #wpbody-content {
    margin-block-start: 50px;
}