.avatar {
    border-radius: 25px;
}

.no_avatar {
    height: 40px;
    border-radius: 25px;
}

.spinner {
    margin: 0 auto;
}

.chartist-tooltip {
    z-index: 4 !important;
}

.number-sm {
    -moz-appearance: textfield;
  }

.number-sm::-webkit-inner-spin-button,
.number-sm::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ct-chart .ct-series-d {
  stroke: #00d451; }

.ct-chart .ct-series-e {
  stroke: #9836f4; }

.ct-chart .ct-series-f {
  stroke: #0077ff; }

.ct-chart .ct-series-g {
    stroke: #5e4716; }

.ct-chart .ct-series-h {
    stroke: #756c6c; }
