.svg-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.axis .domain {
  display: none;
}
.arc path {
  stroke: #000;
}
text {
  font-size: 26px;
  fill: #73290c;
}
g text {
  font-size: 18px;
  fill: #fff;
}
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}
/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
.select2-container {
  width: 100% !important;
}
.select2-dropdown {
  font-size: 1.5rem;
}
.select2-container--default .select2-selection--single {
  height: 49px !important;
  padding: 10px !important;
  border-radius: 7px;
  transition: all 0.5s;
}
.select2-container--default .select2-selection--single:hover {
  box-shadow: 2px 2px 3px 0px #d3d3d3;
  transition: all 0.5s;
}
.select2-results__option[aria-selected] {
  font-size: 1.5rem !important;
  padding: 2px 14px !important;
}
.select2-dropdown {
  top: -10px !important;
}
.select2-results__option {
  padding: 0px 13px !important;
  font-size: 1.5rem !important;
}
.select2-search--dropdown .select2-search__field {
  font-size: 1.5rem !important;
  padding: 5px 15px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1px !important;
}
.select2-selection__arrow {
  top: 10px !important;
  right: 10px !important;
}
.select2-results__option[aria-selected] {
  padding: 14px !important;
}
.eqLoad label {
  color: #4d3e33;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.eqLoad .eqLoad__select {
  display: flex;
  flex-direction: column;
}
/*# sourceMappingURL=styles.css.map */