/* _content/BarWStockCountWebApp/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-xeeb5xfeyw] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


a[b-xeeb5xfeyw] {
  color: #888;
}

.btn-primary[b-xeeb5xfeyw] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-xeeb5xfeyw], .nav-pills .show > .nav-link[b-xeeb5xfeyw] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-xeeb5xfeyw] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-xeeb5xfeyw] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-xeeb5xfeyw] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-xeeb5xfeyw] {
  font-size: 1rem;
  line-height: inherit;
}

.navbar-nav .nav-item[b-xeeb5xfeyw] {
  display: flex;
  align-items: center;
}

#globalSyncButton[b-xeeb5xfeyw] {
  margin: 0;
}

.mobile-tabbar[b-xeeb5xfeyw] {
  display: none;
}

.footer[b-xeeb5xfeyw] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

@media (max-width: 768px) {
  .main-nav[b-xeeb5xfeyw] {
    display: none;
  }

  body[b-xeeb5xfeyw] {
    padding-bottom: 140px;
  }

  main h1[b-xeeb5xfeyw] {
    display: block;
    text-align: left;
  }

  main h1.has-mobile-logo[b-xeeb5xfeyw]::before {
    content: none;
  }

  .mobile-title-logo[b-xeeb5xfeyw] {
    width: 50%;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 12px auto 8px;
  }

  input[b-xeeb5xfeyw],
  select[b-xeeb5xfeyw],
  textarea[b-xeeb5xfeyw],
  button[b-xeeb5xfeyw] {
    font-size: 16px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered[b-xeeb5xfeyw],
  .select2-container .select2-selection--single[b-xeeb5xfeyw] {
    font-size: 16px;
  }

  .mobile-tabbar[b-xeeb5xfeyw] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    background: #0b0b0d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.35);
    z-index: 1050;
    color: rgba(226, 232, 240, 0.72);
  }

  .mobile-tabbar[b-xeeb5xfeyw],
  .mobile-tabbar *[b-xeeb5xfeyw] {
    color: inherit !important;
    -webkit-text-fill-color: inherit;
    text-decoration: none !important;
  }

  .mobile-tabbar .tab-item[b-xeeb5xfeyw] {
    flex: 0 0 auto;
    max-width: none;
    text-decoration: none;
    color: rgba(226, 232, 240, 0.72) !important;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 6px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    min-height: 64px;
  }

  .mobile-tabbar .tab-item:visited[b-xeeb5xfeyw],
  .mobile-tabbar .tab-item:active[b-xeeb5xfeyw],
  .mobile-tabbar .tab-item:focus[b-xeeb5xfeyw] {
    color: rgba(226, 232, 240, 0.72) !important;
  }

  .mobile-tabbar .tab-item.active[b-xeeb5xfeyw] {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    background: rgba(220, 16, 40, 0.24);
    box-shadow: inset 0 0 0 1px rgba(220, 16, 40, 0.5);
  }

  .mobile-tabbar .tab-label[b-xeeb5xfeyw] {
    color: inherit !important;
    -webkit-text-fill-color: inherit;
    display: block;
    width: 100%;
    text-align: center;
  }

  .mobile-tabbar .tab-icon[b-xeeb5xfeyw] {
    fill: currentColor !important;
  }

  .mobile-tabbar .tab-icon[b-xeeb5xfeyw] {
    width: 28px;
    height: 28px;
    fill: currentColor;
    margin: 0 auto;
    display: block;
  }

  .mobile-tabbar .sync-badge[b-xeeb5xfeyw] {
    margin-left: 0;
  }

  .tab-menu[b-xeeb5xfeyw] {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100%;
  }

  .tab-menu summary[b-xeeb5xfeyw] {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .tab-menu summary[b-xeeb5xfeyw]::-webkit-details-marker {
    display: none;
  }

  .tab-menu-panel[b-xeeb5xfeyw] {
    position: absolute;
    bottom: 78px;
    right: 8px;
    left: auto;
    background: #111;
    border: 1px solid rgba(220, 16, 40, 0.4);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 160px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  }

  .tab-menu-panel .sync-button[b-xeeb5xfeyw],
  .tab-menu-panel .tab-menu-link[b-xeeb5xfeyw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    border: 1px solid rgba(220, 16, 40, 0.35);
    background: #0f0f10;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
  }

  .tab-menu-panel .sync-button:active[b-xeeb5xfeyw],
  .tab-menu-panel .tab-menu-link:active[b-xeeb5xfeyw] {
    transform: scale(0.98);
  }
}

@media (min-width: 769px) {
  .mobile-title-logo[b-xeeb5xfeyw] {
    display: none;
  }
}

#mainContent[b-xeeb5xfeyw] {
  transition: opacity 180ms ease;
}

#mainContent.htmx-swapping[b-xeeb5xfeyw] {
  opacity: 0;
}

#mainContent.htmx-settling[b-xeeb5xfeyw] {
  opacity: 1;
}
/* _content/BarWStockCountWebApp/Pages/Shared/_Layout2.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-fvop0z5kuk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-fvop0z5kuk] {
  color: #0077cc;
}

.btn-primary[b-fvop0z5kuk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-fvop0z5kuk], .nav-pills .show > .nav-link[b-fvop0z5kuk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-fvop0z5kuk] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-fvop0z5kuk] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-fvop0z5kuk] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-fvop0z5kuk] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-fvop0z5kuk] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
