@import 'PlusAndMinus.Client.p6tj9uz82z.bundle.scp.css';

/* _content/PlusAndMinus/Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[inherit-scope] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[inherit-scope] {
    flex: 1;
}

.sidebar[inherit-scope] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[inherit-scope] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[inherit-scope]  a, .top-row[inherit-scope]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[inherit-scope]  a:hover, .top-row[inherit-scope]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[inherit-scope]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1619.98px) {
    .top-row[inherit-scope] {
        justify-content: space-between;
    }

    .top-row[inherit-scope]  a, .top-row[inherit-scope]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1620px) {
    .page[inherit-scope] {
        flex-direction: row;
    }

    .sidebar[inherit-scope] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[inherit-scope] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[inherit-scope]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[inherit-scope], article[inherit-scope] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[inherit-scope] {
    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[inherit-scope] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PlusAndMinus/Components/Layout/MainLayout.razor.rz.scp.css */
.page[inherit-scope] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[inherit-scope] {
    flex: 1;
}

.sidebar[inherit-scope] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[inherit-scope] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[inherit-scope]  a, .top-row[inherit-scope]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[inherit-scope]  a:hover, .top-row[inherit-scope]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[inherit-scope]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1619.98px) {
    .main .top-row:not(.auth)[inherit-scope] {
        display: none;
    }

    .main .top-row.auth[inherit-scope] {
        justify-content: space-between;
    }

    .main .top-row a[inherit-scope], .main .top-row .btn-link[inherit-scope] {
        margin-left: 10px;
    }
}

