/* _content/Cygnus/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bh3zc0ipb2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bh3zc0ipb2] {
    flex: 1;
}

.sidebar[b-bh3zc0ipb2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bh3zc0ipb2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bh3zc0ipb2]  a, .top-row[b-bh3zc0ipb2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bh3zc0ipb2]  a:hover, .top-row[b-bh3zc0ipb2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bh3zc0ipb2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bh3zc0ipb2] {
        justify-content: space-between;
    }

    .top-row[b-bh3zc0ipb2]  a, .top-row[b-bh3zc0ipb2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bh3zc0ipb2] {
        flex-direction: row;
    }

    .sidebar[b-bh3zc0ipb2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bh3zc0ipb2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bh3zc0ipb2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bh3zc0ipb2], article[b-bh3zc0ipb2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bh3zc0ipb2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-bh3zc0ipb2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Cygnus/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ftasi3i31y] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ftasi3i31y] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ftasi3i31y] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ftasi3i31y] {
    font-size: 1.1rem;
}

.bi[b-ftasi3i31y] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ftasi3i31y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ftasi3i31y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ftasi3i31y] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ftasi3i31y] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ftasi3i31y] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ftasi3i31y] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ftasi3i31y]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ftasi3i31y]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ftasi3i31y]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ftasi3i31y] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ftasi3i31y] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ftasi3i31y] {
        display: none;
    }

    .nav-scrollable[b-ftasi3i31y] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Cygnus/Components/Layout/TopBar.razor.rz.scp.css */
.MenuContainer[b-l54q7ij4eb] {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(28, 39, 60, 0.08);
    border-bottom: 1px solid rgba(28, 39, 60, 0.12);
}

  .MenuContainer .nav-item[b-l54q7ij4eb]::before {
    content: '';
    position: absolute;
    top: 67px;
    margin-left: 25px;
    width: 15px;
    height: 15px;
    border-top: 2px solid rgba(28, 39, 60, 0.12);
    border-left: 2px solid rgba(28, 39, 60, 0.12);
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 100;
    display: none; }
  .MenuContainer .nav-item + .nav-item[b-l54q7ij4eb] {
    margin-top: 10px; }
@media (min-width: 992px) {
      .MenuContainer .nav-item + .nav-item[b-l54q7ij4eb] {
        margin-top: 0;
        margin-left: 30px; } }
  .MenuContainer .nav-item > .nav-link[b-l54q7ij4eb] {
    display: flex;
    align-items: center;
    position: relative;
    color: #031b4e;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    transition: all 0.2s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
      .MenuContainer .nav-item > .nav-link[b-l54q7ij4eb] {
        transition: none; } }
