%circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.circle {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.circle-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  @extend %circle
}

.circle-icon-80 {
  width: 80px;
  height: 80px;
  line-height: 80px;
  @extend %circle
}

.circle-icon-50 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  @extend %circle
}

.circle-icon, .circle-icon-80 mat-icon {
  font-size: 56px;
  width: 56px;
  height: 56px;
}

.circle-icon-50 mat-icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
}

// rectangle
.rectangle {
  width: 100%;
  border-color: #F6F6F6;
  border-style: solid;
  border-radius: 10px;
}

.dashed-rectangle {
  width: 100%;
  border-color: #7e7e7e;
  border-style: dashed;
  border-radius: 10px;
}
