.mobile-top-shell{
  display:none;
}

:root{
  --mobile-top-shell-header-height:64px;
  --mobile-top-shell-safe-top:env(safe-area-inset-top, 0px);
  --mobile-top-shell-header-safe-height:calc(var(--mobile-top-shell-header-height) + var(--mobile-top-shell-safe-top));
  --mobile-fixed-header-top:0px;
  --mobile-visual-viewport-top:0px;
}

body.mobile-top-shell-active{
  padding-top:calc(var(--mobile-top-shell-header-safe-height) + 8px) !important;
  overflow-x:hidden;
  overscroll-behavior:none;
  min-height:100svh;
  background:var(--ui-bg);
}

body.mobile-top-shell-active.content-page{
  padding-left:max(16px, env(safe-area-inset-left)) !important;
  padding-right:max(16px, env(safe-area-inset-right)) !important;
  padding-bottom:calc(16px + env(safe-area-inset-bottom)) !important;
}

body.mobile-top-shell-active .mobile-top-shell{
  display:block !important;
  position:static !important;
  inset:auto !important;
  transform:none !important;
  translate:none !important;
  animation:none !important;
  transition:none !important;
}

.mobile-top-shell__header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:2140 !important;
}

.mobile-top-shell__overlay{
  position:fixed !important;
  top:var(--mobile-top-shell-header-safe-height) !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:2120 !important;
  background:rgba(28,28,30,0.22) !important;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}

.mobile-top-shell__sidebar{
  position:fixed !important;
  top:var(--mobile-top-shell-header-safe-height) !important;
  left:0 !important;
  bottom:0 !important;
  z-index:2130 !important;
  width:min(82vw, 300px) !important;
  background:rgba(249,249,251,0.96) !important;
  border-right:0.5px solid rgba(60,60,67,0.16) !important;
  box-shadow:18px 0 44px rgba(0,0,0,0.16) !important;
  padding:10px 14px calc(18px + env(safe-area-inset-bottom)) !important;
  overflow:auto !important;
  overscroll-behavior:contain !important;
  -webkit-overflow-scrolling:touch !important;
  transform:none !important;
  translate:none !important;
  animation:none !important;
  transition:none !important;
}

.mobile-top-shell__nav,
.mobile-top-shell__group{
  display:flex;
  flex-direction:column;
}

.mobile-top-shell__group + .mobile-top-shell__group{
  margin-top:10px;
}

.mobile-top-shell__link{
  appearance:none;
  border:none;
  background:transparent;
  display:flex;
  align-items:center;
  min-height:48px !important;
  width:100%;
  padding:0 6px;
  color:#1c1c1e !important;
  text-decoration:none;
  border-bottom:0.5px solid rgba(60,60,67,0.14) !important;
  font-size:17px !important;
  font-weight:600 !important;
  text-align:left;
  gap:12px;
  touch-action:manipulation;
  -webkit-tap-highlight-color:rgba(18,26,49,0.08);
}

.mobile-top-shell__link svg{
  width:20px;
  height:20px;
  stroke-width:2;
}

.mobile-top-shell__link[aria-current="page"]{
  color:#000 !important;
  background:rgba(118,118,128,0.12) !important;
  border-radius:14px !important;
}

.mobile-top-shell__footer{
  margin-top:18px;
  padding:14px 6px calc(14px + env(safe-area-inset-bottom));
  font-size:11px;
  line-height:1.45;
  border-top:0.5px solid rgba(60,60,67,0.14);
}

.mobile-top-shell__footer,
.mobile-top-shell__footer-link{
  color:#8e8e93 !important;
}

.mobile-top-shell__footer-link{
  font:inherit;
  text-decoration:none;
}

.mobile-top-shell__footer-link:hover,
.mobile-top-shell__footer-link:focus-visible,
.mobile-top-shell__footer-link[aria-current="page"]{
  color:#1c1c1e !important;
  text-decoration:underline;
  text-underline-offset:2px;
}

body.mobile-top-shell-active.keyboard-open .mobile-top-shell__header,
body.mobile-top-shell-active.keyboard-open .mobile-top-shell,
body.mobile-top-shell-menu-open .mobile-top-shell__header{
  top:0 !important;
  transform:none !important;
  translate:none !important;
  transition:none !important;
  animation:none !important;
}

@media (max-width:1199px){
  body.mobile-top-shell-active.credit-page:not(.shared-loan-view){
    position:fixed !important;
    inset:0 !important;
    width:100% !important;
    height:100vh !important;
    min-height:100vh !important;
    max-height:100vh !important;
    overflow:hidden !important;
    padding:0 !important;
    background:#f2f2f7 !important;
    overscroll-behavior:none !important;
  }

  body.mobile-top-shell-active.credit-page:not(.shared-loan-view) .credit-wrap{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:calc(var(--mobile-top-shell-header-safe-height) + 8px) var(--credit-mobile-page-padding, 12px) calc(var(--credit-mobile-page-padding, 12px) + var(--mobile-keyboard-inset, 0px) + env(safe-area-inset-bottom)) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior-y:contain !important;
    -webkit-overflow-scrolling:touch !important;
  }
}