@media (min-width: 1620px) {
    .page[inherit-scope] {
        flex-direction: row;
    }

    .sidebar[inherit-scope] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[inherit-scope] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .page > div[inherit-scope] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
        .top-row.auth[inherit-scope]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[inherit-scope], article[inherit-scope] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[inherit-scope] {
    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[inherit-scope] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PlusAndMinus/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[inherit-scope] {
    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-toggler:checked[inherit-scope] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[inherit-scope] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    padding-left: 0px !important;
    border-bottom: 1px solid Black !important;
}

.navbar-brand[inherit-scope] {
    font-size: 1.1rem;
    justify-content: flex-start;
}

.bi[inherit-scope] {
    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[inherit-scope] {
    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[inherit-scope] {
    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[inherit-scope] {
    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");
}

.nav-item[inherit-scope] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[inherit-scope] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[inherit-scope] {
        padding-bottom: 1rem;
    }

    .nav-item[inherit-scope]  .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[inherit-scope]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[inherit-scope]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[inherit-scope] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[inherit-scope] {
    display: block;
}

@media (min-width: 1620px) {
    .navbar-toggler[inherit-scope] {
        display: none;
    }

    .nav-scrollable[inherit-scope] {
        /* 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/PlusAndMinus/Components/Shared/LayoutContainer.razor.rz.scp.css */
.page[b-n52nihtxpy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n52nihtxpy] {
    flex: 1;
}

.sidebar[b-n52nihtxpy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n52nihtxpy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n52nihtxpy]  a, .top-row[b-n52nihtxpy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n52nihtxpy]  a:hover, .top-row[b-n52nihtxpy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n52nihtxpy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1619.98px) {
    .top-row[b-n52nihtxpy] {
        justify-content: space-between;
    }

    .top-row[b-n52nihtxpy]  a, .top-row[b-n52nihtxpy]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1620px) {
    .page[b-n52nihtxpy] {
        flex-direction: row;
    }

    .sidebar[b-n52nihtxpy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n52nihtxpy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n52nihtxpy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n52nihtxpy], article[b-n52nihtxpy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n52nihtxpy] {
    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-n52nihtxpy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PlusAndMinus/Components/Shared/MainLayoutContainer.razor.rz.scp.css */
.page[b-mr78ztntgj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mr78ztntgj] {
    flex: 1;
}

.sidebar[b-mr78ztntgj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mr78ztntgj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mr78ztntgj]  a, .top-row[b-mr78ztntgj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mr78ztntgj]  a:hover, .top-row[b-mr78ztntgj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mr78ztntgj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1619.98px) {
    .main .top-row:not(.auth)[b-mr78ztntgj] {
        display: none;
    }
    .main .top-row.auth[b-mr78ztntgj] {
        justify-content: space-between;
    }
        .top-row[b-mr78ztntgj]  a, .top-row[b-mr78ztntgj]  .btn-link {
            margin-left: 10px;
        }
}

@media (min-width: 1620px) {
    .page[b-mr78ztntgj] {
        flex-direction: row;
    }

    .sidebar[b-mr78ztntgj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mr78ztntgj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-mr78ztntgj]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-mr78ztntgj], article[b-mr78ztntgj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mr78ztntgj] {
    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-mr78ztntgj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PlusAndMinus/Components/Shared/NavigateLayoutContainer.razor.rz.scp.css */
.page[b-00k9fmz85r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-00k9fmz85r] {
    flex: 1;
}

.sidebar[b-00k9fmz85r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-00k9fmz85r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-00k9fmz85r]  a, .top-row[b-00k9fmz85r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-00k9fmz85r]  a:hover, .top-row[b-00k9fmz85r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-00k9fmz85r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1619.98px) {
    .main .top-row:not(.auth)[b-00k9fmz85r] {
        display: none;
    }
    .main .top-row.auth[b-00k9fmz85r] {
        justify-content: space-between;
    }
    .top-row[b-00k9fmz85r]  a, .top-row[b-00k9fmz85r]  .btn-link {
        margin-left: 10px;
    }
}

@media (min-width: 1620px) {
    .page[b-00k9fmz85r] {
        flex-direction: row;
    }

    .sidebar[b-00k9fmz85r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-00k9fmz85r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-00k9fmz85r]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-00k9fmz85r], article[b-00k9fmz85r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-00k9fmz85r] {
    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-00k9fmz85r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* _content/PlusAndMinus/Components/Shared/NavigateMenu.razor.rz.scp.css */
.navbar-toggler[b-2rv904wrps] {
    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-toggler:checked[b-2rv904wrps] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2rv904wrps] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    padding-left: 0px !important;
    border-bottom: 1px solid Black !important;
}

.navbar-brand[b-2rv904wrps] {
    font-size: 1.1rem;
    justify-content: flex-start;
}

.bi[b-2rv904wrps] {
    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-2rv904wrps] {
    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[b-2rv904wrps] {
    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[b-2rv904wrps] {
    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");
}

.nav-item[b-2rv904wrps] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2rv904wrps] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2rv904wrps] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2rv904wrps]  .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-2rv904wrps]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2rv904wrps]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2rv904wrps] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2rv904wrps] {
    display: block;
}

@media (min-width: 1620px) {
    .navbar-toggler[b-2rv904wrps] {
        display: none;
    }

    .nav-scrollable[b-2rv904wrps] {
        /* 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/PlusAndMinus/Pages/TS160.razor.rz.scp.css */
/* Table formatting */
.table-title[b-q77bwq86y9],
.column-header td[b-q77bwq86y9],
.row-totals td[b-q77bwq86y9] {
    font-size: 18px;
    font-weight: bold;
}
.table-title[b-q77bwq86y9] {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}
.row-totals td[b-q77bwq86y9] {
    border-bottom: double;
    border-top: groove;
}
/* Accordion Box */
.accordion-button[b-q77bwq86y9] {
    display: block;
    padding: 4px 8px !important;
    width: 100% !important;
    border: 1px solid black !important;
    background-color: #f8f9fa !important;
    transition: 0.35s;
    color: black;
    text-align: center;
    font-weight: 500;
}
.accordion-button:hover[b-q77bwq86y9] {
    cursor: pointer;
    background-color: #e7f1ff !important;
}
.accordion-table[b-q77bwq86y9] {
    width: 100%;
    border-collapse: separate;
    padding: 0 4px;
    border: 1px solid black;
    border-top: none;
}
/* Container open & closed states. Default = closed */
.accordion-content[b-q77bwq86y9] {
    width: 100%;
    height: 0px !important;
    overflow: hidden;
    transition: 0.35s;
}
.accordion-container.open .accordion-button[b-q77bwq86y9] {
    background-color: #e7f1ff !important;
}
.accordion-container.open .accordion-content[b-q77bwq86y9] {
    height: auto !important;
}
/* Animated Plus & minus icon */
.plus-minus[b-q77bwq86y9] {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    bottom: -3px;
    margin: 0 1rem 0 .5rem;
    cursor: pointer;
}
.plus-minus[b-q77bwq86y9]:before, .plus-minus[b-q77bwq86y9]:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 3px;
}
.plus-minus[b-q77bwq86y9]:before {
    transform: translateY(-50%);
}
.plus-minus[b-q77bwq86y9]:after {
    transform: translateY(-50%) rotate(90deg);
}
/* plus-minus open state */
.accordion-container.open .accordion-button .plus-minus[b-q77bwq86y9]:before {
    transform: translateY(-50%) rotate(-90deg);
    opacity: 0;
}
.accordion-container.open .accordion-button .plus-minus[b-q77bwq86y9]:after {
    transform: translateY(-50%) rotate(0);
}
/* _content/PlusAndMinus/Pages/TS610.razor.rz.scp.css */
.tooltip-text[b-yip0dr7uo2] {
    display:block;
    font-size:12px;
    text-align:center;
}
