.sigmaweb-avatar-wrapper {
 display: flex;
 flex-direction: row;
 column-gap: 7px;
 width: max-content;
 margin-block: 16px;
}

.sigmaweb-avatar-label img {
 width: 50px;
 height: 50px;
 border-radius: 11px;
 filter: grayscale(100%);
 cursor: pointer;
 transition: 0.3s linear;
}

.sigmaweb-avatar-label input[type="radio"] {
 display: none;
}

.sigmaweb-avatar-label input[type="radio"]:checked + img {
 border-radius: 6px;
 transform: scale(1.05);
 filter: grayscale(0) !important;
}
