.demo-mode-banner {
    display: none !important;
}

body {
    padding-top: 0;
    overflow: hidden;
}

.demo-mode-toast {
    background: #26343f;
    border-radius: 6px;
    bottom: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    color: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    max-width: 360px;
    padding: 11px 14px;
    position: fixed;
    right: 18px;
    z-index: 100000;
}

body.demo-show-all-menus .sidebar {
    overflow-y: auto;
}

body.demo-show-all-menus .sidebar .navlink {
    display: inline !important;
    opacity: 1 !important;
}

body .wrapper .navbar {
    top: 0 !important;
    min-height: 88px;
    height: 88px;
    align-items: center;
    border-bottom: 1px solid #e5edf6;
    position: fixed !important;
    left: 0;
    right: 0;
    z-index: 1200;
}

body .wrapper .sidebar {
    top: 88px !important;
    height: calc(100vh - 88px) !important;
    padding-top: 0 !important;
    position: fixed !important;
}

body .wrapper .sidebar .menu_content {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body .wrapper .sidebar .menu_items {
    margin: 0 !important;
    padding: 0 0 18px 0 !important;
}

body .wrapper .sidebar #sidebarToggle {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

body .wrapper .sidebar .item.mt-3 {
    margin-top: 6px !important;
}

body .content-wrapper {
    padding-top: 0;
    margin-top: 88px;
    height: calc(100vh - 88px);
    overflow: auto;
}

body #navbarlogodiv {
    min-height: 78px;
    align-items: center !important;
    overflow: visible;
}

body #logoImage {
    flex: 0 0 auto;
    height: 58px !important;
    width: 58px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    border: 0 !important;
}

body #logoName {
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    line-height: 1.2;
    white-space: nowrap;
}
