.tm-circle {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.tm-circle-label {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #323232;
  text-align: center;
  display: block;
}

.tm-circle-box input {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.tm-circle-box label {
  cursor: pointer;
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(33, 150, 243, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 auto 10px;
}

.tm-circle-box input:checked + label {
  background: #2196f3;
}

.tm-circle-box input:checked + label path {
  fill: #fff;
}
/*# sourceMappingURL=TMCircle.css.map */