.scroll-progress-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.progress-circle {
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke-width: 6;
}

.progress-circle .bg {
    stroke: #e6e6e6;
}

.progress-circle .progress {
    stroke: #ffb600;
    stroke-linecap: round;
    stroke-dasharray: 163.36281798666926;
    stroke-dashoffset: 163.36281798666926;
    transition: stroke-dashoffset 0.2s linear;
}

.scroll-percent {
    position: absolute;
    font-size: 12px;
    color: #001c3c;
    font-weight: bold;
    user-select: none;
}
