#popin-stats {
    display: none;
}

.stat {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    max-width: 150px;
    aspect-ratio: 104/60;
}

.stat img {
    position: absolute;
    width: 100%;
    aspect-ratio: 1;
}

.stat-input {
    position: absolute;
    text-align: center;
    font-size: 2em;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 40%;
    right: 10%;
    font-family: Anton;
    pointer-events: auto;
}

#btn-close-popin {
    position: relative;
    background: url("../assets/btn-valid-stats.svg");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 50px;
    width: 20%;
    aspect-ratio: 1;
    cursor: pointer;
    z-index: 30;
    margin-top: 8px;
    pointer-events: auto;
}