/**
 * index.scss
 * - Add any styles you want here!
 */

.progressbar {
    display: inline-flex;
    width: 32.33%;
    text-align: center;
    top: 0;
    position: relative;
    /* top: 49%; */
    height: 100%;
    flex-direction: column;
}

.circle {
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.counter-circle {
    font-size: 50px;
    font-weight: 900;
    position: absolute;
    content: '+';
}

.circle canvas {
    vertical-align: middle;
    width: 150px !important;
    height: 150px !important;
    font-size: 15px;
}

.circle div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: flex;
    color: #383738;
    margin-top: 12px;
    /* position: relative; */
    top: 42%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
    justify-content: center;
}