@import '_content/Abic.Nexus/Abic.Nexus.bundle.scp.css';

/* /Components/AppMetaData.razor.rz.scp.css */
#meta-data[b-f8kfuta66s] {
    width: 100%;
    display: flex;
    margin-top: 1rem;
}

table.updated[b-f8kfuta66s] {
    font-family: Inter;
    width: 100%;
    text-align: center;
}
thead.updated[b-f8kfuta66s] {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

td.updated[b-f8kfuta66s] {
    text-align: right;
}
/* /Components/ChartSettingsPanel.razor.rz.scp.css */
#chart-settings[b-0d3mom2v5j] {
    display: flex;
    width: 30vw;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    background-color: whitesmoke;
    height: calc(100vh - 3.5rem);
    box-shadow: 1px 0 7px 2px #00000075;
    flex-direction: column;
}

div.button-container-settings[b-0d3mom2v5j] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 2rem;
    margin-top: .5rem;
}
/* /Components/CustomInputRow.razor.rz.scp.css */
.input-row[b-lo87m07iji] {
    display: flex;
    flex-direction: row;
}
/* /Components/DataPointDetails.razor.rz.scp.css */

#active-data-legend[b-v232chfgw2] {
    height: calc(100% - 1rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #80808026;
    width: 30%;
    margin: 11px;
    z-index: 0;
    overflow-y: scroll;
}

#details-splash[b-v232chfgw2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 50%;
}

#details-splash h5[b-v232chfgw2] {
    text-transform: uppercase;
    font-family: Inter;
    text-align: center;
    width: 80%;
    color: #a3a3a3;
    font-weight: 200;
}

#details-splash i[b-v232chfgw2] {
    font-size: 4rem;
    color: #d7d7d7;
}

table.active-point[b-v232chfgw2] {
    width: 100%;
    font-family: Inter;
    border-collapse: collapse;
    font-size: 1rem;
    position: relative;
}

td.label[b-v232chfgw2] {
    width: 30%;
    border: 1px solid #cccccc;
    text-align: end;
    padding: 0 .5rem;
    border-left: none;
    font-weight: 300;
    text-transform: uppercase;
}

td.value[b-v232chfgw2] {
    border: 1px solid #cccccc;
    border-right: none;
    padding-left: 1rem;
}

th.table-header[b-v232chfgw2] {
    position: sticky;
    top: 0;
    text-align: center;
    font-size: 1.25rem;
    background-color: #e2e2e2;
    padding: .5rem 0;
}

ul.specifications[b-v232chfgw2] {
    list-style: disc;
    margin-left: 1rem;
}

span.money[b-v232chfgw2] {
    display: inline-block;
    width: 7rem;
    text-align: end;
}

td.label-header[b-v232chfgw2] {
    text-align: center;
    font-weight: 600;
    background-color: #e2e2e2;
    padding: .25rem 0;
}

td.label-subheader[b-v232chfgw2] {
    width: 100%;
    text-align: center;
    font-weight: 300;
    background-color: #f1f1f1;
    border-top: 1px solid #cbcbcb;
}

tr.hidden[b-v232chfgw2] {
    display: none;
}

.label-header i[b-v232chfgw2] {
    cursor: pointer;
}

th.sticky-header[b-v232chfgw2] {
    position: sticky;
    top: 0;
    text-align: center;
    font-weight: 600;
    background-color: #e2e2e2;
    padding: .25rem 0;
}

table.product-line-sales[b-v232chfgw2] {
    margin: 0 0 1rem 0;
}

table.chart-data[b-v232chfgw2] {
    text-align: center;
    margin-bottom: 1rem;
}

table.chart-data tr:nth-child(odd)[b-v232chfgw2],
table.product-line-sales tr:nth-child(odd)[b-v232chfgw2] {
    background-color: #f2f2f2;
}

td.product-title[b-v232chfgw2] {
    text-align: center;
    padding: 7px 0 7px 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgray;
    font-weight: 300;
}

#active-image[b-v232chfgw2] {
    display: flex;
    position: absolute;
    z-index: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #00000061;
    height: calc(100% - 2.5rem);
    top: 3rem;
    cursor: pointer;
}

