.visualizationShell {
    font-family: Segoe UI;
}

.visualizationShell *.sapMLabel {
    font-family: Segoe UI;
}

.visualizationShell *.sapMText {
    font-family: Segoe UI;
}

.visualizationShell *.sapMTitle {
    font-family: Segoe UI;
}

.visualizationShell.sapMFlexBox {
    background-color: #eff4f9;
    border-radius: 10px;
    padding: 10px;
}

.visualizationPanel {
    background: #FFFFFF;
    border-radius: 12px;
}

.visualizationToolbar.sapMTBStandard {
    border-bottom: none;
}

.visualizationShell *.sapUiDSC {
    background-color: #eff4f9;
}

.visualizationShell *.sapUiDSC > .sapUiDSCSpan3 {
    width: 20%;
}

.visualizationShell *.sapUiDSC > .sapUiDSCSpan9 {
    width: calc(80% - 10px);
}

.visualizationShell *.sapUiDSCS {
    background-color: #c9d8e7;
    border-radius: 10px;
}

.visualizationShell *.paVizCheckBoxFilter *.sapMLabel {
    font-weight: bold;
}

.visualizationShell *.sapUiDSCS > div {
    margin: 10px;
}

.visualizationShell *.sapUiDSCS *.stackLabel,
.visualizationShell *.sapUiDSCS *.stackText {
    margin-top: 10px;
}

.visualizationShell *.sapUiDSCS {
    background-color: #c9d8e7;
}

.visualizationShell *.sapMPanel {
    background-color: #fafafa;
    border-color: #dddddd;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
}

.visualizationShell *.paVizTable {
}

.visualizationShell *.paVizDataSetTable *.sapUiTableCell *.highlightCellError *.sapMText {
    color: #b33500;
}

.visualizationShell *.paVizDataSetTable *.sapUiTableCell:has(.hideTopBorder) {
    border-top: none;
}

.visualizationShell *.paVizDataSetTable *.sapUiTableCell:has(.hideBottomBorder) {
    border-bottom: none;
}

.visualizationShell *.paVizDataSetTable *.sapUiTableCell:has(.totalCell) {
    background-color: #b2b2b2;
}

.visualizationShell *.highlightCellTotal{
    background-color: #CBDCEB;
    box-shadow: 0 0 0 100vmax #CBDCEB;
    border-top: 6px solid #CBDCEB;
    border-bottom: 6px solid #CBDCEB;
    clip-path: inset(-8px);
}

.visualizationShell *.highlightCellGood{
    background-color: #b6d7a8;
    box-shadow: 0 0 0 100vmax #b6d7a8;
    border-top: 6px solid #b6d7a8;
    border-bottom: 6px solid #b6d7a8;
    clip-path: inset(-8px);
}

.visualizationShell *.highlightCellBad{
    background-color: #ea9999;
    box-shadow: 0 0 0 100vmax #ea9999;
    border-top: 6px solid #ea9999;
    border-bottom: 6px solid #ea9999;
    clip-path: inset(-8px);
}


.visualizationShell *.paVizChart {
    overflow: hidden;
}

.visualizationShell *.highlightCellTotal{
    background-color: #CBDCEB;
    box-shadow: 0 0 0 100vmax #CBDCEB;
    border-top: 6px solid #CBDCEB;
    border-bottom: 6px solid #CBDCEB;
    clip-path: inset(-8px);
}

.visualizationShell *.highlightCellGood{
    background-color: #b6d7a8;
    box-shadow: 0 0 0 100vmax #b6d7a8;
    border-top: 6px solid #b6d7a8;
    border-bottom: 6px solid #b6d7a8;
    clip-path: inset(-8px);
}

.visualizationShell *.highlightCellBad{
    background-color: #ea9999;
    box-shadow: 0 0 0 100vmax #ea9999;
    border-top: 6px solid #ea9999;
    border-bottom: 6px solid #ea9999;
    clip-path: inset(-8px);
}

.visualizationShell *.sapMHBox:has(.sapMPanel) {
    column-gap: 10px;
}

.visualizationShell *.sapMVBox:has(.sapMPanel) {
    row-gap: 10px;
}

.visualizationShell *.sapMPanelContent:has(.paVizTable) {
    padding: 5px;
}

.visualizationShell *.sapMPanelContent:has(.paVizChart) {
    padding: 1px;
}

.visualizationShell *.sapMPanelContent {
    padding: 5px;
    border-bottom: none;
}

.visualizationShell *.sapMPanel > .sapMPanelHdr {
    font-size: 20px;
    font-family: Segoe UI;
    color: #0c6ea5;
    border-bottom: none;
    padding-left: 5px;
}

/* Metric Tile Bar Control */

.visualizationMetricTileBar {
    float: left;
    border-radius: 5px;
    padding: 0px;
}

.visualizationMetricTileBar *.visualizationMetricTile {
    margin: 5px;
    background-color: #fafafa;
    border-radius: 5px;
    border-color: #dddddd;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

.visualizationMetricTileNumber.sapMText {
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: bold;
    color: #0c6ea5;
}

.visualizationMetricTileValue.sapMText {
    font-size: 16px;
    font-family: Segoe UI;
    font-weight: bold;
    color: #0c6ea5;
}

.visualizationMetricTileNumberLabel.sapMText {
    font-size: 14px;
    font-family: Segoe UI;
    color: #0c6ea5;
}

.visualizationMetricTileFooter {
    font-size: 14px;
    font-family: Arial;
    color: #1b5886;
}

.paVizBenchmarkBar *.highcharts-plot-band {
    clip-path: inset(0 0 0 0 round 10px);
}

.visualizationBenchmarkTile {
    border-radius: 10px;
    border-color: #dddddd;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

.visualizationBenchmarkGoodStyle {
    background-color: #00B050 !important;
    border-radius: 5px;
    border-color: #00B050;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

.visualizationBenchmarkBadStyle {
    background-color: #C00000 !important;
    border-radius: 5px;
    border-color: #C00000;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

.visualizationBenchmarkBorderlineStyle {
    background-color: #FFC000 !important;
    border-radius: 5px;
    border-color: #FFC000;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

.visualizationBenchmarkTextStyle.sapMText {
    font-family: Segoe UI;
    color: #ffffff;
}

.filterPaneHeightStyle {
    height: 96% !important;
}

.visualizationShell *.highlightCellVariance {
    background-color: #f6f693;
    box-shadow: 0 0 0 100vmax #f6f693;
    border-top: 6px solid #f6f693;
    border-bottom: 6px solid #f6f693;
    clip-path: inset(-8px);
}


.HighChartServerFilterSelectBG > .sapMSltLabel {
    background-color: #fef0db;
}

.HighChartServerFilterComboBG > .sapMInputBaseContentWrapper {
    background-color: #fef0db;
}