.filter__header_sub-indicator .filters__header_label {
  background: #dedede;
  border-radius: 4px;
  width: 100%;
  max-width: fit-content;
  margin-left: .5em;
  padding: 2px 10px;
  font-size: 12px;
}

.filter__header_sub-indicator:hover {
  cursor: pointer;
}

.filters__header_toggle .fas {
  font-size: 16px;
}

.filters__header_info {
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.filters__header_info:hover {
  background-color: #0000000f;
}

.filters__header_info .fa {
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.ui-tooltip {
  color: #fff !important;
  text-align: center !important;
  box-shadow: none !important;
  background-color: #555 !important;
  border: 0 !important;
  border-radius: 6px !important;
  padding: 5px !important;
  font-size: 12px !important;
  transition: opacity .6s !important;
}

.arrow {
  width: 50px;
  height: 10px;
  margin-left: -35px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  overflow: hidden;
}

.arrow:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: -20px;
  left: 20px;
  transform: rotate(45deg);
  background: #555 !important;
}

.arrow .top {
  top: -10px;
  bottom: auto;
}

.arrow .top:after {
  top: auto;
  bottom: -20px;
}

.arrow .left {
  left: 20%;
}

.notification-badges {
  position: relative;
}

.notification-badges:after {
  color: #fff;
  content: "";
  background-color: #2185d0;
  border: 1px solid #2185d0;
  border-radius: 20px;
  min-width: 5px;
  min-height: 5px;
  padding: 5px;
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: -6px;
  right: -10px;
}

.choropleth-method-qMark {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #515151;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  font-weight: 900;
  line-height: 20px;
}

.choropleth-method-description {
  margin-left: 10px;
  font-size: .85em;
}
/*# sourceMappingURL=app.32b87515.css.map */
