/* _content/StemsUIWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zk6kioa4yf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zk6kioa4yf] {
    flex: 1;
}

.sidebar[b-zk6kioa4yf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zk6kioa4yf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zk6kioa4yf]  a, .top-row[b-zk6kioa4yf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zk6kioa4yf]  a:hover, .top-row[b-zk6kioa4yf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zk6kioa4yf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zk6kioa4yf] {
        justify-content: space-between;
    }

    .top-row[b-zk6kioa4yf]  a, .top-row[b-zk6kioa4yf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zk6kioa4yf] {
        flex-direction: row;
    }

    .sidebar[b-zk6kioa4yf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zk6kioa4yf] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row.auth[b-zk6kioa4yf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zk6kioa4yf], article[b-zk6kioa4yf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zk6kioa4yf] {
    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-zk6kioa4yf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/StemsUIWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gjigzpntor] {
    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='http://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-light.navbar-toggler[b-gjigzpntor] {
    border: 1px solid rgba(0, 0, 0, 0.55);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 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-gjigzpntor] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gjigzpntor] {
    height: 3.5rem;
    background-color: white; /*rgba(0,0,0,0.4);*/
}

.navbar-brand[b-gjigzpntor] {
    font-size: 1.1rem;
}

.bi[b-gjigzpntor] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;

    /* Ref. (if using Bootstrap icons class directly): https://www.youtube.com/shorts/LRINlZC887M */
    margin-right: 1rem;
    top: -0.9rem;
    font-size: 1.25rem;

    background-size: cover;
}

/*
.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://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 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://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 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://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");
}

.bi-globe-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-globe' viewBox='0 0 16 16'%3E%3Cpath d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5zM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5zM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5zM5.145 12q.208.58.468 1.068c.552 1.035 1.218 1.65 1.887 1.855V12zm.182 2.472a7 7 0 0 1-.597-.933A9.3 9.3 0 0 1 4.09 12H2.255a7 7 0 0 0 3.072 2.472M3.82 11a13.7 13.7 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5zm6.853 3.472A7 7 0 0 0 13.745 12H11.91a9.3 9.3 0 0 1-.64 1.539 7 7 0 0 1-.597.933M8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855q.26-.487.468-1.068zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.7 13.7 0 0 1-.312 2.5m2.802-3.5a7 7 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 0 0-3.072-2.472c.218.284.418.598.597.933M10.855 4a8 8 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4z'/%3E%3C/svg%3E");
}
*/
.nav-item[b-gjigzpntor] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gjigzpntor] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gjigzpntor] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gjigzpntor]  .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-gjigzpntor]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gjigzpntor]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gjigzpntor] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gjigzpntor] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gjigzpntor] {
        display: none;
    }

    .nav-scrollable[b-gjigzpntor] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.fpi-logo[b-gjigzpntor] {
    width: 150px;
    height: auto;
    margin-top: -1em;
    margin-left: -0.5em;
}
/* _content/StemsUIWeb/Components/Pages/Analysis.razor.rz.scp.css */
.alert[b-zi71rbv08s] {
    transition: opacity 0.5s ease-in-out;
}

.alert-warning[b-zi71rbv08s] {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.custom-accordion-header .accordion-button[b-zi71rbv08s] {
    background-color: #56A946 !important;
    color: white !important;
}

/*.custom-accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
*/
.progress[b-zi71rbv08s] {
    min-width: 200px;
}
/* _content/StemsUIWeb/Components/Pages/Information.razor.rz.scp.css */
.accordion-button[b-27gqnf8m0d] {
    font-size: 1.25rem;
}
