@import url(https://fonts.googleapis.com/css?family=Nunito);.react-vis-magic-css-import-rule {
  display: inherit;
}

.rv-treemap {
  font-size: 12px;
  position: relative;
}

.rv-treemap__leaf {
  overflow: hidden;
  position: absolute;
}

.rv-treemap__leaf--circle {
  -webkit-box-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.rv-treemap__leaf__content {
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
}

.rv-xy-plot {
  color: #c3c3c3;
  position: relative;
}

.rv-xy-plot canvas {
  pointer-events: none;
}

.rv-xy-plot .rv-xy-canvas {
  pointer-events: none;
  position: absolute;
}

.rv-xy-plot__inner {
  display: block;
}

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9;
}

.rv-xy-plot__axis__tick__line {
  stroke: #e6e6e9;
}

.rv-xy-plot__axis__tick__text {
  fill: #6b6b76;
  font-size: 11px;
}

.rv-xy-plot__axis__title text {
  fill: #6b6b76;
  font-size: 11px;
}

.rv-xy-plot__grid-lines__line {
  stroke: #e6e6e9;
}

.rv-xy-plot__circular-grid-lines__line {
  fill-opacity: 0;
  stroke: #e6e6e9;
}

.rv-xy-plot__series,
.rv-xy-plot__series path {
  pointer-events: all;
}

.rv-xy-plot__series--line {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.rv-crosshair {
  position: absolute;
  font-size: 11px;
  pointer-events: none;
}

.rv-crosshair__line {
  background: #47d3d9;
  width: 1px;
}

.rv-crosshair__inner {
  position: absolute;
  text-align: left;
  top: 0;
}

.rv-crosshair__inner__content {
  border-radius: 4px;
  background: #3a3a48;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rv-crosshair__inner--left {
  right: 4px;
}

.rv-crosshair__inner--right {
  left: 4px;
}

.rv-crosshair__title {
  font-weight: bold;
  white-space: nowrap;
}

.rv-crosshair__item {
  white-space: nowrap;
}

.rv-hint {
  position: absolute;
  pointer-events: none;
}

.rv-hint__content {
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  background: #3a3a48;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  white-space: nowrap;
}

.rv-discrete-color-legend {
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 12px;
}

.rv-discrete-color-legend.horizontal {
  white-space: nowrap;
}

.rv-discrete-color-legend-item {
  color: #3a3a48;
  border-radius: 1px;
  padding: 9px 10px;
}

.rv-discrete-color-legend-item.horizontal {
  display: inline-block;
}

.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title {
  margin-left: 0;
  display: block;
}

.rv-discrete-color-legend-item__color {
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
}

.rv-discrete-color-legend-item__color__path {
  stroke: #dcdcdc;
  stroke-width: 2px;
}

.rv-discrete-color-legend-item__title {
  margin-left: 10px;
}

.rv-discrete-color-legend-item.disabled {
  color: #b8b8b8;
}

.rv-discrete-color-legend-item.clickable {
  cursor: pointer;
}

.rv-discrete-color-legend-item.clickable:hover {
  background: #f9f9f9;
}

.rv-search-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.rv-search-wrapper__form {
  -webkit-box-flex: 0;
          flex: 0;
}

.rv-search-wrapper__form__input {
  width: 100%;
  color: #a6a6a5;
  border: 1px solid #e5e5e4;
  padding: 7px 10px;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 9px;
  outline: 0;
}

.rv-search-wrapper__contents {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: auto;
}

.rv-continuous-color-legend {
  font-size: 12px;
}

.rv-continuous-color-legend .rv-gradient {
  height: 4px;
  border-radius: 2px;
  margin-bottom: 5px;
}

.rv-continuous-size-legend {
  font-size: 12px;
}

.rv-continuous-size-legend .rv-bubbles {
  text-align: justify;
  overflow: hidden;
  margin-bottom: 5px;
  width: 100%;
}

.rv-continuous-size-legend .rv-bubble {
  background: #d8d9dc;
  display: inline-block;
  vertical-align: bottom;
}

.rv-continuous-size-legend .rv-spacer {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}

.rv-legend-titles {
  height: 16px;
  position: relative;
}

.rv-legend-titles__left,
.rv-legend-titles__right,
.rv-legend-titles__center {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
}

.rv-legend-titles__center {
  display: block;
  text-align: center;
  width: 100%;
}

.rv-legend-titles__right {
  right: 0;
}

.rv-radial-chart .rv-xy-plot__series--label {
  pointer-events: none;
}

.nzg-container {
  display: -webkit-box;
  display: flex;
}

.nzg-container .nzg-side-nav {
  width: 150px;
  background: #444;
  color: #ececec;
}

.nzg-container .nzg-content {
  -webkit-box-flex: 1;
          flex: 1;
}

.loading {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.hide {
  display: none !important;
}

.form-selection {
  padding-top: 40px;
}

.form-selection > div {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0;
  border-color: #b8b8b8;
  box-shadow: none !important;
}

.form-selection > div:hover {
  border-color: #b8b8b8;
}

.form-selection > div > div:first-child {
  padding-left: 0;
}

.no-margin-top {
  margin-top: 0 !important;
}

.report-month-selector {
  max-width: 70px;
  background: -webkit-linear-gradient(30deg, #ab47bc, #8e24aa);
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
  border: 1px solid white !important;
  border-radius: 4px;
  height: 2rem;
  bottom: 4px;
}

.report-month-selector .MuiInputBase-input {
  text-align: center;
  color: white;
  font-weight: 500;
}

.report-month-selector .MuiInput-underline:after {
  border: none !important;
}

.report-month-selector .MuiInput-underline:before {
  border: none !important;
}

.gym-summary-row {
  margin-bottom: 8px !important;
}

.gym-summary-row .gym-summary-label {
  float: right;
  margin-right: 20px;
}

.gym-summary-row .gym-summary-value {
  float: left;
  margin-left: 20px;
  color: #666;
}

button:focus {
  outline: none !important;
}

.MuiTableCell-root {
  padding: 4px 0 !important;
}

.MuiTableCell-root:first-child {
  padding-left: 5px !important;
}

.MuiTableCell-root:last-child {
  padding-right: 5px !important;
}

.MuiDialog-paper {
  border-radius: 18px !important;
}

.MuiMenu-paper {
  box-shadow: none !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  border: 1px solid #ececec !important;
}

.MuiMenu-paper .MuiListItem-button {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.MuiMenu-paper .MuiListItem-button:hover {
  background: #f3f3f3;
}

.MuiList-padding {
  padding: 0 !important;
}

.MuiSelect-select:focus {
  background-color: transparent !important;
}

.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: #29aa99 !important;
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIvY3NzL2FwcC5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/