@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8k4bh6qasl] {
    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-8k4bh6qasl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* Carousel container */
.carousel[b-s5z5o8ionw] {
  position: relative;
  width: 100%;
  height: 63.6vh;
  overflow: hidden;
}

/* Each slide */
.slide[b-s5z5o8ionw] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fade-b-s5z5o8ionw 16s infinite;
}

/* Fade animation */
@keyframes fade-b-s5z5o8ionw {
  0% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  31% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Delay each slide so they appear in sequence */
.slide:nth-child(1)[b-s5z5o8ionw] {
  animation-delay: 0s;
}

.slide:nth-child(2)[b-s5z5o8ionw] {
  animation-delay: 4s;
}

.slide:nth-child(3)[b-s5z5o8ionw] {
  animation-delay: 8s;
}

.slide:nth-child(4)[b-s5z5o8ionw] {
  animation-delay: 12s;
}
