/* /Layout/DefaultLayout.razor.rz.scp.css */
.app-layout[b-gbczfh47qx] {
  h1:focus-visible {
    outline: none !important;
  }

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 80px calc(100dvh - 80px);
  grid-gap: 1em;
  grid-template-areas:
    "header"
    "main";[b-gbczfh47qx]
}

header[b-gbczfh47qx] {
  grid-area: header;
  background-color: #fff;
}

aside[b-gbczfh47qx]:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: #dee2e6 1px solid;
  height: 1px;
  position: absolute;
  width: 250px;
}
aside[b-gbczfh47qx] {
  z-index: 999;
  position: fixed;
  transform: translate(calc(250px + 2em), 0);
  top: 0;
  right: 0;
  width: 250px;
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
  height: 100dvh;
  overflow-y: auto;
  transition: transform 0.3s ease;
}

.app-layout.nav-open aside[b-gbczfh47qx] {
  transform: translate(0, 0);
}

.hamburger[b-gbczfh47qx] {
  top: 0.5em;
  right: 0.5em;
  position: fixed;
  appearance: none;
  border: 0;
  font-size: 1.2em;
  cursor: pointer;
  z-index: 1000;
  background: transparent;
}

main[b-gbczfh47qx] {
  grid-area: main;
  padding: 1rem;
  overflow-y: auto;
  max-height: calc(100dvh - 80px - 60px);
}

footer[b-gbczfh47qx] {
  margin-top: 4em;
  text-align: center;
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 2em;
}

#main-content[b-gbczfh47qx] {
  max-width: 960px;
  margin: 0 auto;
}

.hamburger:hover[b-gbczfh47qx] {
  color: #146641;
}

.debug-info[b-gbczfh47qx] {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 690px) {
  .hamburger[b-gbczfh47qx] {
    display: none;
    visibility: hidden;
  }

  .app-layout[b-gbczfh47qx] {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-template-rows: 80px calc(100dvh - 80px);
    grid-gap: 0 1em;
    grid-template-areas:
      "header header"
      "aside main";
  }

  aside[b-gbczfh47qx] {
    transform: unset;
    position: unset;  
    width: unset;
    height: unset;
    top: unset;
    left: unset;
    right: unset;
    grid-area: aside;
    border-left: 0px;
    border-right: 1px solid #dee2e6;
    max-height: 100dvh;
    overflow-y: auto;
  }

  main[b-gbczfh47qx] {
    grid-area: main;
    padding: 1rem;
    overflow-y: auto;
    max-height: calc(100dvh - 80px);
  }
}

aside[b-gbczfh47qx]  a {
  color: var(--pggm-color-text);
  text-decoration: none;
  padding: 0.5em 1em;
}

aside[b-gbczfh47qx]  a:hover {
  background-color: #e9ecef;
  color: #146641;
  text-decoration: none;
} 

aside[b-gbczfh47qx]  a.active {
  font-weight: bold;
  color: #146641;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav[b-o0hg8m9fvx] {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* /Pages/Home.razor.rz.scp.css */
svg.home-illustration[b-yjgycsdtjf] {
    width: 100%;
    height: auto;
    max-width: 700px;
}
