/* _content/AgApp/Components/Layout/LoadingAnimation.razor.rz.scp.css */
body .loader[b-hfe1mhqqdy] {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 340px;
}
body .loader[b-hfe1mhqqdy]::after,
body .loader[b-hfe1mhqqdy]::before {
  content: '';
  width: 48px;
  height: 48px;
  border: 2px solid #ff6a00;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 3s ease-in-out infinite;
}
body .loaderbody .loader[b-hfe1mhqqdy]::after {
  border-color: #ff8833;
  animation-delay: 2s;
}
body .loading[b-hfe1mhqqdy] {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 240px;
  color: #ff6a00;
  width: 120px;
  margin: auto;
  animation: 2s anim-popoutin ease infinite;
}
body .loading[b-hfe1mhqqdy]::before {
  content: "In caricamento";
}
/* _content/AgApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-unqa1am7au] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-unqa1am7au] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
