/* _content/Wmg.ReportingPortal.UI/Pages/ChartEditor.razor.rz.scp.css */
.chart-option-header[b-96kp3jd0l0] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.55em 1em 0.5em 0;
    margin: 1em 1em 0.75em 0em;
}

    .chart-option-header > *[b-96kp3jd0l0] {
        margin-bottom: 0;
    }

[b-96kp3jd0l0] .error-button {
    margin: 0.5em 0.25em;
}

[b-96kp3jd0l0] .e-error-large {
    font-size: 60px;
    color: var(--highlight-color);
}

.series-header[b-96kp3jd0l0] {
    margin-bottom: 0.5em;
}

    .series-header > h5[b-96kp3jd0l0] {
        margin: 0;
    }
/* _content/Wmg.ReportingPortal.UI/Pages/Dashboard.razor.rz.scp.css */
.thumbnail-item[b-8dc0623oi3] {
    display: flex;
    list-style: none;
    padding: 0.75em 1em;
    margin: 0.25em;
    align-items: center;
}

    .thumbnail-item:hover[b-8dc0623oi3] {
        background: #EBEBEB;
        cursor: pointer;
    }

.thumbnail-wrapper[b-8dc0623oi3] {
    padding: 1em;
    border: 1px solid grey;
    display: flex;
    justify-content: center;
    background: white;
    margin-right: 2em;
}

.thumbnail[b-8dc0623oi3] {
    max-width: 75px;
    height: auto;
}

.dashboard-container[b-8dc0623oi3] {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    margin: 0;
    overflow: hidden;
}

.dashboard-display[b-8dc0623oi3] {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    scale: 0.98;
}

.option-list[b-8dc0623oi3] {
    width: 35%;
    min-width: 235px;
    padding-left: 15px;
}

.option-panel[b-8dc0623oi3] {
    width: 100%;
    background-color: #EBEBEB;
    border: 1px solid #404040;
    padding: 10px 5px;
    display: flex;
    flex-direction: row;
    justify-items: start;
    margin-bottom: 2px;
    cursor: pointer;
}

    .option-panel > *[b-8dc0623oi3] {
        color: #404040;
    }

[b-8dc0623oi3] .option-panel > .e-icons {
    font-size: 20px;
    padding: 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.option-header[b-8dc0623oi3] {
    font-size: 16px;
    font-weight: 500;
}

.option-caption[b-8dc0623oi3] {
    font-size: 13px;
    font-weight: 300;
    padding-right: 1em;
}

.dashboard-tabs[b-8dc0623oi3] {
    text-align: left;
    border-bottom: 1px solid var(--bs-gray-300);
    padding-bottom: 8px;
    margin-bottom: 0;
}

li.dashboard-tab[b-8dc0623oi3] {
    display: inline;
    color: #202020;
    font-weight: 600;
    margin: 10px;
    cursor: pointer;
}

    li.dashboard-tab > i[b-8dc0623oi3] {
        margin-right: 5px;
        font-size: 20px;
    }

    li.dashboard-tab > span[b-8dc0623oi3] {
        justify-self: center;
        display: inline-block;
        position: relative;
        padding: 10px 0;
    }

.dashboard-tab.active span[b-8dc0623oi3]:before,
.dashboard-tab:hover span[b-8dc0623oi3]:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--highlight-color);
    content: "";
    bottom: 0;
}

.dashboard-tab:hover span[b-8dc0623oi3]:before {
    background-color: var(--bs-gray-300);
}

[b-8dc0623oi3] .e-accordion,
[b-8dc0623oi3] .e-accordion .e-acrdn-item {
    border: 0 !important;
}

[b-8dc0623oi3] .e-sidebar {
    display: flex;
}

[b-8dc0623oi3] .e-acrdn-content {
    padding: 0 !important;
}
/* _content/Wmg.ReportingPortal.UI/Pages/ReportEditor.razor.rz.scp.css */
[b-4chh1pl049] .column-option-accordion {
    background: none;
    border: 0;
}

[b-4chh1pl049] .option-accordion-item {
    background: none !important;
    border: 0 !important;
}

    [b-4chh1pl049] .option-accordion-item .e-acrdn-header,
    [b-4chh1pl049] .option-accordion-item .e-acrdn-panel {
        border: 0 !important;
    }

    [b-4chh1pl049] .option-accordion-item > div.e-acrdn-panel {
        background: none !important;
    }

    [b-4chh1pl049] .option-accordion-item> .e-acrdn-header:hover .e-icons.e-check {
        color: white !important;
    }

    .options-body[b-4chh1pl049] {
        padding: 0.5em 1em;
    }

.column-options-body[b-4chh1pl049] {
    padding-bottom: 1.5em;
    border-bottom: 1px solid var(--bs-gray-500);
}

.include-checkbox[b-4chh1pl049] {
    margin-right: 1em;
}

.chip-wrapper[b-4chh1pl049] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding: 0.5em 0em;
}

.columns-header[b-4chh1pl049] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em 1.25em 0;
}
/* _content/Wmg.ReportingPortal.UI/Pages/SignIn.razor.rz.scp.css */
.align-center[b-n8ghyzcj26] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-container[b-n8ghyzcj26] {
    text-align: center;
    margin: 2em;
}

.logo-img[b-n8ghyzcj26] {
    max-height: 15em;
    object-fit: contain;
}

.panel-container[b-n8ghyzcj26] {
    margin: 0 2em;
    width: 50em;
    min-height: 20em;
}

