.badge {
    background: #afafaf;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1!important;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: 1px
}

.badge.badge-success {
    background-color: #6db201
}

.badge.badge-danger {
    background-color: #b94a48
}

.badge.badge-warning {
    background-color: #ed7914
}

.badge.badge-info {
    background-color: #39a0ca
}

.badge.badge-primary {
    background-color: #8b3bc9
}

.profileBadges {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	list-style: none;
	margin: 5px 30px;
}

.profileBadges {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #53434373;
    border-radius: 8px;
    max-width: 190px;
	padding: 4px;
}

.profileBadges li {
}

.container-1gYwHN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    min-height: 22px;
    padding: 5px;
    float: right;
    width: 100%;
    flex-direction: row-reverse;
}

img[alt] {
    text-indent: -9999px;
}

.profileBadge22-3GAYRy {
    width: 22px;
    height: 22px;
}

.profileBadge-12r2Nm {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    overflow: hidden;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}

a img {
    border: none;
}