/* /Components/Component/LoadingSpinner.razor.rz.scp.css */
.wrapper[b-y2ijwk3gxr] {
    padding-top: 100px;
    justify-content: center;
    display: flex;
    column-gap: 10px;
}

.wrapper .dot[b-y2ijwk3gxr] {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(240, 159, 111, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: animate-b-y2ijwk3gxr 1s ease-in-out infinite alternate;
}

.dot:nth-child(1)[b-y2ijwk3gxr] {
    animation-delay: -0.25s;
}

.dot:nth-child(2)[b-y2ijwk3gxr] {
    background: rgba(235, 127, 63, 1);
    animation-delay: -0.5s;
}

.dot:nth-child(3)[b-y2ijwk3gxr] {
    background: rgba(230, 95, 15, 1);
    animation-delay: -0.75s;
}

.dot:nth-child(4)[b-y2ijwk3gxr] {
    background: rgba(199, 82, 13, 1);
    animation-delay: -1s;
}

@keyframes animate-b-y2ijwk3gxr {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(5px);
    }
}
/* /Components/Component/SnowflakesComponent.razor.rz.scp.css */
.snowflake[b-ke5ct2qugn] {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
  background-color: transparent;
}

@keyframes snowflakes-fall-b-ke5ct2qugn {
  0% {
    transform: translateY(0vh);
  }

  100% {
    transform: translateY(110vh);
  }
}

@keyframes snowflakes-shake-b-ke5ct2qugn {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(0px);
  }
}

.snowflake[b-ke5ct2qugn] {
  position: fixed;
  top: -10%;
  z-index: 9999;
  /* still needed for Safari */
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;

  animation-name: snowflakes-shake-b-ke5ct2qugn;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.snowflake .inner[b-ke5ct2qugn] {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: snowflakes-fall-b-ke5ct2qugn;
  animation-play-state: running;
  animation-timing-function: linear;
}

.snowflake:nth-of-type(0)[b-ke5ct2qugn] {
  left: 1%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(0) .inner[b-ke5ct2qugn] {
  animation-delay: 0s;
}

.snowflake:nth-of-type(1)[b-ke5ct2qugn] {
  left: 10%;
  animation-delay: 1s;
}
.snowflake:nth-of-type(1) .inner[b-ke5ct2qugn] {
  animation-delay: 1s;
}

.snowflake:nth-of-type(2)[b-ke5ct2qugn] {
  left: 20%;
  animation-delay: 0.5s;
}
.snowflake:nth-of-type(2) .inner[b-ke5ct2qugn] {
  animation-delay: 6s;
}

.snowflake:nth-of-type(3)[b-ke5ct2qugn] {
  left: 30%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(3) .inner[b-ke5ct2qugn] {
  animation-delay: 4s;
}

.snowflake:nth-of-type(4)[b-ke5ct2qugn] {
  left: 40%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(4) .inner[b-ke5ct2qugn] {
  animation-delay: 2s;
}

.snowflake:nth-of-type(5)[b-ke5ct2qugn] {
  left: 50%;
  animation-delay: 3s;
}
.snowflake:nth-of-type(5) .inner[b-ke5ct2qugn] {
  animation-delay: 8s;
}

.snowflake:nth-of-type(6)[b-ke5ct2qugn] {
  left: 60%;
  animation-delay: 2s;
}
.snowflake:nth-of-type(6) .inner[b-ke5ct2qugn] {
  animation-delay: 6s;
}

.snowflake:nth-of-type(7)[b-ke5ct2qugn] {
  left: 70%;
  animation-delay: 1s;
}
.snowflake:nth-of-type(7) .inner[b-ke5ct2qugn] {
  animation-delay: 2.5s;
}

.snowflake:nth-of-type(8)[b-ke5ct2qugn] {
  left: 80%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(8) .inner[b-ke5ct2qugn] {
  animation-delay: 1s;
}

.snowflake:nth-of-type(9)[b-ke5ct2qugn] {
  left: 90%;
  animation-delay: 1.5s;
}
.snowflake:nth-of-type(9) .inner[b-ke5ct2qugn] {
  animation-delay: 3s;
}

.snowflake:nth-of-type(10)[b-ke5ct2qugn] {
  left: 25%;
  animation-delay: 0s;
}
.snowflake:nth-of-type(10) .inner[b-ke5ct2qugn] {
  animation-delay: 2s;
}

.snowflake:nth-of-type(11)[b-ke5ct2qugn] {
  left: 65%;
  animation-delay: 2.5s;
}
.snowflake:nth-of-type(11) .inner[b-ke5ct2qugn] {
  animation-delay: 4s;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s7xy6ko7jp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s7xy6ko7jp] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-s7xy6ko7jp] {
        flex-direction: row;
    }
}

#blazor-error-ui[b-s7xy6ko7jp] {
    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-s7xy6ko7jp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
a[b-lapraircfh] {
    text-decoration: none;
}


.navbar[b-lapraircfh] {
    display: flex;
    background-color: var(--color-background-navbar);
    position: relative;
    font-size: 24px;
    text-align: center;
    align-items: center;
    justify-content: space-between; 
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 0 24px;
}

.navbar-row[b-lapraircfh] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.admin-icon[b-lapraircfh] {
    cursor: pointer;
}

.admin-icon:hover[b-lapraircfh] {
    color: var(--color-main);
}

@media (max-width: 600px) {
    .navbar[b-lapraircfh] {
        flex-direction: column;
        padding: 0 8px;
        font-size: 18px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .navbar-row[b-lapraircfh] {
        position: static;
        transform: none;
        flex-direction: column;
        width: 100%;
    }

    .nav-item[b-lapraircfh] {
        padding: 8px 0;
        width: 100%;
        justify-content: flex-start;
    }

    .navbar-placeholder[b-lapraircfh] {
        visibility: hidden;
    }

    .admin-icon[b-lapraircfh] {
        visibility: hidden;
    }

    .img[b-lapraircfh] {
        width: 100px;
    }

}


@media (max-width: 1280px) {
    
    .navbar-placeholder[b-lapraircfh] {
        visibility: hidden;
    }

    .admin-icon[b-lapraircfh] {
        visibility: hidden;
    }
}

.nav-item[b-lapraircfh] {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}
.img[b-lapraircfh] {
    align-items: start;
    justify-content: left;
    width: 150px;
    height: auto;
}

.nav-item1[b-lapraircfh] {
    margin-left: 10px;
    display: flex;
}

.nav-item > .nav-link[b-lapraircfh] {
    display: inline-flex;
    align-items: center;
}
