@import '_content/Nextended.Blazor/Nextended.Blazor.bundle.scp.css';
@import '_content/PSC.Blazor.Components.BrowserDetect/PSC.Blazor.Components.BrowserDetect.bundle.scp.css';

/* /Shared/LoadingPage.razor.rz.scp.css */

.loading[b-bglddzsbwo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: #000;*/
    z-index: 9000;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.loading-text[b-bglddzsbwo] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size:25px;
}

    .loading-text span[b-bglddzsbwo] {
        display: inline-block;
        margin: 0 5px;
/*        color: #fff;
        font-family: "Quattrocento Sans", sans-serif;*/
        background: linear-gradient(223deg, #9d9d9d, #00bbb4, #0353d9, #3bd585);
        background-size: 1000% 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: background-b-bglddzsbwo 10s linear infinite;
    }

        .loading-text span:nth-child(1)[b-bglddzsbwo] {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
            animation: blur-text-b-bglddzsbwo 1.5s 0s infinite linear alternate;
        }

        .loading-text span:nth-child(2)[b-bglddzsbwo] {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
            animation: blur-text-b-bglddzsbwo 1.5s 0.2s infinite linear alternate;
        }

        .loading-text span:nth-child(3)[b-bglddzsbwo] {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
            animation: blur-text-b-bglddzsbwo 1.5s 0.4s infinite linear alternate;
        }

        .loading-text span:nth-child(4)[b-bglddzsbwo] {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
            animation: blur-text-b-bglddzsbwo 1.5s 0.6s infinite linear alternate;
        }

        .loading-text span:nth-child(5)[b-bglddzsbwo] {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
            animation: blur-text-b-bglddzsbwo 1.5s 0.8s infinite linear alternate;
        }

        .loading-text span:nth-child(6)[b-bglddzsbwo] {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
            animation: blur-text-b-bglddzsbwo 1.5s 1s infinite linear alternate;
        }

        .loading-text span:nth-child(7)[b-bglddzsbwo] {
            filter: blur(0px);
            -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
            animation: blur-text-b-bglddzsbwo 1.5s 1.2s infinite linear alternate;
        }

@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
       /* transform:scale(1.0);*/
        opacity:1;
    }

    100% {
        filter: blur(4px);
       /* transform: scale(2.0);*/
        opacity: 0.5;
    }
}

