.stat-colorbar {
    padding: 0 4vh;
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
}

.stat-colorbar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 1.6vh;
}

.stat-colorbar-container {
    position: relative;
    width: 100%;
    height: 18px;
    border-radius: 5px;
    margin-top: 5px;
}

.stat-colorbar-container.good-to-bad {
    background: linear-gradient(to left, #FF7E58, #F6CF71, #41ED9B);
}

.stat-colorbar-container.bad-to-good {
    background: linear-gradient(to right, #FF7E58, #F6CF71, #41ED9B);
}

.stat-colorbar-cursor {
    position: absolute;
    top: -3px;
    width: 6px;
    height: 26px;
    background: white;
    border-radius: 5px;
    transform: translateX(-50%);
}
