/* =====================================================
   EDIVIC NAVIGATION SYSTEM INSPIRED BY MTB BILLING UI
   Patch: no desktop sidebar internal scroll + home page sidebar disabled
   - Fixed desktop sidebar
   - Sticky content topbar
   - Unified mobile app bottom bar
   - Backend untouched: frontend-only shell
===================================================== */
:root{
  --edv-mtb-sidebar-w: 286px;
  --edv-mtb-navy:#232F3E;
  --edv-mtb-navy-2:#111827;
  --edv-mtb-deep:#0f172a;
  --edv-mtb-accent:#FEBD69;
  --edv-mtb-accent-2:#f59e0b;
  --edv-mtb-soft:#f8fafc;
  --edv-mtb-bg:#f6f8fb;
  --edv-mtb-white:#ffffff;
  --edv-mtb-text:#1e293b;
  --edv-mtb-muted:#64748b;
  --edv-mtb-border:#e2e8f0;
  --edv-mtb-success:#16a34a;
  --edv-mtb-shadow:0 18px 45px rgba(15,23,42,.10);
  --edv-mtb-radius:18px;
}

/* Hide previous nav systems when this shell is active */
body.edivic-mtb-nav-ready .navbar:not(.edv-mtb-sidebar),
body.edivic-mtb-nav-ready .saas-header:not(.edv-mtb-sidebar),
body.edivic-mtb-nav-ready #universal-navbar,
body.edivic-mtb-nav-ready .edv-mobile-bottom-nav,
body.edivic-mtb-nav-ready .edivic-chat-bottom-nav,
body.edivic-mtb-nav-ready .bottom-nav{
  display:none!important;
}