/* /Components/Dialogs/AddDataSetDialog.razor.rz.scp.css */
.input-row[b-j8e7pauare] {
    display: flex;
    flex-direction: row;
}
/* /Components/LoadingSplash.razor.rz.scp.css */
section#loading[b-c07n79wj91] {
    position: absolute;
    z-index: 10;
    background-color: #00000052;
    width: 100%;
    height: calc(100vh - 3.5rem);
    top: 3.5rem;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3m00zsvblq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3m00zsvblq] {
    flex: 1;
}

.main[b-3m00zsvblq] {
    width: 100vw;
}

.sidebar[b-3m00zsvblq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3m00zsvblq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3m00zsvblq]  a, .top-row[b-3m00zsvblq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3m00zsvblq]  a:hover, .top-row[b-3m00zsvblq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3m00zsvblq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3m00zsvblq] {
        justify-content: space-between;
    }

    .top-row[b-3m00zsvblq]  a, .top-row[b-3m00zsvblq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3m00zsvblq] {
        flex-direction: row;
    }

    .sidebar[b-3m00zsvblq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3m00zsvblq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3m00zsvblq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3m00zsvblq], article[b-3m00zsvblq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.navbar-toggler[b-3m00zsvblq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3m00zsvblq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3m00zsvblq] {
    font-size: 1.1rem;
}

.bi[b-3m00zsvblq] {
    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-3m00zsvblq] {
    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-3m00zsvblq] {
    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-3m00zsvblq] {
    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-3m00zsvblq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-3m00zsvblq] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-3m00zsvblq] {
    padding-bottom: 1rem;
}

.nav-item[b-3m00zsvblq]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-3m00zsvblq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3m00zsvblq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3m00zsvblq] {
        display: none;
    }

    .collapse[b-3m00zsvblq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-3m00zsvblq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zchcc4t1sh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zchcc4t1sh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zchcc4t1sh] {
    font-size: 1.1rem;
}

.bi[b-zchcc4t1sh] {
    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-zchcc4t1sh] {
    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-zchcc4t1sh] {
    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-zchcc4t1sh] {
    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-zchcc4t1sh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zchcc4t1sh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zchcc4t1sh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zchcc4t1sh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zchcc4t1sh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zchcc4t1sh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zchcc4t1sh] {
        display: none;
    }

    .collapse[b-zchcc4t1sh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-zchcc4t1sh] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/CompetitorHistory.razor.rz.scp.css */
.developer-row[b-hcdixv38fj] {
    background-color: black;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
}

.community-row[b-hcdixv38fj] {
    border-top: 1px solid black;
    font-size: 1rem;
    padding-bottom: 7px;
}

tr.header-row[b-hcdixv38fj] {
    font-size: 1rem;
    background-color: black;
    color: #ffd200;
    font-weight: 500;
}

tbody tr:hover[b-hcdixv38fj] {
    cursor: pointer;
}

.active.increase[b-hcdixv38fj] {
    color: whitesmoke;
    background-color: green;
}
tbody tr.decrease:hover[b-hcdixv38fj] {
    background-color: rgba(255, 0, 0, 0.3);
    color: black;
}

.active.decrease[b-hcdixv38fj] {
    color: whitesmoke;
    background-color: red;
}

tbody tr:hover td.developer-row[b-hcdixv38fj] {
    background-color: black;
    cursor: auto;
}
tbody tr:hover td.community-row[b-hcdixv38fj] {
    background-color: white;
    cursor: auto;
}

tbody tr.decrease.active i[b-hcdixv38fj],
tbody tr.increase.active i[b-hcdixv38fj] {
    color: white;
}

tbody tr.decrease.active:hover i[b-hcdixv38fj],
tbody tr.increase.active:hover i[b-hcdixv38fj] {
    color: black;
}

tbody tr.increase:hover[b-hcdixv38fj] {
    background-color: rgba(0, 128, 0, 0.24);
    color: black;
}

i.increase[b-hcdixv38fj] {
    color: green;
}

i.decrease[b-hcdixv38fj] {
    color: red;
}
/* /Pages/DataUpload.razor.rz.scp.css */
.time-stamp[b-4ttpwqflhf] {
    float: right;
    padding-right: .5rem;
    color: darkgrey;
}

