html,
body {
  height: 100vh;
  margin: 0px;
  padding: 0px;
  background-color: #f4f5f4;
}
body {
  display: flex;
  flex-direction: column;
}
.kshf svg.leaflet-attribution-flag {
  display: none !important;
}
.fa,
.fas,
.fal {
  font-family: Font Awesome\ 5 Pro !important;
  font-weight: 900;
}
#kafesWrapper {
  margin: 3em 4em;
}
#kafesWrapper > .kafes {
  margin: 0 auto;
  --colorTickLine: #bbbbbb;
}
#kafesWrapper > .kafes .aggrCell {
  z-index: 3;
}
[class^="opt-"] {
  display: inline-flex;
}
[class^="opt-"].opt-Lang {
  display: none;
}
[class^="opt-"].opt-DashType {
  flex: 1 1 auto;
  justify-content: center;
}
[class^="opt-"] > a {
  font-size: 1em;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  padding: 7px 20px 10px;
  cursor: pointer;
  color: #3c3c3c;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
[class^="opt-"] > a.selected {
  background-color: #E2E2E2;
  pointer-events: none;
  font-weight: 700;
}
[class^="opt-"] > a.selected:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #80399e;
}
[class^="opt-"] > a:hover {
  color: #416484;
}
#dataTypeInfo {
  cursor: pointer;
}
#dataTypeInfo:hover {
  color: #a7001f;
}
#dataTypeInfo:hover > .fa {
  color: #a7001f;
}
#theFile {
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#theFileLabel {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #416484;
  font-family: Roboto;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  position: relative;
  top: 2em;
}
#theFileLabel:hover {
  background-color: #304a62;
}
.mapexHeader {
  display: flex;
  color: #3c3c3c;
  font-family: 'Outfit', sans-serif;
  line-height: 1em;
  position: relative;
  z-index: 800;
  padding-bottom: 5px;
}
.mapexHeader > .main {
  cursor: default;
}
.mapexHeader > a.sub {
  display: block;
  padding-top: 2px;
  color: #3c3c3c;
  text-decoration: none;
}
.mapexHeader > a.sub:hover {
  text-decoration: underline;
}
.mapexHeader > #ShowTutorial {
  position: fixed;
  right: 5px;
  top: 5px;
}
#ShowTutorial {
  cursor: pointer;
  padding: 2px 4px;
  color: gray;
  font-size: 0.9em;
}
#ShowTutorial:hover {
  color: #416484;
}
body .driver-popover {
  border-radius: 0px;
  max-width: 450px;
  border-radius: 6px;
  padding: 24px;
}
body .driver-popover * {
  font-family: 'Outfit', sans-serif;
}
body .driver-popover button {
  font-family: 'Outfit', sans-serif;
}
body .driver-popover .driver-popover-close-btn {
  height: 20px;
  width: 20px;
  top: 4px;
  right: 4px;
}
body .driver-popover .driver-popover-footer button {
  border-radius: 0px;
}
body .driver-popover .driver-popover-footer button:hover {
  color: #416484 !important;
}
body .driver-popover p {
  color: #444444;
  font-size: 1.1em;
}
body .driver-popover p > a {
  color: #444444 !important;
}
body .driver-popover p > a:focus-visible {
  outline: none;
}
body .driver-popover h3 {
  margin: 1px 0px;
}
body .driver-popover h2 {
  margin-top: 0px;
}
body .driver-popover .finalCheckMark {
  color: #80399e;
  font-size: 2em;
  float: left;
  margin: 0.1em 0.5em 2.2em 0em;
}
body .driver-popover .spanblock {
  display: block;
  margin-bottom: 4px;
}
body .driver-popover .kshf {
  display: block;
}
#kshfDashboard.kshf {
  flex: 1;
  min-height: 750px;
  width: 100%;
  min-width: 1150px;
  overflow: visible;
  --color_bars: #B1BDC5;
  --color_bars-darken-10: #a4b1bb;
  /*
  --color_Compare_A: #416585;
  --color_Compare_B: #A7001F; //#f82387;
  --color_Compare_C: #65972A;
  --color_Compare_D: #162D38;
*/
  --color_Compare_A: #D54516;
  --color_Compare_B: #009999;
  --color_Compare_C: #868e13;
  --color_Compare_D: #66267b;
  --color_hoverAction: #416484;
  --color_recordBar: var(--color_bars-darken-10);
  --color_distr_total: #DEE2E6;
  --color_onRecord: #EFEADF;
  --color_onRecord-darken-20: #cdbd9b;
  --color_onRecord-darken-50: #8a7445;
  --color_onRecord-darken-70: #463b23;
  --color_filter_clear: #8b9da9;
  --color_background_VeryLight: #EBEBEB;
  --color_background_Light: #f4f5f4;
  --color_background_Light-darken-15: #c7c7c7;
  --color_background_Dark: #38404c;
  --color_darkGrayBackground: #4f5359;
  --color_mapBackground: #cad2d3;
  font-family: 'Outfit', sans-serif;
}
#kshfDashboard.kshf .textSearchInput,
#kshfDashboard.kshf .choices {
  font-family: 'Outfit', sans-serif;
}
#kshfDashboard.kshf .measureDescrLabel {
  font-family: 'Outfit', sans-serif;
  font-weight: 100;
}
#kshfDashboard.kshf .headerGroup > .iconGroup > .buttonSummaryCollapse {
  opacity: 1;
}
#kshfDashboard.kshf #ShowTutorial {
  order: 10;
  align-self: center;
  background: white;
  margin: 3px;
  padding: 1px 3px;
}
#kshfDashboard.kshf #ShowTutorial > i.fa {
  padding-left: 4px;
}
#kshfDashboard.kshf .dismissButton {
  display: none;
}
#kshfDashboard.kshf .headerGroup > .iconGroup > .summaryConfigControl {
  opacity: 0.4;
}
#kshfDashboard.kshf .kshfSummary:hover .headerGroup > .iconGroup > .summaryConfigControl {
  opacity: 1;
}
#kshfDashboard.kshf .catGlyph > .catLabelGroup {
  font-weight: 200;
}
#kshfDashboard.kshf.Dashboard2023 .customDescriptionText {
  font-family: ArialNarrow;
}
#kshfDashboard.kshf.Dashboard2023 .customDescriptionText #IKG {
  font-family: Arial-BoldMT;
  padding-right: 5px;
  position: relative;
}
#kshfDashboard.kshf.Dashboard2023 .customDescriptionText #IKG:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background-color: #85bc21;
  width: 2px;
}
#kshfDashboard.kshf .kshfRecord > .content {
  padding: 4px 4px 8px;
}
#kshfDashboard.kshf .kshfRecord > .content .projectName {
  font-weight: 500;
  margin: 4px 0;
}
#kshfDashboard.kshf .kshfRecord > .content .websiteLink {
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 0.8em;
}
#kshfDashboard.kshf .kshfRecord > .content .projectFeat {
  font-size: 0.9em;
}
#kshfDashboard.kshf .kshfRecord > .content .projectFeat > .fa {
  color: gray;
}
#kshfDashboard.kshf .kshfRecord > .content .projectFeat > .featTitle {
  display: none;
}
#kshfDashboard.kshf .kshfRecord > .content .projectState > .fa-map-marker {
  color: gray;
}
#kshfDashboard.kshf .headerGroup .summaryIcons > .summaryDescription {
  width: 15px;
  color: gray;
}
#kshfDashboard.kshf .headerGroup .summaryIcons > .summaryDescription:before {
  content: "\f05a";
}
#kshfDashboard.kshf .headerGroup .summaryIcons > .summaryDescription:hover {
  color: #416484 !important;
}
#kshfDashboard.kshf .headerGroup > .summaryNameWrapper > .summaryName > .blockName_Print {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 1.1em;
}
#kshfDashboard.kshf .breadCrumbs {
  background: none;
  font-size: 1em;
}
#kshfDashboard.kshf .breadCrumb {
  border: none;
  border-color: #00000000;
}
#kshfDashboard.kshf .breadCrumbs_Compare .breadCrumb > .crumbText > .crumbDetails {
  max-width: 250px;
}
#kshfDashboard.kshf .breadCrumbs_Compare .breadCrumb > .crumbText > .crumbDetails > .attribName {
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#kshfDashboard.kshf .breadCrumbs_Filter .breadCrumb > .crumbText > .crumbDetails {
  max-width: 400px;
}
#kshfDashboard.kshf .lockCrumbSummary {
  padding-left: 4px;
}
#kshfDashboard.kshf .panel_DataStatus .basicIcon {
  color: var(--color_background_Dark);
}
#kshfDashboard.kshf .recordInfo {
  font-size: 1.5em;
  font-family: inherit;
  text-align: right;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper {
  overflow: hidden;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock {
  position: relative;
  text-align: left;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock p {
  margin-top: 0px;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock b {
  font-weight: 500;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock .custom_icon_compare {
  height: 0.7em;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock img.floatRight {
  float: right;
  max-width: 450px;
  margin: 0 0 0.5em 1em;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock img.floatLeft {
  float: left;
  max-width: 400px;
  margin: 0 0 0.5em 1em;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock img.alignCenter {
  display: block;
  margin: 0 auto;
  max-width: 450px;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock .info_axis {
  font-weight: 500;
  text-decoration: underline;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock img.exampleImg {
  display: block;
  max-width: 90%;
  margin: 4px;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock ul > li:before {
  content: "\f105";
  text-align: center;
}
#kshfDashboard.kshf .kshfBlock_Content .contentWrapper .contentBlock a {
  color: #406485;
  font-weight: 500;
  text-decoration: none;
}
#kshfDashboard.kshf .recordDisplayHeader .textSearchInput {
  font-size: 1em;
}
#kshfDashboard.kshf[recordChartType^="list"] .kshfRecord:nth-child(2n+1) {
  background: #f8f8f8;
}
#kshfDashboard.kshf[recordChartType^="list"] .kshfRecord.rec-selected-onRecord {
  background-color: white !important;
}
#kshfDashboard.kshf[recordChartType^="list"] .kshfRecord > .compareBoxes {
  padding-left: 3px;
}
#kshfDashboard.kshf .overlay_wrapper > .overlay_recordDetails > .content tr:hover {
  color: inherit;
}
#kshfDashboard.kshf[recordChartType="map"] .kshfRecord:not([class*="rec-selected"]) > path.glyph_Main {
  fill: #80399e !important;
  pointer-events: bounding-box;
}
#kshfDashboard.kshf .kshfSummary.MultiLevelMap .scaleModeControl.measureAxis_2 {
  display: none;
}
#kshfDashboard.kshf .kshfSummary.MultiLevelMap .text.measureAxis_2 {
  display: none;
}
#kshfDashboard.kshf .clusterControl {
  white-space: nowrap;
  padding: 0px 6px;
  font-weight: 300;
  cursor: pointer;
}
#kshfDashboard.kshf .clusterControl:hover {
  color: var(--color_hoverAction);
}
#kshfDashboard.kshf .headerGroup {
  border-width: 0px 0px 1px 0px;
}
#kshfDashboard.kshf .kshfSummary > .wrapper {
  border-width: 0px;
}
#kshfDashboard.kshf .kshfSummary > .wrapper > .summaryCategorical .catMap_Base {
  border-width: 0px;
}
#kshfDashboard.kshf .kshfSummary > .wrapper .authoringPanel > .sidePanelGroup > .sidePanelGroupHeader,
#kshfDashboard.kshf .authoringPanel > .sidePanelGroup > .sidePanelGroupContent {
  border-right: none;
}
#kshfDashboard.kshf .authoringPanel .nugget > .summaryName {
  pointer-events: all;
}
#kshfDashboard.kshf .authoringPanel .nugget > .summaryName:hover {
  white-space: nowrap !important;
}
#kshfDashboard.kshf .customDescription {
  border-right: none !important;
}
#kshfDashboard.kshf .customDescription > .customDescriptionButton {
  display: none !important;
}
#kshfDashboard.kshf .customDescription img {
  height: 17px;
  vertical-align: bottom;
}
#kshfDashboard.kshf .attributePanel {
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.34);
}
#kshfDashboard.kshf .panel_DataStatus {
  background-color: var(--color_background_Light);
  color: var(--color_background_Dark) !important;
}
#kshfDashboard.kshf .HelpDashboardText {
  display: inline-block;
  padding: 0 3px;
}
#kshfDashboard.kshf .showHelpIn,
#kshfDashboard.kshf .boostButton,
#kshfDashboard.kshf .blockName_Path,
#kshfDashboard.kshf .chartDescription,
#kshfDashboard.kshf [data-helparticle]:not(.dashboardModeSelectTitle),
#kshfDashboard.kshf .sizeControlGroup,
#kshfDashboard.kshf .sizeLegendGroup,
#kshfDashboard.kshf .attribGroup.colorGroup {
  display: none !important;
}
#kshfDashboard.kshf[dash_type="explorative"] .recordDisplay,
#kshfDashboard.kshf[dash_type="explorative"] .kshfSummary[viewType="map"] .summaryCategorical > .summaryControls {
  display: none !important;
}
#kshfDashboard.kshf[dash_type="all"] .authorButton,
#kshfDashboard.kshf[dash_type="all"] .layoutButton {
  display: block;
}
#kshfDashboard.kshf[dash_type="all"] .overlay_wrapper > .overlay_content {
  max-width: initial;
}
#kshfDashboard.kshf[dash_type="overview"] .dashboardModeSelect,
#kshfDashboard.kshf[dash_type="overview"] .setMatrixButton,
#kshfDashboard.kshf[dash_type="overview"].mapCluster .dotSizes,
#kshfDashboard.kshf[dash_type="overview"] .lockCrumbMode {
  display: none !important;
}
#kshfDashboard.kshf[dash_type="overview"] .levelControl {
  display: block;
}
#kshfDashboard.kshf[dash_type="overview"] .headerGroup > .iconGroup {
  flex: 0 0 30px;
}
#kshfDashboard.kshf[dash_type="overview"] .headerGroup > .summaryNameWrapper {
  max-width: calc(100% - 60px);
}
#kshfDashboard.kshf[dash_type="overview"] .panel_middle {
  order: 0;
}
#kshfDashboard.kshf[dash_type="overview"] .panel_middle.hasBlocks + .recordDisplay {
  margin-bottom: 0;
  margin-top: var(--panelGapSize);
}
#kshfDashboard.kshf[dash_type="overview"] .attributePanelFilters {
  display: none !important;
}
#kshfDashboard.kshf:not([dash_type="all"]) .tempDownload,
#kshfDashboard.kshf:not([dash_type="all"]) .filterOutRecord,
#kshfDashboard.kshf:not([dash_type="all"]) .idSummaryName,
#kshfDashboard.kshf:not([dash_type="all"]) .metricFuncSelectButton,
#kshfDashboard.kshf:not([dash_type="all"]) .viewFullscreen,
#kshfDashboard.kshf:not([dash_type="all"]) .metricFuncText,
#kshfDashboard.kshf:not([dash_type="all"]) .summaryConfig_MeasureScaleType,
#kshfDashboard.kshf:not([dash_type="all"]) .setMatrixButton,
#kshfDashboard.kshf:not([dash_type="all"]) .summaryConfig_MinAggrSize,
#kshfDashboard.kshf:not([dash_type="all"]) .summaryConfig_CatOrderLock,
#kshfDashboard.kshf:not([dash_type="all"]) .summaryConfig_MinAggrSize,
#kshfDashboard.kshf:not([dash_type="all"]) .tableHeaderGroup,
#kshfDashboard.kshf:not([dash_type="all"]) .recordSortValue,
#kshfDashboard.kshf:not([dash_type="all"]) .attribGroup.sizeGroup .summaryGroup,
#kshfDashboard.kshf:not([dash_type="all"]) .attribGroup.colorGroup,
#kshfDashboard.kshf:not([dash_type="all"]) .mapView-UnmatchedData,
#kshfDashboard.kshf:not([dash_type="all"]) .nugget .summaryDescription,
#kshfDashboard.kshf:not([dash_type="all"]) .recordDisplay_ViewAsScatter,
#kshfDashboard.kshf:not([dash_type="all"]) .colorThemeOptions,
#kshfDashboard.kshf:not([dash_type="all"]) .attribTypeGroup[data-type="Unique"],
#kshfDashboard.kshf:not([dash_type="all"]) .dataTypeFilters,
#kshfDashboard.kshf:not([dash_type="all"]) .recAttribName > .TheName,
#kshfDashboard.kshf:not([dash_type="all"]) .iconWrapper > .showDeriveMenu,
#kshfDashboard.kshf:not([dash_type="all"]) .catSortButton,
#kshfDashboard.kshf:not([dash_type="all"]) .buttonSummaryExpand,
#kshfDashboard.kshf:not([dash_type="all"]) .deriveSummaryButton,
#kshfDashboard.kshf:not([dash_type="all"]) .kshfBlock_Content .buttonSummaryRemove,
#kshfDashboard.kshf:not([dash_type="all"]) .summaryConfig_CatHeight .configOption.pos_80,
#kshfDashboard.kshf:not([dash_type="all"]) .authoringPanel .nugget > .nuggetIcon,
#kshfDashboard.kshf:not([dash_type="all"]) .authoringPanel .sidePanelGroupHeader .fa-cube,
#kshfDashboard.kshf:not([dash_type="all"]) .dashSelectMode-Capture,
#kshfDashboard.kshf:not([dash_type="all"]) .popupMenuItem[data-itemid="dependentBreakdown"],
#kshfDashboard.kshf:not([dash_type="all"]) .popupMenuItem[data-itemid="relativeBreakdown"],
#kshfDashboard.kshf:not([dash_type="all"]) .popupMenuItem[data-itemid="percentBreakdown"] > .popupMenuItem_Header,
#kshfDashboard.kshf:not([dash_type="all"]) .recordDisplayConfigButton,
#kshfDashboard.kshf:not([dash_type="all"]) .datasource,
#kshfDashboard.kshf:not([dash_type="all"]) .closeAttribPanel,
#kshfDashboard.kshf:not([dash_type="all"]) .dashboardSetting.lockCrumbMode,
#kshfDashboard.kshf:not([dash_type="all"]) .configItemGroup.undefined,
#kshfDashboard.kshf:not([dash_type="all"]) .configItem_measureScaleType,
#kshfDashboard.kshf:not([dash_type="all"]) .configItem_axisScaleType,
#kshfDashboard.kshf:not([dash_type="all"]) .buttonRecordViewCollapse {
  display: none !important;
}
#kshfDashboard.kshf:not([dash_type="all"]) .dashboardModeSelectTitle {
  pointer-events: none !important;
}
#kshfDashboard.kshf:not([dash_type="all"]) .kshfSummary[viewType="map"] .mapGlyphColorSetting .colorOptions > .mapColorScaleGroup {
  margin-left: 12px;
}
#kshfDashboard.kshf:not([dash_type="all"]) .recordInfo {
  white-space: nowrap;
}
#kshfDashboard.kshf:not([dash_type="all"]) .iconGroup.rightSideIcons {
  min-width: 0.5em;
}
#kshfDashboard.kshf:not([dash_type="all"]) .iconGroup.dashboardSettings {
  order: 5;
}
#kshfDashboard.kshf:not([dash_type="all"]) .authoringPanel {
  border-top: solid 45px var(--color_background_Light);
}
#kshfDashboard.kshf:not([dash_type="all"]).showDropZone .panel_Wrapper {
  grid-template-columns: 40% calc(60% - 2*var(--panelGapSize)) 0% !important;
}
#kshfDashboard.kshf:not([dash_type="all"]).showDropZone .middleColumn {
  margin-top: -8px;
}
#kshfDashboard.kshf .sortOptionSelectGroup {
  visibility: hidden;
}
#kshfDashboard.kshf .recordDisplay_ViewGroup {
  margin-left: 0px;
  font-size: 1.2em;
}
#kshfDashboard.kshf .recordDisplay_ViewGroup [class^="recordDisplay_ViewAs"] {
  padding: 3px 1em;
}
#kshfDashboard.kshf .recordDisplay_ViewGroup [class^="recordDisplay_ViewAs"] > .fa {
  margin-right: 0.3em;
}
#kshfDashboard.kshf .websiteLink {
  color: gray;
  text-decoration: none;
}
#kshfDashboard.kshf .websiteLink:hover {
  color: var(--color_hoverAction);
  text-decoration: underline;
}
#kshfDashboard.kshf .overlay_wrapper > .overlay_recordDetails {
  margin: 0px;
}
#kshfDashboard.kshf .overlay_wrapper > .overlay_recordDetails > .overlay_Close {
  color: white;
  font-size: 1.5em;
}
#kshfDashboard.kshf .overlay_wrapper > .overlay_content {
  max-width: 600px;
  max-height: 100%;
}
#kshfDashboard.kshf .overlay_wrapper > .overlay_content > .overlay_Header {
  font-weight: 400;
  font-size: 1.3em;
  font-family: 'Outfit', sans-serif;
}
#kshfDashboard.kshf .textSearchBox > .fa-search {
  color: #808080;
}
#kshfDashboard.kshf .textSearchInput {
  font-weight: 500;
  color: black;
  outline-color: black;
}
#kshfDashboard.kshf .textSearchInput::-webkit-input-placeholder {
  color: #808080;
}
#kshfDashboard.kshf .overlay_recordDetails .projectFeat {
  display: block;
  font-weight: 300;
  margin-top: 0.5em;
  text-align: left;
  font-size: 0.9em;
}
#kshfDashboard.kshf .overlay_recordDetails .projectFeat > .featTitle {
  font-weight: 600;
}
#kshfDashboard.kshf .overlay_recordDetails .projectFeat > .featTitle:after {
  content: ":";
}
#kshfDashboard.kshf .overlay_recordDetails .projectFeat.mainGoal {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#kshfDashboard.kshf .tippy-content {
  text-align: left;
}
#kshfDashboard.kshf .fafafa {
  font-weight: 300;
}
#kshfDashboard.kshf .levelControl {
  display: none;
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 0.8em;
  font-weight: 300;
}
#kshfDashboard.kshf .levelControl > select {
  color: white;
  background-color: #416484;
  border: none;
}
#kshfDashboard.kshf .kshfSummary[viewType="map"] .levelControl {
  bottom: 67px;
  top: auto;
  right: 5px;
  z-index: 10000;
}
#kshfDashboard.kshf .infoButton {
  font-weight: 400;
  cursor: pointer;
}
#kshfDashboard.kshf .infoButton:hover {
  text-decoration: underline;
  color: var(--color_hoverAction);
}
#kshfDashboard.kshf .aggrGlyph[data-geo-level] {
  display: none;
}
#kshfDashboard.kshf [data-map-level="0"] .aggrGlyph[data-geo-level="0"] {
  display: flex;
}
#kshfDashboard.kshf [data-map-level="1"] .aggrGlyph[data-geo-level="1"] {
  display: flex;
}
#kshfDashboard.kshf [data-map-level="2"] .aggrGlyph[data-geo-level="2"] {
  display: flex;
}
#kshfDashboard.kshf [data-map-level="3"] .aggrGlyph[data-geo-level="3"] {
  display: flex;
}
