/* _content/BcausIndustry.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/*
 * Navbar
 */

.navbar-brand[b-pcumdiom76] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control[b-pcumdiom76] {
  padding: .75rem 1rem;
}


/*** Required ***/
#blazor-error-ui[b-pcumdiom76] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-pcumdiom76] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* _content/BcausIndustry.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/*
 * Sidebar
 */

 @media (min-width: 768px) {
  .sidebar .offcanvas-lg[b-njl4cbx37g] {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
}

.sidebar[b-njl4cbx37g]  .nav-link {
  font-weight: 500;
}

.sidebar[b-njl4cbx37g]  .nav-link.active {
  color: #2470dc;
}

.sidebar-heading[b-njl4cbx37g] {
  font-size: .75rem;
}

[b-njl4cbx37g] .nav-link + ul {
  display: none;
}

[b-njl4cbx37g] .nav-link.active + ul {
  display: flex;
}
/* _content/BcausIndustry.Web/Components/Modals/ParserModal.razor.rz.scp.css */
#modal-target[b-ezmclyq5f6] {
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top:0;
  left:0;
}
/* _content/BcausIndustry.Web/Components/Pages/Accounting/Division.razor.rz.scp.css */
[b-u7ahifw427] .nav-link {
  color: var(--bs-light-text) !important;
}

[b-u7ahifw427] .nav-link.active {
  color: var(--bs-primary-text-emphasis) !important;
}
