#blazor-error-ui {
  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 {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

nav {
  display: flex;
  flex-direction: column;
  width: 18rem;
  padding: 1rem;
  background-color: var(--background-navbar);
}
nav .top {
  position: relative;
  height: 3.1rem;
  padding-left: 1.5rem;
}
nav .top exp {
  position: absolute;
  top: -6px;
  right: 5px;
  font-family: "Courier New", serif;
  font-size: 1rem;
  letter-spacing: 0.15rem;
}
nav .menu {
  display: flex;
  padding-top: 3rem;
  flex-direction: column;
  gap: 1rem;
}
nav a {
  display: flex;
  padding: 1rem;
  color: var(--svgicon-navbar-light);
  border-radius: 0.75rem;
  text-decoration: none;
}
nav a svg {
  padding-right: 0.75rem;
}
nav a.active {
  background-color: var(--active-navbar);
}
nav a.active svg {
  color: var(--global-primary);
}
nav a:hover {
  background-color: var(--svgicon-navbar-light);
  transition: background-color 0.3s ease-in-out;
}
nav .user-menu {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.product-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: rgb(59, 130, 246);
}
.product-header .product-header-top {
  display: flex;
  justify-content: space-between;
}
.product-header .product-header-top span {
  margin-top: auto;
}
.product-header .product-header-top h2, .product-header .product-header-top h4 {
  margin: 0;
}
.product-header .product-header-top h2 {
  line-height: 2.5rem;
  font-family: var(--gs-font-family-syne);
  font-size: 2rem;
}
.product-header .product-header-top h4 {
  font-family: var(--gs-font-family-poppins);
  font-size: 1.2rem;
}
.product-header .product-header-actions .product-header-actions-column {
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-left: 1rem;
}
.product-header .product-header-actions .product-header-actions-column sl-icon {
  font-size: 1rem;
}
.product-header .product-header-actions .product-header-actions-column .svg-icon {
  --svg-color: var(--black-400);
}
.product-header .product-header-bottom {
  display: flex;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--blue-200);
  font-family: var(--gs-font-family-poppins);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--blue-100);
}
.product-header .product-header-bottom > span {
  display: inline-flex;
}
.product-header .product-header-bottom .value {
  padding-left: 0.3rem;
}
.product-header .product-header-bottom .svg-icon {
  margin-right: 0;
  font-size: 1.5rem;
  --svg-color: var(--blue-100);
}

.product-tabs h6 {
  margin: 0;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: var(--gs-font-size-md);
  font-weight: 600;
}
.product-tabs h6:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=app.css.map */
