
.circle {
    width: auto;
    height: auto;
    /*min-width: 24px;*/
    /*min-height: 24px;*/
    background: #ffffff22;
    border-radius: 3em;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.circle.selected {
    width: 180px;
}

.circle.selected input {
    opacity: 1;
}
