.communitythumbnail {
    display: flex;
    align-items: center;
    height: 66px;
    position: relative;
}

.communitythumbnail .thumbnailContainer {
    height: 66px;
    transition: none;
}

.communitythumbnail .centerBackground {
    box-shadow: 0px 2px 0px 0px #0d4962 inset, 0px -2px 0px 0px #0d4962 inset;
}

.communitythumbnail .centerBackground.startBackground {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    box-shadow: 0px 2px 0px 0px #0d4962 inset, 0px -2px 0px 0px #0d4962 inset,
        2px 0px 0px 0px #0d4962 inset;
}

.communitythumbnail .centerBackground.endBackground {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 0px 2px 0px 0px #0d4962 inset, 0px -2px 0px 0px #0d4962 inset,
        -2px 0px 0px 0px #0d4962 inset;
}

.communitythumbnail .thumbnailContainer.offview {
    box-shadow: none;
}

.communitythumbnail .carousel-icon > div {
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
    border-radius: 50%;
    color: white;
    background-size: 50px;
    background-color: #19a4fd;
    border: 0px solid transparent;
}

.communitythumbnail .carousel-icon {
    width: 50px;
    margin: 8px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.communitythumbnail .carousel-icon.active {
    border-color: #19a4fd;
    -webkit-box-shadow: 0 0 10px 7px #19a4fd;
    -moz-box-shadow: 0 0 10px 7px #19a4fd;
    box-shadow: 0 0 10px 7px #19a4fd;
}

.communitythumbnail .circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #000;
    -webkit-transition: all 0.8s linear;
    -webkit-transform: scale(0.5);
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
}

.communitythumbnail .circle.zoom {
    opacity: 0;
    -webkit-transform: none;
}

.communitythumbnail .badge-notification.hide {
    display: none;
}

.communitythumbnail .badge-notification {
    position: absolute;
    top: 4px;
    right: 8px;
    color: #0d4962;
    background-color: #aed8eb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: space-around;
    font-family: "Metropolis Bold";
    letter-spacing: normal;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.communitythumbnail .contextMenuContainer {
    position: fixed;
    z-index: 1;
    top: 100px;
}

.communitythumbnail.muted .badge-mute {
    display: flex;
}

.communitythumbnail .badge-mute {
    display: none;
    position: absolute;
    top: 4px;
    left: 8px;
    background-color: #7c7c7c;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.communitythumbnail .mute-icon {
    width: 13.21px;
    height: 9px;
    background-size: cover;
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/muted-community-icon@3x.webp);
}

.dark .communitythumbnail .centerBackground {
    box-shadow: 0px 2px 0px 0px #aed8eb inset, 0px -2px 0px 0px #aed8eb inset;
}

.dark .communitythumbnail .centerBackground.startBackground {
    box-shadow: 0px 2px 0px 0px #aed8eb inset, 0px -2px 0px 0px #aed8eb inset,
        2px 0px 0px 0px #aed8eb inset;
}

.dark .communitythumbnail .centerBackground.endBackground {
    box-shadow: 0px 2px 0px 0px #aed8eb inset, 0px -2px 0px 0px #aed8eb inset,
        -2px 0px 0px 0px #aed8eb inset;
}

.dark .communitythumbnail .thumbnailContainer.offview {
    box-shadow: none;
}

.dark .communitythumbnail .badge-notification {
    color: #031821;
    background-color: #aed8eb;
}
