.dc-sidebar-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dc-avatar-wrap {
    position: relative;
}

.dc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dc-status {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 10px;
    height: 10px;
    background: #23a55a;
    border: 2px solid #1e1f22;
    border-radius: 50%;
}

.dc-user {
    display: flex;
    flex-direction: column;
}

.dc-name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.dc-tag {
    font-size: 11px;
    color: #b5bac1;
}

.dc-change {
    font-size: 11px;
    color: #5865F2;
    margin-top: 2px;
}

.dc-change:hover {
    text-decoration: underline;
}

.dc-connect-btn {
    display: block;
    background: #5865F2;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    font-size: 12px;
}

.dc-connect-btn:hover {
    background: #4752c4;
    color: #fff;
}

