.stat-wheel-middle,.stat-wheel-section .stat-wheel-bar-lit:nth-of-type(1) {
    fill: #0097ac
}

.stat-wheel-section .stat-wheel-bar-lit:nth-of-type(2) {
    fill: #70b6c2
}

.stat-wheel-section .stat-wheel-bar-lit:nth-of-type(3) {
    fill: #b0d9db;
}

.stat-wheel-icon {
    fill: #eee
}

.stat-wheel-section:hover .stat-wheel-middle,.stat-wheel-section:hover .stat-wheel-bars .stat-wheel-bar-lit:nth-of-type(1) {
    fill: #00c6e0
}

.stat-wheel-section:hover .stat-wheel-bars .stat-wheel-bar-lit:nth-of-type(2) {
    fill: #94c8d1
}

.stat-wheel-section:hover .stat-wheel-bars .stat-wheel-bar-lit:nth-of-type(3) {
    fill: #d2e9ea
}

.stat-wheel-section:hover .stat-wheel-icon {
    /* fill: #fff; */
    /* transform: scale(1.3); */
    fill: #00c6e0;
    transform-origin: 50% 50%
}

.stat-wheel {
    width: 250px;
    aspect-ratio: 1/1;
    padding: 10px;
}