@charset "utf-8";

.forum-counter-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #f8fafc;
}
.forum-connect-count {
    display: inline;
    color: inherit;
    font-weight: inherit;
}
.forum-counter-metric span {
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}
.forum-counter-metric strong {
    display: inline-grid;
    min-width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 8px;
    background: #edf7f5;
    color: #0f766e;
    font-size: 18px;
}
.forum-counter-metric--online:before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #172033 url("../../../img/forum/board-server.svg") no-repeat center / 22px 22px;
}
.forum-current-connect ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.forum-current-connect li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-bottom: 1px solid #edf1f5;
}
.forum-current-connect .crt_num {
    color: #0f766e;
    font-weight: 900;
}
.forum-current-connect .crt_profile,
.forum-current-connect .profile_img {
    display: grid;
    width: 36px;
    height: 36px;
    overflow: hidden;
    place-items: center;
    border-radius: 8px;
    background: #172033 url("../../../img/forum/mark.svg") no-repeat center / cover;
}
.forum-current-connect .crt_profile img,
.forum-current-connect .profile_img img {
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px;
}
.forum-current-connect .crt_profile img[src$="no_profile.gif"],
.forum-current-connect .profile_img img[src$="no_profile.gif"] {
    opacity: 0;
}
.forum-current-connect .crt_name {
    display: block;
    color: #172033;
    font-weight: 900;
}
.forum-current-connect .crt_lct {
    display: block;
    margin-top: 3px;
    color: #667085;
    font-size: 12px;
}
.forum-current-connect .empty_li {
    justify-content: center;
    min-height: 140px;
    color: #667085;
}