@keyframes blur-text-b-bglddzsbwo {
    0% {
        filter: blur(0px);
       /* transform: scale(1.0);*/
        opacity: 1;
    }

    100% {
        filter: blur(4px);
       /* transform: scale(2.0);*/
        opacity: 0.5;
    }
}
@keyframes background-b-bglddzsbwo {
    0% {
        background-position: 0% 50%
    }

    100% {
        background-position: 100% 50%
    }
}
/* /Shared/Login.razor.rz.scp.css */
[b-0cfnwo5wm6]::selection {
  background: #2D2F36;
}
[b-0cfnwo5wm6]::-webkit-selection {
  background: #2D2F36;
}
[b-0cfnwo5wm6]::-moz-selection {
  background: #2D2F36;
}
body[b-0cfnwo5wm6] {
  margin: 0;
  padding: 10px;
}
.page[b-0cfnwo5wm6] {
  display: flex;
  flex-direction: column;
  position: relative;
  place-content: center;
  align-items: center;
  top: 0%;
  left: -10%;
  background: rgba(0, 0, 0, 0);
  height: 90vh;
  width: 100vw;
}
@media (max-width: 767px) {
  .page[b-0cfnwo5wm6] {
    margin: 0;
    left: -5%;
  }
}
.container[b-0cfnwo5wm6] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 640px;
}
@media (max-width: 767px) {
  .container[b-0cfnwo5wm6] {
    flex-direction: column;
    padding: 30px;
  }
}
.left[b-0cfnwo5wm6] {
  background: white;
  height: 320px !important;
  position: relative;
  width: 50%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .left[b-0cfnwo5wm6] {
    width: 60%;
    max-height: 270px;
  }
}
.login[b-0cfnwo5wm6] {
  font-size: 50px;
  font-weight: 900;
  margin: 50px 40px 40px;
}
.eula[b-0cfnwo5wm6] {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  margin: 40px;
}
.right[b-0cfnwo5wm6] {
  background: linear-gradient(227deg, rgba(9, 246, 224, 0.6) 0%, rgba(0, 85, 62, 0.6) 100%);
  box-shadow: 8px 4px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 8px 4px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 4px 5px 0px rgba(0, 0, 0, 0.12);
  color: #F1F1F2;
  position: relative;
  width: 50%;
  height: 320px !important;
}
@media (max-width: 767px) {
  .right[b-0cfnwo5wm6] {
    flex-shrink: 0;
    height: 100%;
    width: 60%;
    max-height: 350px;
  }
}
svg[b-0cfnwo5wm6] {
  position: absolute;
  width: 320px;
}
path[b-0cfnwo5wm6] {
  fill: none;
  stroke: url(#linearGradient);
  stroke-width: 4;
  stroke-dasharray: 240 1386;
}
.form[b-0cfnwo5wm6] {
  margin: 40px;
  position: absolute;
}
label[b-0cfnwo5wm6] {
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}
input[b-0cfnwo5wm6] {
  background: transparent;
  border: 0;
  color: #f2f2f2;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  outline: none !important;
  width: 100%;
}
input[b-0cfnwo5wm6]::-moz-focus-inner {
  border: 0;
}
#submit[b-0cfnwo5wm6] {
  color: #ffffff;
  margin-top: 40px;
  transition: color 300ms;
}
#submit:focus[b-0cfnwo5wm6] {
  color: #f2f2f2;
}
#submit:active[b-0cfnwo5wm6] {
  color: #d0d0d2;
}
@keyframes move-b-0cfnwo5wm6 {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.backgroundanime[b-0cfnwo5wm6] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #F1F1F2;
  overflow: hidden;
}
.backgroundanime span[b-0cfnwo5wm6] {
  width: 30vmin;
  height: 30vmin;
  border-radius: 30vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: move-b-0cfnwo5wm6;
  animation-duration: 44;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.backgroundanime span:nth-child(0)[b-0cfnwo5wm6] {
  color: #47ffe0;
  top: 53%;
  left: 19%;
  animation-duration: 33s;
  animation-delay: -59s;
  transform-origin: -3vw 7vh;
  box-shadow: -60vmin 0 7.83133121vmin currentColor;
}
.backgroundanime span:nth-child(1)[b-0cfnwo5wm6] {
  color: #47ffe0;
  top: 53%;
  left: 8%;
  animation-duration: 38s;
  animation-delay: -14s;
  transform-origin: -6vw -10vh;
  box-shadow: -60vmin 0 8.40849197vmin currentColor;
}
.backgroundanime span:nth-child(2)[b-0cfnwo5wm6] {
  color: #47ffe0;
  top: 14%;
  left: 65%;
  animation-duration: 26s;
  animation-delay: -45s;
  transform-origin: -11vw 2vh;
  box-shadow: -60vmin 0 8.31182683vmin currentColor;
}
.backgroundanime span:nth-child(3)[b-0cfnwo5wm6] {
  color: #47ffe0;
  top: 77%;
  left: 93%;
  animation-duration: 25s;
  animation-delay: -14s;
  transform-origin: -11vw 7vh;
  box-shadow: -60vmin 0 7.63533139vmin currentColor;
}
.backgroundanime span:nth-child(4)[b-0cfnwo5wm6] {
  color: #50aad7;
  top: 35%;
  left: 85%;
  animation-duration: 11s;
  animation-delay: -11s;
  transform-origin: 9vw 21vh;
  box-shadow: 60vmin 0 8.49527451vmin currentColor;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bdhtegstw5] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow:clip;
}

main[b-bdhtegstw5] {
    flex: 1;
    background: rgb(255, 255, 255, 0.94);
}

