.icon-circle-feed-small {
    height: 18px;
    width: 18px;
    display: inline-block;
}

.icon-feed-small {
    font-size: 10px;
}

.icon-circle-feed {
    height:40px;
    width: 40px;
    display: inline-block;
}

.icon-feed {
    font-size: 24px;
}

.icon-circle-feed-inner {
    height: 40px;
    width: 40px;
}

#feed-container .stretched-link {
    position: absolute;
    inset: 0;
}

body {
    background-color: #f8f9fa;
}

.card {
    border-color: #e5e5e5;
}

.achievement-card {
    text-align: center;
}

.achievement-circle {
    height: 80px;
    width: 80px;
    display: inline-block;
}
.achievement-circle-inner {
    height: 70px;
    width: 70px;
}

.achievement-icon {
    font-size: 48px;
}

.carousel-indicators {
    background-color: rgba(128, 128, 128, 0.25);
}

/*
 .carousel-indicators [data-bs-target] {
    background-color: rgba(128, 128, 128, 0.6); 
    filter: invert(0.25) grayscale(100%) brightness(50%); 

}

.carousel-indicators .active {
    background-color: rgba(128, 128, 128, 0.9); 
    filter: invert(0.25) grayscale(100%) brightness(50%);

}
*/ 

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(128, 128, 128, 0.25);
}

.crop-viewport {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: grab;
    margin: 0 auto;
    background: #e9ecef;
}

.crop-viewport:active {
    cursor: grabbing;
}

.crop-viewport img {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
    transform-origin: 0 0;
}

.avatar {
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    flex-shrink: 0;
}

.avatar-xs {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.avatar-sm {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

.avatar-md {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.avatar-xl {
    width: 80px;
    height: 80px;
    font-size: 32px;
}

.avatar-xxl {
    width: 220px;
    height: 220px;
    font-size: 80px;
}

.avatar-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    user-select: none;
}