/* /Pages/StockCount/StockCountPage.razor.rz.scp.css */
button.btn.collapsed[b-tghdnr1ce3] {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    position: relative;
}


.indicator-left[b-tghdnr1ce3]::before {
    content: '';
    display: inline-block;
    width: 0.65rem;
    height: 0.65rem;
    color: #FFF;
    background: var(--bs-red);
    border: 0.15rem solid #FFF;
    border-radius: 50%;
    margin-right: 0.1rem;
}

.indicator-primary[b-tghdnr1ce3]::before {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.indicator-light[b-tghdnr1ce3]::before {
    background: var(--bs-light);
    border-color: var(--bs-secondary);
}

.indicator-success[b-tghdnr1ce3]::before {
    background: var(--bs-success);
    border-color: var(--bs-success);
}

.indicator-warning[b-tghdnr1ce3]::before {
    background: var(--bs-warning);
    border-color: var(--bs-warning);
}

.indicator-danger[b-tghdnr1ce3]::before {
    background: var(--bs-danger);
    border-color: var(--bs-danger);
}

/*
    button.btn.collapsed::after {
        content: '';
        display: block;
        width: 1rem;
        height: 1rem;
        color: #FFF;
        background: var(--bs-red);
        border: 0.15rem solid #FFF;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%,-50%);
    }
*/
/* /Pages/StockCount/StockCountReportPage.razor.rz.scp.css */
input[type="search"][b-b7k1pbou5v]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem;
    background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 43%,#000 45%,#000 55%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 100%), linear-gradient(135deg, transparent 0%,transparent 43%,#000 45%,#000 55%,transparent 57%,transparent 100%);
}
/* /Pages/VoucherCargoTrackComparison/VoucherCargoTrackComparisonPage.razor.rz.scp.css */
ul.tree[b-s3knvj8yvr] {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

    ul.tree li[b-s3knvj8yvr] {
        list-style-type: none;
        border-left: 2px solid #808080;
        margin-left: 1em;
    }

    ul.tree > li:first-child[b-s3knvj8yvr] {
        padding-top: 0.5em;
    }

    ul.tree li :first-child[b-s3knvj8yvr] {
        padding-left: 1em;
        position: relative;
    }

        ul.tree li :first-child[b-s3knvj8yvr]::before {
            content: '';
            position: absolute;
            top: 0;
            left: -2px;
            bottom: 50%;
            width: 0.75em;
            border: 2px solid #808080;
            border-top: 0;
            border-right: 0;
        }

    ul.tree > li:last-child[b-s3knvj8yvr] {
        border-left: 2px solid transparent;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    overflow-y: auto;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 15rem;
        min-height: 100vh;
        z-index: 99;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* /Shared/NavMenu.razor.rz.scp.css */
#NavbarBottom[b-o6yf2t6b7g] {
    background-color: var(--bs-gray-400);
}

    #NavbarBottom[b-o6yf2t6b7g]  a.nav-link {
        color: #6c757d !important;
    }

        #NavbarBottom[b-o6yf2t6b7g]  a.nav-link.active {
            background-color: var(--bs-gray-400);
        }

        #NavbarBottom[b-o6yf2t6b7g]  a.nav-link.active {
            color: #084298 !important;
            background-color: var(--bs-gray-200) !important;
        }

        #NavbarBottom[b-o6yf2t6b7g]  a.nav-link .nav-icon {
            font-size: 1.2rem !important;
        }

            #NavbarBottom[b-o6yf2t6b7g]  a.nav-link .nav-icon .nav-icon-normal,
            #NavbarBottom[b-o6yf2t6b7g]  a.nav-link.active .nav-icon .nav-icon-active {
                display: block;
            }

            #NavbarBottom[b-o6yf2t6b7g]  a.nav-link .nav-icon .nav-icon-active,
            #NavbarBottom[b-o6yf2t6b7g]  a.nav-link.active .nav-icon .nav-icon-normal {
                display: none;
            }

        #NavbarBottom[b-o6yf2t6b7g]  a.nav-link .nav-icon-text {
            font-size: .7rem;
            margin-top: .3rem;
        }
