.circleWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.circleCircle {
    position: relative;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

.circleCheckMark {
    position: absolute;
    transform: rotate(50deg) translate(-50%, -50%);
    left: 20%;
    top: 45%;
    height: 18px;
    width: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}