.maintenance-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0b0b12;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 100000;
}
.maintenance-overlay .content {
    text-align: center;
    max-width: 720px;
    width: 100%;
    background: rgba(255, 191, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.maintenance-overlay h1 {
    margin: 0 0 12px;
    color: rgba(0, 255, 30, 0.427);
    font-size: 28px;
    font-weight: 700;
}
.maintenance-overlay p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}
/* Hide sidebar content during initial render if it will be collapsed */
html.sidebar-will-collapse .sidebar {
    width: 60px;
}
html.sidebar-will-collapse .sidebar .menu-text,
html.sidebar-will-collapse .sidebar .submenu {
    display: none;
}
#new_header_show, #new_header_hide {
  display: none;
}