.stat-info_icon {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(120, 174, 240);
    font-size: 1.6rem;
    min-width: 2rem;
    height: 2rem;
    cursor: pointer;
    border-radius: 100%;
    max-width: 16px;
    margin-left: auto;
}