.log-item[b-4ttpwqflhf] {
    padding: 0 1rem 0 1rem;
    
}

.log-item.success[b-4ttpwqflhf] {
    color: #00ce00;
}

.log-item.failed[b-4ttpwqflhf] {
    color: red;
}

.upload-log[b-4ttpwqflhf] {
    background-color: #323232; 
    padding: 1rem; 
    border-radius: 1rem;
}

.duplicate-table > thead > tr[b-4ttpwqflhf] {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}
/* /Pages/MonthlyReport.razor.rz.scp.css */
#monthly-report[b-yzqnd8pn4z] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: flex-start;
    margin-left: 2rem;
}

#monthly-report button[b-yzqnd8pn4z] {
    margin-top: 1rem;
}
    
label > h5[b-yzqnd8pn4z] {
    font-family: 'Inter', sans-serif;
    margin-left: 2rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

label[b-yzqnd8pn4z] {
    height: fit-content;
}
/* /Pages/ResaleAnalysis.razor.rz.scp.css */
section#loading[b-kygqwqhmw2] {
    position: absolute;
    z-index: 10;
    background-color: #00000052;
    width: 100%;
    height: calc(100vh - 6.75rem);
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.controls[b-kygqwqhmw2] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    border-bottom: 1px solid #d6d6d6;
}


.pending-changes-label[b-kygqwqhmw2] {
    position: absolute;
    top: -2.25rem;
    right: 1rem;
    color: #ff6100;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Inter';
}

.icon[b-kygqwqhmw2] {
    font-size: 6rem;
}

.instructions[b-kygqwqhmw2] {
    font-weight: 300;
}

.container[b-kygqwqhmw2] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 2rem;
    color: #adadad;
    pointer-events: none;
    user-select: none;
    align-items: center;
}

.bold-instructions[b-kygqwqhmw2] {
    font-weight: 700;
    font-family: Inter;
}

.label-cell[b-kygqwqhmw2] {
    float: right;
    padding-right: 8px;
}

table#resale-bands[b-kygqwqhmw2] {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}

table#resale-bands th[b-kygqwqhmw2],
table#resale-bands td[b-kygqwqhmw2] {
    padding: 5px;
}

span.count[b-kygqwqhmw2] {
    text-align: right;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 1rem;
    width: 50%;
    padding-right: 3px;
}

span.percentage[b-kygqwqhmw2] {
    width: 50%;
    text-align: left;
    font-family: 'Inter';
    padding-top: 1px;
    padding-left: 3px;
}

td.values:hover[b-kygqwqhmw2] {
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

div.cell-container[b-kygqwqhmw2] {
    display: flex;
    flex-direction: row;
}

td.active[b-kygqwqhmw2] {
    box-shadow: inset 0 0 2px 1px black;
    
}

table.product-groups[b-kygqwqhmw2] {
    width: 100%;
    text-align: center;
    font-family: 'Inter';
}

div.info-container[b-kygqwqhmw2] {
    margin: 0 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 31rem;
    justify-content: space-around;
    font-size: 1rem;
    font-family: 'Inter';
}

div.price-range[b-kygqwqhmw2] {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    align-items: center;
    height: 3rem;
    margin-top: 1px;
    border-bottom: 1px solid #e0e0e0;
}

/*table#resale-bands th {*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/
/* /Pages/ValueGraphs.razor.rz.scp.css */
table.data-series-label[b-5ti6xdewz1] {
    background-color: #ffffff30;
    border-collapse: collapse;
    border-radius: 1rem;
    box-shadow: 0 0 0 1px #00000061;
}

td.data-cell[b-5ti6xdewz1] {
    padding: 2px 5px 0 5px;
    text-align: center;
}

button.control-button[b-5ti6xdewz1] {
    margin: 5px;
}



section#chart-controls[b-5ti6xdewz1] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


div.button-container[b-5ti6xdewz1] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 2rem;
    width: 100%;
    align-items: center;
}

td.data-cell[b-5ti6xdewz1] {
    padding: 2px;
}

