@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';

/* /Components/Insights/PerformanceChart.razor.rz.scp.css */
[b-51uj1ivb0h] .legend-line-icon {
    height: 4px;
    display: inline-block;
    margin-top: 3px;
}

[b-51uj1ivb0h] .legend-color-best {
    background-color: #207e0c;
}

[b-51uj1ivb0h] .legend-color-lowest {
    background-color: #f42e1c;
}

[b-51uj1ivb0h] .legend-color-market {
    background-color: #46BDBB;
}

[b-51uj1ivb0h] .chart-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

@media (max-width: 575.98px) {
    [b-51uj1ivb0h] .chart-title {
        font-size: 20px;
        line-height: 30px;
    }
}
/* /Components/Ongoing/Gauge.razor.rz.scp.css */
.gauge-container[b-m3rueorme0] {
    width: 400px;
    height: 170px;
    position: relative;
    top: 80px;
    left: 50%;
    overflow: hidden;
    text-align: center;
    transform: translate(-50%, -50%);
}

.gauge-box[b-m3rueorme0] {
    z-index: 1;
    position: absolute;
    background: #D9D9D9;
    width: 300px;
    height: 150px;
    margin-left: 50px;
    bottom: 0;
    border-radius: 250px 250px 0px 0px;
}

.gauge-center[b-m3rueorme0] {
    z-index: 3;
    position: absolute;
    background-color: #fff;
    width: 125px;
    height: 65px;
    bottom: 0;
    margin-left: 137.5px;
    margin-right: auto;
    border-radius: 250px 250px 0px 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gauge-main[b-m3rueorme0] {
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, #F37021 -0.2%, #FDDF76 100.2%);
    width: 300px;
    height: 150px;
    top: 170px;
    margin-left: 50px;
    border-radius: 0px 0px 200px 200px;
    transform-origin: center top;
    transition: all 1.0s ease-in-out;
}

.gauge-container:hover .gauge-data[b-m3rueorme0] {
    color: rgba(0,0,0,1);
}

.gauge-data[b-m3rueorme0] {
    z-index: 4;
    color: rgba(29, 29, 29, 1);
    font-size: 1.5em;
    line-height: 25px;
    position: absolute;
    width: 400px;
    height: 200px;
    top: 170px;
    margin-left: 100px;
    margin-right: auto;
    transition: all 1s ease-out;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-iyrwfd4yha] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: inherit;
}

.main[b-iyrwfd4yha] {
    flex: 1;
}

.top-row[b-iyrwfd4yha] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iyrwfd4yha]  a, .top-row .btn-link[b-iyrwfd4yha] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-iyrwfd4yha] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-iyrwfd4yha] {
        display: none;
    }

    .top-row.auth[b-iyrwfd4yha] {
        justify-content: space-between;
        display: none;
    }

    .top-row a[b-iyrwfd4yha], .top-row .btn-link[b-iyrwfd4yha] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iyrwfd4yha] {
        flex-direction: row;
    }

    .sidebar[b-iyrwfd4yha] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iyrwfd4yha] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-iyrwfd4yha] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



[b-iyrwfd4yha] .page-layout,
[b-iyrwfd4yha] .page-layout > .dxbl-gridlayout-root,
[b-iyrwfd4yha] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-iyrwfd4yha] .content {
    padding: 20px 32px 0 32px;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-iyrwfd4yha] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-iyrwfd4yha] .fit-width {
    max-width: 100%;
}

[b-iyrwfd4yha] .mw-1100 {
    max-width: 1100px;
}

@media (max-width: 767px) {
    [b-iyrwfd4yha] .content {
        padding: 0 20px;
        overflow: auto;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-czhxs1ulfu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-czhxs1ulfu] {
    height: 4.96rem;
}

.navbar-brand[b-czhxs1ulfu] {
    font-size: 1.1rem;
}

.oi[b-czhxs1ulfu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-czhxs1ulfu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-czhxs1ulfu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-czhxs1ulfu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-czhxs1ulfu]  a {
        color: #1a1a1acc;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-czhxs1ulfu]  a.active {
            background-color: #1a1a1acc;
            color: white;
            font-weight: bold;
        }

        .nav-item[b-czhxs1ulfu]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: #1a1a1acc;
            font-weight: bold;
        }


@media (min-width: 641px) {
    .navbar-toggler[b-czhxs1ulfu] {
        display: none;
    }

    .collapse[b-czhxs1ulfu] {
        display: block;
    }

    .sidebar.expand[b-czhxs1ulfu] {
        height: 100%;
    }
}

.sidebar[b-czhxs1ulfu] {
    transition: transform 0.1s ease-out;
    overflow: auto;
    padding-left: 20px;
}

    .sidebar.collapse[b-czhxs1ulfu] {
        display: none;
    }


.sidebar[b-czhxs1ulfu] {
    display: grid;
}

@media (max-width: 1199.98px) {
    .sidebar[b-czhxs1ulfu] {
        display: none;
    }

        .sidebar.expand[b-czhxs1ulfu] {
            position: fixed;
            left: 0;
            height: auto;
            min-width: 100%;
            z-index: 10;
            display: block;
            background: linear-gradient(41deg, rgba(252,246,241,1) 0%, rgba(252,241,233,1) 33%, rgba(252,244,236,1) 66%, rgba(253,240,213,1) 100%);
            top: 40px;
            height: 497px;
        }

            .sidebar.expand[b-czhxs1ulfu]::after {
                content: "";
                position: fixed;
                top: 537px;
                left: 0; /* Should match the width of the sidebar */
                right: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha (last value) for transparency */
                z-index: 999; /* Adjust z-index to ensure it's above the content */
            }
}

[b-czhxs1ulfu] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

    [b-czhxs1ulfu] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }

@media (max-width: 1199.98px) {
    [b-czhxs1ulfu] .app-sidebar {
        padding-bottom: 0;
    }
}

.app-sidebar[b-czhxs1ulfu]{

}

#sidebar[b-czhxs1ulfu]::-webkit-scrollbar:hover {
}

#sidebar[b-czhxs1ulfu] {
    overflow-y: hidden;
}

    #sidebar:hover[b-czhxs1ulfu] {
        overflow-y: auto; /* Show scrollbar on hover */
    }

    #sidebar[b-czhxs1ulfu]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        display: none; /* Hide scrollbar by default */
    }

    /* Show scrollbar thumb on hover */
    #sidebar:hover[b-czhxs1ulfu]::-webkit-scrollbar {
        display: block;
        width: 10px;
        background-color: #F5F5F5;
    }

    #sidebar[b-czhxs1ulfu]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.12);
        border-radius: 8px;
    }


.mobile-menu[b-czhxs1ulfu] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 13px;
    z-index: 10;
    height: 56px;
}

.dxbl-treeview-item-text[b-czhxs1ulfu]{
    width: 150px;
}