@media (min-width: 992px) {
      .MenuContainer .nav-item > .nav-link[b-l54q7ij4eb] {
        font-size: 0.875rem; } }
    .MenuContainer .nav-item > .nav-link:hover[b-l54q7ij4eb] {
      color: #5b47fb; }
      .MenuContainer .nav-item > .nav-link:hover i[b-l54q7ij4eb] {
        color: #5b47fb; }
    .MenuContainer .nav-item > .nav-link.with-sub[b-l54q7ij4eb]::after {
      content: '\f3d0';
      display: inline-block;
      font-family: 'Ionicons';
      font-size: 12px;
      font-weight: 400;
      margin-left: auto;
      margin-top: 3px;
      opacity: .5; }
@media (min-width: 992px) {
        .MenuContainer .nav-item > .nav-link.with-sub[b-l54q7ij4eb]::after {
          margin-left: 5px; } }
    .MenuContainer .nav-item > .nav-link .typcn[b-l54q7ij4eb] {
      font-size: 20px;
      line-height: .95;
      margin-right: 15px;
      width: 16px; }
@media (min-width: 992px) {
        .MenuContainer .nav-item > .nav-link .typcn[b-l54q7ij4eb] {
          font-size: 18px;
          margin-right: 7px; } }
      .MenuContainer .nav-item > .nav-link .typcn[b-l54q7ij4eb]::before {
        width: auto; }
  .MenuContainer .nav-item.active > .nav-link[b-l54q7ij4eb] {
    color: #5b47fb;
    position: relative; }
    .MenuContainer .nav-item.active > .nav-link[b-l54q7ij4eb]::before {
      content: '';
      position: absolute;
      bottom: 0;
      top: 0;
      left: -20px;
      width: 2px;
      background-color: #5b47fb;
      border-radius: 3px; }
@media (min-width: 992px) {
        .MenuContainer .nav-item.active > .nav-link[b-l54q7ij4eb]::before {
          top: auto;
          bottom: -22px;
          left: 0;
          right: 0;
          width: auto;
          height: 2px; } }
@media (min-width: 992px) {
    .MenuContainer .nav-item.show[b-l54q7ij4eb]::before {
      display: block; } }
  .MenuContainer .nav-item.show .az-menu-sub[b-l54q7ij4eb] {
    display: block; }
/* _content/Cygnus/Components/SecurityUser/Login.razor.rz.scp.css */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

.text-white[b-lqgv3texyo] {
    color: White;
}

.fontbold[b-lqgv3texyo] {
    font-size: larger;
    font-weight: bolder;
    color: Red;
}

@media (max-width: 600px) {
    .MobileHide[b-lqgv3texyo] {
        display: none;
    }
}

.wrap[b-lqgv3texyo] {
    width: 300px;
    height: auto;
    margin: auto;
    margin-top: 6%;
}

.SoftwareLogo[b-lqgv3texyo] {
    width: 100%;
    margin: auto;
    width: 95px;
    border-radius: 100px;
    height: 95px;
    background: #448ed3;
    position: relative;
    bottom: -10px;
}

    .SoftwareLogo img[b-lqgv3texyo] {
        width: 91px;
        height: 91px;
        border-radius: 100px;
        margin: auto;
        border: 3px solid #fff;
        display: block;
    }

.UserID[b-lqgv3texyo] {
    border: none;
    background: #fff;
    font-family: Lato;
    font-weight: 700;
    display: block;
    height: 50px;
    outline: none;
    width: calc(100% - 4px);
    margin: auto;
    padding: 6px 12px 6px 12px;
}

.UserPassword[b-lqgv3texyo] {
    border: none;
    background: #fff;
    font-family: Lato;
    font-weight: 700;
    display: block;
    height: 50px;
    outline: none;
    width: calc(100% - 4px);
    margin: auto;
    padding: 6px 12px 6px 12px;
}

.bar[b-lqgv3texyo] {
    width: max-content;
    height: 1px;
    background: #fff;
}

    .bar i[b-lqgv3texyo] {
        width: 85%;
        margin: auto;
        height: 1px;
        display: block;
        background: #d1d1d1;
    }

.wrap input[type="text"][b-lqgv3texyo] {
    border-radius: 7px 7px 0px 0px;
}

.wrap input[type="password"][b-lqgv3texyo] {
    border-radius: 0px 0px 7px 7px;
}

.forgot_link[b-lqgv3texyo] {
    color: #83afdf;
    color: #83afdf;
    text-decoration: none;
    font-size: 11px;
    position: relative;
    left: 193px;
    top: -36px;
}

.LoginButton[b-lqgv3texyo] {
    width: 100%;
    border-radius: 7px;
    background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
    text-decoration: center;
    border: none;
    color: #51771a;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    outline: none;
    font-size: 19px;
    border-bottom: 3px solid #307d63;
    cursor: pointer;
}

.Statusbar[b-lqgv3texyo] {
    text-align: center;
    margin-top: 10px;
    color: White;
}

.lblStatus[b-lqgv3texyo] {
    background-color: White;
}

.shimmer[b-lqgv3texyo] {
    display: inline-block;
    /*color: green;*/
    /*background: black -webkit-gradient(linear, 100% 0, 0 0, from(black), color-stop(0.5, #ffffff), to(black));*/
    /*background: #292b2c -webkit-gradient(linear, 100% 0, 0 0, from(#292b2c), color-stop(0.5, #ffffff), to(#292b2c));*/
    background: #50FC04 -webkit-gradient(linear, 100% 0, 0 0, from(#292b2c), color-stop(0.5, #ffffff), to(#292b2c));
    background-position: -4rem top; /*50px*/
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: shimmer;
    -webkit-animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-background-size: 4rem 100%; /*50px*/
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -4rem top; /*50px*/
    }

    70% {
        background-position: 15.5rem top; /*~240px*/
    }

    100% {
        background-position: 15.5rem top; /*~240px*/
    }
}
/* _content/Cygnus/Components/SecurityUser/ServiceLogin.razor.rz.scp.css */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
}