table.tooltip-table[b-5ti6xdewz1] {
}

#chart-wrapper[b-5ti6xdewz1] {
    display: flex;
    flex-direction: row;
}



td.tooltip-axis-label[b-5ti6xdewz1] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

td.tooltip-subfield[b-5ti6xdewz1] {
    text-align: center;
    font-weight: 400;
}

th.tooltip-main-header[b-5ti6xdewz1] {
    text-align: center;
    text-decoration: underline;
    font-weight: 500;
    color: #ffd200;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
table.tooltip-container[b-5ti6xdewz1] {
    /*cursor: pointer;*/
    width: 100%;
    border: 1px solid #c0c0c0c9;
    background-color: rgba(0, 0, 0, 0.62);
    padding: 5px;
    color: whitesmoke;
    font-size: 1rem;
    border-radius: 10px;
    border-collapse: separate;
}

div.table-wrapper-tooltip[b-5ti6xdewz1] {
    cursor: pointer;
}

.custom-data-label[b-5ti6xdewz1] {
    position: absolute;
    right: 1rem;
    color: #ff6100;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Inter';
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

button.add-data[b-5ti6xdewz1] {
    font-size: 23px;
    padding: 1px 7px 0 7px;
    margin: 5px;
}

#chart-settings[b-5ti6xdewz1] {
    display: flex;
    width: 40vw;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 3.5rem;
    background-color: whitesmoke;
    height: calc(100vh - 3.5rem);
    box-shadow: 1px 0 7px 2px #00000075;
    flex-direction: column;
}

div.button-container-settings[b-5ti6xdewz1] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 2rem;
    margin-top: .5rem;
}


#product-lines[b-5ti6xdewz1] {
    margin: 1rem;
    overflow-y: scroll;
    height: 60vh;
    padding-bottom: 1rem;
    box-shadow: inset 0 -10px 10px -10px #00000029;
}

#product-lines .developer .label[b-5ti6xdewz1] {
    width: 7rem;
    display: inline-block;
    z-index: -1;
}
#product-lines .developer .handle[b-5ti6xdewz1] {
    width: 1.5rem;
    display: inline-block;
}

#product-lines .developer[b-5ti6xdewz1] {
    font-size: 1.25rem;
    font-weight: 500;
    background-color: whitesmoke;
    position: sticky;
    z-index: 10;
    top: 0;
    cursor: pointer;
    border-radius: .5rem;
    padding-left: 1rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

#product-lines div.developer:hover span.handle.active[b-5ti6xdewz1] {
    color: black;
}

#product-lines .developer:hover[b-5ti6xdewz1] {
    background-color: #ffd200;
}

#product-lines div.developer span.status-count[b-5ti6xdewz1] {
    background-color: black;
    border-radius: 1rem;
    color: whitesmoke;
    padding: 0 5px;
    width: 5rem;
    display: inline-block;
    text-align: center;
}

#product-lines .product-line[b-5ti6xdewz1] {
    border-left: 1px solid black;
    margin-left: calc(.5rem + 1px);
    padding-left: 3rem;
    cursor: pointer;
    color: black;
    font-weight: 400;
}

.product-line:hover[b-5ti6xdewz1] {
    background-color: #ffd20021;
}

#product-lines .community .label[b-5ti6xdewz1] {
    margin-left: calc(.5rem + 1px);
    border-left: 1px solid black;
    padding-left: 2rem;
    position: sticky;
    top: 2rem;
    background-color: whitesmoke;
    font-size: 1rem;
    z-index: -2;
}

#product-lines label.product[b-5ti6xdewz1] {
    margin: 2px 0;
    z-index: -3;
    position: relative;
}


#chart-settings div.header[b-5ti6xdewz1] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chart-settings div.header h5[b-5ti6xdewz1] {
    flex: 1 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}


div.developer span.handle.active[b-5ti6xdewz1] {
    color: #ffd200;
}

#product-lines input[type='checkbox'][b-5ti6xdewz1] {
    margin-right: 5px;
    top: 1px;
    position: relative;
}

div.select-row[b-5ti6xdewz1] {
    display: flex;
    flex-direction: row;
    margin: 1rem;
}

