.circular-counter-604ec81d-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circular-counter-604ec81d-wrapper {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
}

.circular-counter-604ec81d-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}

.circular-counter-604ec81d-track,
.circular-counter-604ec81d-progress {
    fill: none;
    stroke-width: 10px;
    vector-effect: non-scaling-stroke;
}

.circular-counter-604ec81d-track {
    stroke: rgba(255, 255, 255, 0.1);
}

.circular-counter-604ec81d-progress {
    stroke: #a7d18e;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    stroke-linecap: square;
}

.circular-counter-604ec81d-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1;
}