@media (max-width: 767px) {
    .panel-container[b-n8ghyzcj26] {
        max-width: 25em;
    }
}

.info-panel[b-n8ghyzcj26] {
    background-color: var(--highlight-color);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 2em;
}


.input-panel[b-n8ghyzcj26] {
    border: 1px solid rgb(143,143,143);
    display: flex;
    flex-direction: column;
    background: white;
    justify-content: center;
}

.legal-info[b-n8ghyzcj26] {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Wmg.ReportingPortal.UI/Shared/Charts/StandardChart.razor.rz.scp.css */
.error-overlay[b-esvqemaetf] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

[b-esvqemaetf] .e-error-large {
    font-size: 60px;
    color: var(--highlight-color);
}
/* _content/Wmg.ReportingPortal.UI/Shared/FeedbackComponent.razor.rz.scp.css */
.feedback-container[b-3iy96evg16] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    justify-content: start;
}

.feedback-input[b-3iy96evg16] {
    margin: 0.15em;
}

.feedback-body[b-3iy96evg16] {
    resize: none !important;
}
/* _content/Wmg.ReportingPortal.UI/Shared/Filters/FilterSidebar.razor.rz.scp.css */
.sidebar-container[b-nbiwib85b6] {
    margin-right: 0;
}

.sidebar-header[b-nbiwib85b6] {
    margin-right: 1.5em;
}

.option-wrapper[b-nbiwib85b6] {
    margin: 0 1.5em 1em 1em;
}
/* _content/Wmg.ReportingPortal.UI/Shared/Layouts/AuthorizedLayout.razor.rz.scp.css */
.e-dropdown-btn[b-16u0yrl1jp] {
    background: white;
}

h3[b-16u0yrl1jp] {
    margin: 0;
}

.user-menu[b-16u0yrl1jp] {
    border: 1px solid var(--bs-gray-500);
}

[b-16u0yrl1jp] .avatar-icon {
    border-radius: 16px !important;
    padding: 6px !important;
    background: white;
    font-size: 20px;
    color: var(--highlight-color);
}

.button-container[b-16u0yrl1jp] {
    display: flex;
    justify-content: end;
    align-items: center;
}

[b-16u0yrl1jp] .feedback-icon {
    color: white;
    background-color: transparent;
    padding: 5px;
    margin-right: 10px;
    font-size: 20px;
    border-radius: 1px;
}

[b-16u0yrl1jp] .avatar-icon:hover {
    cursor: pointer;
}

[b-16u0yrl1jp] .feedback-icon:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
}
/* _content/Wmg.ReportingPortal.UI/Shared/RenderedPanelHeader.razor.rz.scp.css */
.panel-header[b-82ax33d3rf] {
    display: flex;
    align-content: center;
    width: 100%;
    justify-content: space-between;
    white-space: nowrap;
}

    .panel-header > span[b-82ax33d3rf] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 500;
        color: var(--bs-gray-700);
    }

i[b-82ax33d3rf] {
    color: #005dab;
}
/* _content/Wmg.ReportingPortal.UI/Shared/Skeletons/AccumulationChartSkeleton.razor.rz.scp.css */
.skeleton-chart-wrapper[b-psl2gnpymh] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.skeleton-accumulation-chart-container[b-psl2gnpymh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

.skeleton-accumulation-chart[b-psl2gnpymh] {
    width: calc(100% - 2em - 15px);
    height: 100%;
}

.skeleton-chart-axis[b-psl2gnpymh] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
}
/* _content/Wmg.ReportingPortal.UI/Shared/Skeletons/ReportSkeleton.razor.rz.scp.css */
.skeleton-grid[b-pzhr4nard5] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 1em;
    overflow: hidden;
    max-height: calc(100% - 2em);
}

.skeleton-grid-row[b-pzhr4nard5] {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
}

.skeleton-grid-header[b-pzhr4nard5] {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0.5em;
}

.skeleton-grid-cell[b-pzhr4nard5] {
    width: 100%;
    margin: 0.25em;
}

    .skeleton-grid-cell:first-child[b-pzhr4nard5] {
        margin-left: 0;
    }

    .skeleton-grid-cell:last-child[b-pzhr4nard5] {
        margin-right: 0;
    }
/* _content/Wmg.ReportingPortal.UI/Shared/Skeletons/StandardChartSkeleton.razor.rz.scp.css */
.skeleton-chart-container[b-ixrt9tc1j2] {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.skeleton-chart-axis[b-ixrt9tc1j2] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
}

.skeleton-chart-inner-container[b-ixrt9tc1j2] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin-top: 2em;
    margin-right: calc(2em + 15px);
}

.skeleton-chart[b-ixrt9tc1j2] {
    flex: 1 1 auto;
}
/* _content/Wmg.ReportingPortal.UI/Shared/UserSettingsWindow.razor.rz.scp.css */
.input-container[b-48mw90bc0c] {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0 0.5em;
    padding: 0.5em;
    padding-top: 0;
}

.input-container:has(.input-example)[b-48mw90bc0c] {
    padding-bottom: 0;
}

.input-example[b-48mw90bc0c] {
    align-self: end;
    padding-top: 0.5em;
}

.user-info-container[b-48mw90bc0c] {
    margin: 0.5em;
    margin-top: 0;
}

.email[b-48mw90bc0c] {
    font-size: 12px;
}

.role[b-48mw90bc0c] {
    font-size: 12px;
    font-weight: bold;
}
