.profileImg {
    height: 40px;
    width: 40px;
    border-radius: 6px;
    border: solid 1px var(--border-color);
    background-color: transparent;
    display: block;
}


.profileImg-big {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    background-color: transparent;
    border: solid 1px var(--border-color);
    display: block;
}

.avatar-frame-shell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
    overflow: visible;
    flex-shrink: 0;
}

.avatar-frame-shell > img {
    position: relative;
    z-index: 1;
}

.avatar-frame-shell .profileImg,
.avatar-frame-shell .profileImg-big,
.avatar-frame-shell .userimage {
    margin: 0 !important;
}

.avatar-frame-shell.has-frame {
    isolation: isolate;
}

.avatar-frame-overlay {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    filter: drop-shadow(0 0 12px rgba(212, 168, 83, 0.28));
}

@media (max-width: 700px) {
    .profileImg-big {
        height: 65px;
        width: 65px;
    }
}