@media (min-width:901px){
  html{overflow-x:hidden!important;}
  body.edivic-mtb-nav-ready{
    padding-left:var(--edv-mtb-sidebar-w)!important;
    background:var(--edv-mtb-bg)!important;
    overflow-x:hidden!important;
  }

  .edv-mtb-sidebar{
    width:var(--edv-mtb-sidebar-w)!important;
    background:
      radial-gradient(circle at 22% 0%,rgba(254,189,105,.22),transparent 30%),
      linear-gradient(180deg,var(--edv-mtb-navy),var(--edv-mtb-deep) 62%,#101b2d)!important;
    color:#fff!important;
    position:fixed!important;
    inset:0 auto 0 0!important;
    padding:16px 12px!important;
    overflow-y:hidden!important;
    overflow-x:hidden!important;
    z-index:5000!important;
    box-shadow:16px 0 42px rgba(15,23,42,.20)!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
  }

  .edv-mtb-sidebar::-webkit-scrollbar{display:none;}

  .edv-mtb-sidebar-brand{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:6px 8px 14px!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    margin-bottom:8px!important;
    color:#fff!important;
    text-decoration:none!important;
  }

  .edv-mtb-logo-mark{
    width:44px!important;
    height:44px!important;
    border-radius:15px!important;
    display:grid!important;
    place-items:center!important;
    background:linear-gradient(135deg,var(--edv-mtb-accent),#ffd47e)!important;
    color:#111827!important;
    font-weight:950!important;
    letter-spacing:.5px!important;
    box-shadow:0 14px 28px rgba(254,189,105,.28)!important;
    overflow:hidden!important;
    flex:0 0 auto!important;
  }
  .edv-mtb-logo-mark img{width:29px!important;height:29px!important;object-fit:contain!important;display:block!important;}
  .edv-mtb-sidebar-brand h3{margin:0!important;font-size:16px!important;color:#fff!important;line-height:1.1!important;font-weight:900!important;letter-spacing:.01em!important;}
  .edv-mtb-sidebar-brand small{display:block!important;margin-top:4px!important;color:rgba(255,255,255,.66)!important;font-size:12px!important;font-weight:700!important;}

  .edv-mtb-nav-title{
    font-size:11px!important;
    font-weight:950!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
    color:rgba(255,255,255,.45)!important;
    padding:10px 10px 5px!important;
  }

  .edv-mtb-nav-link{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:9px 11px!important;
    color:rgba(255,255,255,.78)!important;
    border-radius:14px!important;
    margin:2px 0!important;
    font-weight:760!important;
    text-decoration:none!important;
    transition:.2s ease!important;
    min-height:38px!important;
    border:1px solid transparent!important;
  }
  .edv-mtb-nav-link:hover,
  .edv-mtb-nav-link.active{
    background:rgba(255,255,255,.12)!important;
    color:#fff!important;
    border-color:rgba(255,255,255,.08)!important;
  }
  .edv-mtb-nav-link.active{
    box-shadow:inset 3px 0 0 var(--edv-mtb-accent)!important;
  }
  .edv-mtb-nav-link i,
  .edv-mtb-nav-link .edv-mtb-link-icon{
    width:20px!important;
    text-align:center!important;
    color:var(--edv-mtb-accent)!important;
    font-size:15px!important;
    flex:0 0 auto!important;
  }
  .edv-mtb-nav-link span:last-child{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }


  .edv-mtb-nav-list{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
  }

  .edv-mtb-sidebar-bottom{
    margin-top:auto!important;
    padding-top:8px!important;
    display:grid!important;
    gap:8px!important;
  }
  .edv-mtb-side-chip{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    background:rgba(255,255,255,.07)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:999px!important;
    padding:7px 9px!important;
    color:#fff!important;
    min-width:0!important;
  }
  .edv-mtb-avatar{
    width:30px!important;
    height:30px!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:var(--edv-mtb-accent)!important;
    color:#111827!important;
    font-weight:950!important;
    flex:0 0 auto!important;
    text-transform:uppercase!important;
  }
  .edv-mtb-side-chip strong{display:block!important;font-size:12px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .edv-mtb-side-chip small{display:block!important;color:rgba(255,255,255,.62)!important;font-size:10px!important;text-transform:uppercase!important;font-weight:800!important;letter-spacing:.06em!important;}

  .edv-mtb-main-topbar{
    position:sticky!important;
    top:0!important;
    z-index:3000!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
    padding:18px 28px!important;
    min-height:80px!important;
    background:rgba(246,248,251,.90)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;
    border-bottom:1px solid rgba(226,232,240,.78)!important;
    box-shadow:0 10px 26px rgba(15,23,42,.035)!important;
  }
  .edv-mtb-page-title h1{margin:0!important;color:var(--edv-mtb-navy)!important;font-size:26px!important;line-height:1.15!important;letter-spacing:-.025em!important;font-weight:900!important;}
  .edv-mtb-page-title p{margin:4px 0 0!important;color:var(--edv-mtb-muted)!important;font-size:14px!important;line-height:1.35!important;}
  .edv-mtb-top-actions{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}
  .edv-mtb-search{position:relative!important;min-width:270px!important;display:block!important;}
  .edv-mtb-search i{position:absolute!important;left:14px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--edv-mtb-muted)!important;}
  .edv-mtb-search input{width:100%!important;border:1px solid var(--edv-mtb-border)!important;border-radius:14px!important;padding:13px 14px 13px 42px!important;background:#fff!important;color:var(--edv-mtb-text)!important;outline:none!important;box-shadow:0 8px 20px rgba(15,23,42,.04)!important;}
  .edv-mtb-top-btn{border:1px solid var(--edv-mtb-border)!important;border-radius:14px!important;padding:12px 14px!important;cursor:pointer!important;font-weight:850!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;background:#fff!important;color:var(--edv-mtb-navy)!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;text-decoration:none!important;white-space:nowrap!important;min-height:44px!important;}
  .edv-mtb-top-btn.primary{background:linear-gradient(135deg,var(--edv-mtb-accent),#ffd47e)!important;color:#111827!important;border:0!important;box-shadow:0 12px 24px rgba(254,189,105,.22)!important;}
  .edv-mtb-user-chip{display:flex!important;align-items:center!important;gap:10px!important;background:#fff!important;border:1px solid var(--edv-mtb-border)!important;border-radius:999px!important;padding:8px 12px!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;max-width:220px!important;min-width:0!important;}
  .edv-mtb-user-chip strong{display:block!important;color:var(--edv-mtb-navy)!important;font-size:12px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .edv-mtb-user-chip small{display:block!important;color:var(--edv-mtb-muted)!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.06em!important;}
  .edv-mtb-menu-btn{display:none!important;}

  body.edivic-mtb-nav-ready main,
  body.edivic-mtb-nav-ready .main,
  body.edivic-mtb-nav-ready .dashboard-container,
  body.edivic-mtb-nav-ready .contact-container,
  body.edivic-mtb-nav-ready .settings-container,
  body.edivic-mtb-nav-ready .container,
  body.edivic-mtb-nav-ready .home-v11,
  body.edivic-mtb-nav-ready .pricing-page,
  body.edivic-mtb-nav-ready .legal-page{
    max-width:100%!important;
  }

  body.edivic-mtb-nav-ready .saas-header + main,
  body.edivic-mtb-nav-ready .navbar + main,
  body.edivic-mtb-nav-ready .navbar + section,
  body.edivic-mtb-nav-ready .navbar + .contact-container{
    margin-top:0!important;
  }
}

@media (max-width:900px){
  body.edivic-mtb-nav-ready{
    padding-left:0!important;
    padding-bottom:86px!important;
    background:var(--edv-mtb-bg)!important;
    overflow-x:hidden!important;
  }
  .edv-mtb-sidebar{
    width:286px!important;
    max-width:calc(100vw - 38px)!important;
    background:linear-gradient(180deg,var(--edv-mtb-navy),var(--edv-mtb-deep))!important;
    color:#fff!important;
    position:fixed!important;
    inset:0 auto 0 0!important;
    padding:20px 15px 96px!important;
    overflow-y:auto!important;
    z-index:8000!important;
    transform:translateX(-105%)!important;
    transition:.25s ease!important;
    box-shadow:20px 0 50px rgba(15,23,42,.30)!important;
  }
  body.edv-mtb-sidebar-open .edv-mtb-sidebar{transform:translateX(0)!important;}
  .edv-mtb-sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:7900;backdrop-filter:blur(2px);}
  body.edv-mtb-sidebar-open .edv-mtb-sidebar-backdrop{display:block;}
  .edv-mtb-sidebar-brand{display:flex!important;align-items:center!important;gap:12px!important;color:#fff!important;text-decoration:none!important;padding:8px 8px 18px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;margin-bottom:10px!important;}
  .edv-mtb-logo-mark{width:48px!important;height:48px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,var(--edv-mtb-accent),#ffd47e)!important;color:#111827!important;font-weight:950!important;overflow:hidden!important;}
  .edv-mtb-logo-mark img{width:32px!important;height:32px!important;object-fit:contain!important;}
  .edv-mtb-sidebar-brand h3{margin:0!important;color:#fff!important;font-size:17px!important;}
  .edv-mtb-sidebar-brand small{display:block!important;color:rgba(255,255,255,.66)!important;font-size:11px!important;font-weight:800!important;}
  .edv-mtb-nav-title{font-size:10px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:rgba(255,255,255,.45)!important;padding:14px 10px 7px!important;}
  .edv-mtb-nav-link{display:flex!important;align-items:center!important;gap:11px!important;padding:12px 12px!important;color:rgba(255,255,255,.80)!important;border-radius:14px!important;margin:2px 0!important;font-weight:800!important;text-decoration:none!important;}
  .edv-mtb-nav-link.active,.edv-mtb-nav-link:hover{background:rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:inset 3px 0 0 var(--edv-mtb-accent)!important;}
  .edv-mtb-nav-link i,.edv-mtb-nav-link .edv-mtb-link-icon{width:20px!important;text-align:center!important;color:var(--edv-mtb-accent)!important;}
  .edv-mtb-sidebar-bottom{margin-top:18px!important;}
  .edv-mtb-side-chip{display:flex!important;align-items:center!important;gap:10px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;padding:10px!important;color:#fff!important;}
  .edv-mtb-avatar{width:34px!important;height:34px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:var(--edv-mtb-accent)!important;color:#111827!important;font-weight:950!important;}
  .edv-mtb-side-chip strong{font-size:12px!important;display:block!important;}.edv-mtb-side-chip small{font-size:10px!important;color:rgba(255,255,255,.6)!important;text-transform:uppercase!important;font-weight:800!important;}

  .edv-mtb-main-topbar{
    position:sticky!important;top:0!important;z-index:6000!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
    min-height:64px!important;padding:10px 14px!important;
    background:rgba(246,248,251,.92)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;
    border-bottom:1px solid rgba(226,232,240,.86)!important;
  }
  .edv-mtb-menu-btn{width:42px!important;height:42px!important;border-radius:14px!important;border:1px solid var(--edv-mtb-border)!important;background:#fff!important;display:grid!important;place-items:center!important;color:var(--edv-mtb-navy)!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;}
  .edv-mtb-page-title{min-width:0!important;flex:1!important;}
  .edv-mtb-page-title h1{margin:0!important;color:var(--edv-mtb-navy)!important;font-size:18px!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-weight:950!important;}
  .edv-mtb-page-title p{margin:3px 0 0!important;color:var(--edv-mtb-muted)!important;font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .edv-mtb-top-actions{display:flex!important;align-items:center!important;gap:8px!important;}
  .edv-mtb-search{display:none!important;}
  .edv-mtb-top-btn span{display:none!important;}
  .edv-mtb-top-btn{width:42px!important;height:42px!important;border-radius:14px!important;border:1px solid var(--edv-mtb-border)!important;background:#fff!important;color:var(--edv-mtb-navy)!important;display:grid!important;place-items:center!important;text-decoration:none!important;box-shadow:0 8px 20px rgba(15,23,42,.05)!important;}
  .edv-mtb-user-chip{display:none!important;}

  .edv-mtb-bottom-nav{
    position:fixed!important;left:12px!important;right:12px!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;height:68px!important;
    z-index:7000!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;
    background:rgba(15,23,42,.94)!important;color:#fff!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:24px!important;
    box-shadow:0 18px 45px rgba(15,23,42,.28)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;overflow:hidden!important;
  }
  .edv-mtb-bottom-nav a{position:relative!important;color:#cbd5e1!important;text-decoration:none!important;display:grid!important;gap:4px!important;justify-items:center!important;align-content:center!important;font-size:10px!important;font-weight:900!important;letter-spacing:.01em!important;}
  .edv-mtb-bottom-nav a i{font-size:17px!important;line-height:1!important;color:inherit!important;}
  .edv-mtb-bottom-nav a.active{color:#111827!important;background:linear-gradient(135deg,var(--edv-mtb-accent),#ffd47e)!important;}
  .edv-mtb-bottom-nav a.active::before{content:"";position:absolute;top:8px;width:5px;height:5px;border-radius:50%;background:#111827;opacity:.58;}

  body.edv-mtb-hide-bottom .edv-mtb-bottom-nav{display:none!important;}
}


/* Home page should keep original landing navbar, no generated sidebar shell */
body.edivic-mtb-home-no-sidebar{padding-left:0!important;}
body.edivic-mtb-home-no-sidebar .edv-mtb-sidebar,
body.edivic-mtb-home-no-sidebar .edv-mtb-sidebar-backdrop,
body.edivic-mtb-home-no-sidebar .edv-mtb-main-topbar{display:none!important;}
@media (min-width:901px){
  body.edivic-mtb-home-no-sidebar .navbar,
  body.edivic-mtb-home-no-sidebar .saas-header,
  body.edivic-mtb-home-no-sidebar #universal-navbar{display:flex!important;}
}


/* EDIVIC: mobile bottom/down bar removed */
@media (max-width: 900px){
  body, body.edivic-mtb-nav-ready{ padding-bottom:0!important; }
  .edv-mtb-bottom-nav,
  .edv-mobile-bottom-nav,
  .edivic-chat-bottom-nav,
  .bottom-nav,
  .edv-chat-bottom-nav{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}

/* =====================================================
   EDIVIC FIX: Sidebar must never move or internally scroll
   Desktop + mobile drawer stay locked in one viewport position.
   Only page content scrolls.
===================================================== */
html, body{
  scroll-behavior:auto!important;
}

body.edivic-mtb-nav-ready .edv-mtb-sidebar,
body.edivic-mtb-nav-ready.edv-mtb-sidebar-open .edv-mtb-sidebar{
  position:fixed!important;
  top:0!important;
  left:0!important;
  bottom:0!important;
  height:100vh!important;
  height:100svh!important;
  min-height:100svh!important;
  max-height:100svh!important;
  transform:none!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  -webkit-overflow-scrolling:auto!important;
  will-change:auto!important;
  contain:layout paint!important;
}

@supports (height: 100dvh){
  body.edivic-mtb-nav-ready .edv-mtb-sidebar,
  body.edivic-mtb-nav-ready.edv-mtb-sidebar-open .edv-mtb-sidebar{
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
  }
}

body.edivic-mtb-nav-ready .edv-mtb-nav-list{
  overflow:hidden!important;
  flex:1 1 auto!important;
  min-height:0!important;
}

body.edivic-mtb-nav-ready .edv-mtb-sidebar-bottom{
  flex:0 0 auto!important;
}

@media (min-width:901px){
  body.edivic-mtb-nav-ready{
    min-height:100vh!important;
    overflow-y:auto!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-sidebar{
    transform:none!important;
    padding-top:14px!important;
    padding-bottom:12px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-sidebar-brand{
    flex:0 0 auto!important;
    padding-bottom:10px!important;
    margin-bottom:4px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-nav-title{
    padding:7px 10px 4px!important;
    font-size:10px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-nav-link{
    min-height:34px!important;
    padding:7px 10px!important;
    margin:1px 0!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-side-chip{
    padding:6px 8px!important;
  }
}

@media (max-width:900px){
  body.edivic-mtb-nav-ready .edv-mtb-sidebar{
    width:286px!important;
    max-width:calc(100vw - 42px)!important;
    transform:translate3d(-110%,0,0)!important;
    transition:transform .24s ease!important;
    padding:14px 12px 14px!important;
    z-index:9000!important;
  }
  body.edivic-mtb-nav-ready.edv-mtb-sidebar-open .edv-mtb-sidebar{
    transform:translate3d(0,0,0)!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-sidebar-brand{
    flex:0 0 auto!important;
    padding:6px 6px 12px!important;
    margin-bottom:4px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-nav-title{
    padding:7px 8px 4px!important;
    font-size:10px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-nav-link{
    min-height:34px!important;
    padding:7px 9px!important;
    margin:1px 0!important;
    border-radius:12px!important;
    font-size:13px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-sidebar-bottom{
    margin-top:6px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-side-chip{
    padding:7px 8px!important;
    border-radius:16px!important;
  }
  body.edivic-mtb-nav-ready .edv-mtb-main-topbar{
    position:sticky!important;
    top:0!important;
    z-index:6500!important;
  }
}

@media (max-height:680px){
  body.edivic-mtb-nav-ready .edv-mtb-logo-mark{width:36px!important;height:36px!important;border-radius:12px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-logo-mark img{width:24px!important;height:24px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-sidebar-brand h3{font-size:14px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-sidebar-brand small{font-size:9px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-nav-title{padding:5px 8px 3px!important;font-size:9px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-nav-link{min-height:30px!important;padding:5px 8px!important;font-size:12px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-avatar{width:27px!important;height:27px!important;font-size:11px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-side-chip strong{font-size:11px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-side-chip small{font-size:8px!important;}
}

@media (max-height:590px){
  body.edivic-mtb-nav-ready .edv-mtb-sidebar-bottom{display:none!important;}
  body.edivic-mtb-nav-ready .edv-mtb-nav-link{min-height:28px!important;padding:4px 8px!important;}
  body.edivic-mtb-nav-ready .edv-mtb-nav-title{padding:4px 8px 2px!important;}
}


/* EDIVIC final: no generated sidebar/topbar on Home, About Us, and Contact Us */
body.edivic-no-sidebar-page,
body.edivic-mtb-home-no-sidebar{
  padding-left:0!important;
  padding-bottom:0!important;
  overflow-x:hidden!important;
}
body.edivic-no-sidebar-page .edv-mtb-sidebar,
body.edivic-no-sidebar-page .edv-mtb-sidebar-backdrop,
body.edivic-no-sidebar-page .edv-mtb-main-topbar,
body.edivic-mtb-home-no-sidebar .edv-mtb-sidebar,
body.edivic-mtb-home-no-sidebar .edv-mtb-sidebar-backdrop,
body.edivic-mtb-home-no-sidebar .edv-mtb-main-topbar{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
@media (min-width:901px){
  body.edivic-no-sidebar-page .navbar,
  body.edivic-no-sidebar-page .saas-header,
  body.edivic-no-sidebar-page #universal-navbar,
  body.edivic-mtb-home-no-sidebar .navbar,
  body.edivic-mtb-home-no-sidebar .saas-header,
  body.edivic-mtb-home-no-sidebar #universal-navbar{
    display:flex!important;
  }
}