.sidebar[b-bdhtegstw5] {

    /* background: rgb(9,246,224);
    background: linear-gradient(227deg, rgba(9,246,224,0.804359243697479) 0%, rgba(0,85,62,0.908000700280112) 100%);*/
    background: linear-gradient(223deg, #9d9d9d, #00bbb4, #0353d9, #3bd585);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    animation: AnimationName-b-bdhtegstw5 15s ease infinite;
    box-shadow: 8px 4px 5px 0px rgba(0,0,0,0.12);
    -webkit-box-shadow: 8px 4px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 8px 4px 5px 0px rgba(0,0,0,0.12);

}
[b-bdhtegstw5] .mud-drawer-content {
    background: linear-gradient(223deg, #9d9d9d, #00bbb4, #0353d9, #3bd585);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 15s ease infinite;
    -moz-animation: AnimationName 15s ease infinite;
    animation: AnimationName-b-bdhtegstw5 15s ease infinite;
    box-shadow: 8px 4px 5px 0px rgba(0,0,0,0.12);
    -webkit-box-shadow: 8px 4px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 8px 4px 5px 0px rgba(0,0,0,0.12);
}
.top-row[b-bdhtegstw5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bdhtegstw5]  a, .top-row[b-bdhtegstw5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bdhtegstw5]  a:hover, .top-row[b-bdhtegstw5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bdhtegstw5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bdhtegstw5] {
        display: none;
    }

    .top-row.auth[b-bdhtegstw5] {
        justify-content: space-between;
    }

    .top-row[b-bdhtegstw5]  a, .top-row[b-bdhtegstw5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bdhtegstw5] {
        flex-direction: row;
    }

    .sidebar[b-bdhtegstw5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bdhtegstw5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bdhtegstw5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bdhtegstw5], article[b-bdhtegstw5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.css-selector[b-bdhtegstw5] {
    background: linear-gradient(223deg, #9d9d9d, #00bbb4, #0353d9, #3bd585);
    background-size: 800% 800%;
    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    animation: AnimationName-b-bdhtegstw5 6s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 48% 0%
    }

    50% {
        background-position: 53% 100%
    }

    100% {
        background-position: 48% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 48% 0%
    }

    50% {
        background-position: 53% 100%
    }

    100% {
        background-position: 48% 0%
    }
}

@keyframes AnimationName-b-bdhtegstw5 {
    0% {
        background-position: 48% 0%
    }

    50% {
        background-position: 53% 100%
    }

    100% {
        background-position: 48% 0%
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nc2fesqqfl] {
  background-color: rgba(255, 255, 255, 0.1);
}
.top-row[b-nc2fesqqfl] {
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar-brand[b-nc2fesqqfl] {
  font-size: 1.1rem;
}
.oi[b-nc2fesqqfl],
iconify-icon[b-nc2fesqqfl] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
.nav-item[b-nc2fesqqfl] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.nav-item .nav-secondary[b-nc2fesqqfl] {
  margin-left: 15px;
}
.linkHead[b-nc2fesqqfl] {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.linkHead iconify-icon[b-nc2fesqqfl] {
  font-size: 1.5em;
  padding-right: 3px;
}
.nav-item:first-of-type[b-nc2fesqqfl] {
  padding-top: 1rem;
}
.nav-item:last-of-type[b-nc2fesqqfl] {
  padding-bottom: 1rem;
}
.nav-item[b-nc2fesqqfl]  a {
  color: #d7d7d7;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.nav-item[b-nc2fesqqfl]  a.active {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}
.nav-item[b-nc2fesqqfl]  a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
[b-nc2fesqqfl] a.nav-secondary {
  margin-left: 15px;
}
@media (min-width: 641px) {
  .navbar .navbar-toggler[b-nc2fesqqfl] {
    display: none;
  }
  .collapse[b-nc2fesqqfl] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
}
@media (max-width: 642px) {
  .container-fluid[b-nc2fesqqfl] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}