.text-white[b-lmustmn0r2] {
    color: White;
}

.fontbold[b-lmustmn0r2] {
    font-size: larger;
    font-weight: bolder;
    color: Red;
}

@media (max-width: 600px) {
    .MobileHide[b-lmustmn0r2] {
        display: none;
    }
}
.wrap[b-lmustmn0r2] {
    width: 300px;
    height: auto;
    margin: auto;
    margin-top: 6%;
}

.SoftwareLogo[b-lmustmn0r2] {
    width: 100%;
    margin: auto;
    width: 95px;
    border-radius: 100px;
    height: 95px;
    background: #448ed3;
    position: relative;
    bottom: -10px;
}

    .SoftwareLogo img[b-lmustmn0r2] {
        width: 91px;
        height: 91px;
        border-radius: 100px;
        margin: auto;
        border: 3px solid #fff;
        display: block;
    }

.UserID[b-lmustmn0r2] {
    border: none;
    background: #fff;
    font-family: Lato;
    font-weight: 700;
    display: block;
    height: 50px;
    outline: none;
    width: calc(100% - 4px);
    margin: auto;
    padding: 6px 12px 6px 12px;
}

.UserPassword[b-lmustmn0r2] {
    border: none;
    background: #fff;
    font-family: Lato;
    font-weight: 700;
    display: block;
    height: 50px;
    outline: none;
    width: calc(100% - 4px);
    margin: auto;
    padding: 6px 12px 6px 12px;
}

.bar[b-lmustmn0r2] {
    width: max-content;
    height: 1px;
    background: #fff;
}

    .bar i[b-lmustmn0r2] {
        width: 85%;
        margin: auto;
        height: 1px;
        display: block;
        background: #d1d1d1;
    }

.wrap input[type="text"][b-lmustmn0r2] {
    border-radius: 7px 7px 0px 0px;
}

.wrap input[type="password"][b-lmustmn0r2] {
    border-radius: 0px 0px 7px 7px;
}

.forgot_link[b-lmustmn0r2] {
    color: #83afdf;
    color: #83afdf;
    text-decoration: none;
    font-size: 11px;
    position: relative;
    left: 193px;
    top: -36px;
}

.LoginButton[b-lmustmn0r2] {
    width: 100%;
    border-radius: 7px;
    background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
    text-decoration: center;
    border: none;
    color: #51771a;
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    outline: none;
    font-size: 19px;
    border-bottom: 3px solid #307d63;
    cursor: pointer;
}

.Statusbar[b-lmustmn0r2] {
    text-align: center;
    margin-top: 10px;
    color: White;
}

.lblStatus[b-lmustmn0r2] {
    background-color: White;
}

.shimmer[b-lmustmn0r2] {
    display: inline-block;
    /*color: green;*/
    /*background: black -webkit-gradient(linear, 100% 0, 0 0, from(black), color-stop(0.5, #ffffff), to(black));*/
    /*background: #292b2c -webkit-gradient(linear, 100% 0, 0 0, from(#292b2c), color-stop(0.5, #ffffff), to(#292b2c));*/
    background: #50FC04 -webkit-gradient(linear, 100% 0, 0 0, from(#292b2c), color-stop(0.5, #ffffff), to(#292b2c));
    background-position: -4rem top; /*50px*/
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: shimmer;
    -webkit-animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-background-size: 4rem 100%; /*50px*/
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -4rem top; /*50px*/
    }

    70% {
        background-position: 15.5rem top; /*~240px*/
    }

    100% {
        background-position: 15.5rem top; /*~240px*/
    }
}
